Class SignedDataObjectPropertiesType
- java.lang.Object
-
- org.certificateservices.messages.xades.v132.jaxb.SignedDataObjectPropertiesType
-
public class SignedDataObjectPropertiesType extends java.lang.ObjectJava 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 ref="{http://uri.etsi.org/01903/v1.3.2#}DataObjectFormat" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://uri.etsi.org/01903/v1.3.2#}CommitmentTypeIndication" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://uri.etsi.org/01903/v1.3.2#}AllDataObjectsTimeStamp" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://uri.etsi.org/01903/v1.3.2#}IndividualDataObjectsTimeStamp" maxOccurs="unbounded" minOccurs="0"/> <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<XAdESTimeStampType>allDataObjectsTimeStampprotected java.util.List<java.lang.Object>anyprotected java.util.List<CommitmentTypeIndicationType>commitmentTypeIndicationprotected java.util.List<DataObjectFormatType>dataObjectFormatprotected java.lang.Stringidprotected java.util.List<XAdESTimeStampType>individualDataObjectsTimeStamp
-
Constructor Summary
Constructors Constructor Description SignedDataObjectPropertiesType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<XAdESTimeStampType>getAllDataObjectsTimeStamp()Gets the value of the allDataObjectsTimeStamp property.java.util.List<java.lang.Object>getAny()Gets the value of the any property.java.util.List<CommitmentTypeIndicationType>getCommitmentTypeIndication()Gets the value of the commitmentTypeIndication property.java.util.List<DataObjectFormatType>getDataObjectFormat()Gets the value of the dataObjectFormat property.java.lang.StringgetId()Gets the value of the id property.java.util.List<XAdESTimeStampType>getIndividualDataObjectsTimeStamp()Gets the value of the individualDataObjectsTimeStamp property.voidsetId(java.lang.String value)Sets the value of the id property.
-
-
-
Field Detail
-
dataObjectFormat
protected java.util.List<DataObjectFormatType> dataObjectFormat
-
commitmentTypeIndication
protected java.util.List<CommitmentTypeIndicationType> commitmentTypeIndication
-
allDataObjectsTimeStamp
protected java.util.List<XAdESTimeStampType> allDataObjectsTimeStamp
-
individualDataObjectsTimeStamp
protected java.util.List<XAdESTimeStampType> individualDataObjectsTimeStamp
-
any
protected java.util.List<java.lang.Object> any
-
id
protected java.lang.String id
-
-
Method Detail
-
getDataObjectFormat
public java.util.List<DataObjectFormatType> getDataObjectFormat()
Gets the value of the dataObjectFormat property.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
setmethod 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
-
getCommitmentTypeIndication
public java.util.List<CommitmentTypeIndicationType> getCommitmentTypeIndication()
Gets the value of the commitmentTypeIndication property.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
setmethod 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
-
getAllDataObjectsTimeStamp
public java.util.List<XAdESTimeStampType> getAllDataObjectsTimeStamp()
Gets the value of the allDataObjectsTimeStamp property.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
setmethod 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
-
getIndividualDataObjectsTimeStamp
public java.util.List<XAdESTimeStampType> getIndividualDataObjectsTimeStamp()
Gets the value of the individualDataObjectsTimeStamp property.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
setmethod 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
-
getAny
public java.util.List<java.lang.Object> getAny()
Gets the value of the any property.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
setmethod for the any property.For example, to add a new item, do as follows:
getAny().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
-