|
||||||||||
| 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
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>
| Field Summary | |
|---|---|
protected List<XAdESTimeStampType> |
allDataObjectsTimeStamps
|
protected List<CommitmentTypeIndication> |
commitmentTypeIndications
|
protected List<DataObjectFormat> |
dataObjectFormats
|
protected String |
id
|
protected List<XAdESTimeStampType> |
individualDataObjectsTimeStamps
|
| Constructor Summary | |
|---|---|
SignedDataObjectProperties()
Default no-arg constructor |
|
SignedDataObjectProperties(List<DataObjectFormat> dataObjectFormats,
List<CommitmentTypeIndication> commitmentTypeIndications,
List<XAdESTimeStampType> allDataObjectsTimeStamps,
List<XAdESTimeStampType> individualDataObjectsTimeStamps,
String id)
Fully-initialising value constructor |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<DataObjectFormat> dataObjectFormats
protected List<CommitmentTypeIndication> commitmentTypeIndications
protected List<XAdESTimeStampType> allDataObjectsTimeStamps
protected List<XAdESTimeStampType> individualDataObjectsTimeStamps
protected String id
| Constructor Detail |
|---|
public SignedDataObjectProperties()
public SignedDataObjectProperties(List<DataObjectFormat> dataObjectFormats,
List<CommitmentTypeIndication> commitmentTypeIndications,
List<XAdESTimeStampType> allDataObjectsTimeStamps,
List<XAdESTimeStampType> individualDataObjectsTimeStamps,
String id)
| 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
Stringpublic void setDataObjectFormats(List<DataObjectFormat> value)
public void setCommitmentTypeIndications(List<CommitmentTypeIndication> value)
public void setAllDataObjectsTimeStamps(List<XAdESTimeStampType> value)
public void setIndividualDataObjectsTimeStamps(List<XAdESTimeStampType> value)
public String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic SignedDataObjectProperties withDataObjectFormats(DataObjectFormat... values)
public SignedDataObjectProperties withDataObjectFormats(Collection<DataObjectFormat> values)
public SignedDataObjectProperties withCommitmentTypeIndications(CommitmentTypeIndication... values)
public SignedDataObjectProperties withCommitmentTypeIndications(Collection<CommitmentTypeIndication> values)
public SignedDataObjectProperties withAllDataObjectsTimeStamps(XAdESTimeStampType... values)
public SignedDataObjectProperties withAllDataObjectsTimeStamps(Collection<XAdESTimeStampType> values)
public SignedDataObjectProperties withIndividualDataObjectsTimeStamps(XAdESTimeStampType... values)
public SignedDataObjectProperties withIndividualDataObjectsTimeStamps(Collection<XAdESTimeStampType> values)
public SignedDataObjectProperties withId(String value)
public SignedDataObjectProperties withDataObjectFormats(List<DataObjectFormat> value)
public SignedDataObjectProperties withCommitmentTypeIndications(List<CommitmentTypeIndication> value)
public SignedDataObjectProperties withAllDataObjectsTimeStamps(List<XAdESTimeStampType> value)
public SignedDataObjectProperties withIndividualDataObjectsTimeStamps(List<XAdESTimeStampType> value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||