|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fedict.eid.applet.service.signer.jaxb.xades132.SignedDataObjectPropertiesType
public class SignedDataObjectPropertiesType
Java class for SignedDataObjectPropertiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignedDataObjectPropertiesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DataObjectFormat" type="{http://uri.etsi.org/01903/v1.3.2#}DataObjectFormatType" maxOccurs="unbounded" minOccurs="0"/> <element name="CommitmentTypeIndication" type="{http://uri.etsi.org/01903/v1.3.2#}CommitmentTypeIndicationType" maxOccurs="unbounded" minOccurs="0"/> <element name="AllDataObjectsTimeStamp" type="{http://uri.etsi.org/01903/v1.3.2#}XAdESTimeStampType" maxOccurs="unbounded" minOccurs="0"/> <element name="IndividualDataObjectsTimeStamp" type="{http://uri.etsi.org/01903/v1.3.2#}XAdESTimeStampType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<XAdESTimeStampType> |
allDataObjectsTimeStamp
|
protected List<CommitmentTypeIndicationType> |
commitmentTypeIndication
|
protected List<DataObjectFormatType> |
dataObjectFormat
|
protected String |
id
|
protected List<XAdESTimeStampType> |
individualDataObjectsTimeStamp
|
Constructor Summary | |
---|---|
SignedDataObjectPropertiesType()
|
Method Summary | |
---|---|
List<XAdESTimeStampType> |
getAllDataObjectsTimeStamp()
Gets the value of the allDataObjectsTimeStamp property. |
List<CommitmentTypeIndicationType> |
getCommitmentTypeIndication()
Gets the value of the commitmentTypeIndication property. |
List<DataObjectFormatType> |
getDataObjectFormat()
Gets the value of the dataObjectFormat property. |
String |
getId()
Gets the value of the id property. |
List<XAdESTimeStampType> |
getIndividualDataObjectsTimeStamp()
Gets the value of the individualDataObjectsTimeStamp property. |
void |
setId(String value)
Sets the value of the id property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<DataObjectFormatType> dataObjectFormat
protected List<CommitmentTypeIndicationType> commitmentTypeIndication
protected List<XAdESTimeStampType> allDataObjectsTimeStamp
protected List<XAdESTimeStampType> individualDataObjectsTimeStamp
protected String id
Constructor Detail |
---|
public SignedDataObjectPropertiesType()
Method Detail |
---|
public List<DataObjectFormatType> getDataObjectFormat()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the dataObjectFormat property.
For example, to add a new item, do as follows:
getDataObjectFormat().add(newItem);
Objects of the following type(s) are allowed in the list
DataObjectFormatType
public List<CommitmentTypeIndicationType> getCommitmentTypeIndication()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the commitmentTypeIndication property.
For example, to add a new item, do as follows:
getCommitmentTypeIndication().add(newItem);
Objects of the following type(s) are allowed in the list
CommitmentTypeIndicationType
public List<XAdESTimeStampType> getAllDataObjectsTimeStamp()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the allDataObjectsTimeStamp property.
For example, to add a new item, do as follows:
getAllDataObjectsTimeStamp().add(newItem);
Objects of the following type(s) are allowed in the list
XAdESTimeStampType
public List<XAdESTimeStampType> getIndividualDataObjectsTimeStamp()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the individualDataObjectsTimeStamp property.
For example, to add a new item, do as follows:
getIndividualDataObjectsTimeStamp().add(newItem);
Objects of the following type(s) are allowed in the list
XAdESTimeStampType
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |