|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.etsi.uri._01903.v1_3.SignedDataObjectProperties
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-06-27T08:06:22+02:00",
comments="JAXB RI v2.2.11")
public class SignedDataObjectProperties
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>
| Constructor Summary | |
|---|---|
SignedDataObjectProperties()
|
|
| Method Summary | |
|---|---|
List<XAdESTimeStampType> |
getAllDataObjectsTimeStamps()
Gets the value of the allDataObjectsTimeStamps property. |
List<CommitmentTypeIndication> |
getCommitmentTypeIndications()
Gets the value of the commitmentTypeIndications property. |
List<DataObjectFormat> |
getDataObjectFormats()
Gets the value of the dataObjectFormats property. |
String |
getId()
Gets the value of the id property. |
List<XAdESTimeStampType> |
getIndividualDataObjectsTimeStamps()
Gets the value of the individualDataObjectsTimeStamps property. |
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SignedDataObjectProperties()
| Method Detail |
|---|
public List<DataObjectFormat> getDataObjectFormats()
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 dataObjectFormats property.
For example, to add a new item, do as follows:
getDataObjectFormats().add(newItem);
Objects of the following type(s) are allowed in the list
DataObjectFormat
public List<CommitmentTypeIndication> getCommitmentTypeIndications()
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 commitmentTypeIndications property.
For example, to add a new item, do as follows:
getCommitmentTypeIndications().add(newItem);
Objects of the following type(s) are allowed in the list
CommitmentTypeIndication
public List<XAdESTimeStampType> getAllDataObjectsTimeStamps()
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 allDataObjectsTimeStamps property.
For example, to add a new item, do as follows:
getAllDataObjectsTimeStamps().add(newItem);
Objects of the following type(s) are allowed in the list
XAdESTimeStampType
public List<XAdESTimeStampType> getIndividualDataObjectsTimeStamps()
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 individualDataObjectsTimeStamps property.
For example, to add a new item, do as follows:
getIndividualDataObjectsTimeStamps().add(newItem);
Objects of the following type(s) are allowed in the list
XAdESTimeStampType
public String getId()
Stringpublic 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 | |||||||||