public class SignedDataObjectProperties extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
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>
Modifier and Type | Field and Description |
---|---|
protected List<XAdESTimeStampType> |
allDataObjectsTimeStamps |
protected List<CommitmentTypeIndication> |
commitmentTypeIndications |
protected List<DataObjectFormat> |
dataObjectFormats |
protected String |
id |
protected List<XAdESTimeStampType> |
individualDataObjectsTimeStamps |
Constructor and Description |
---|
SignedDataObjectProperties()
Default no-arg constructor
|
SignedDataObjectProperties(List<DataObjectFormat> dataObjectFormats,
List<CommitmentTypeIndication> commitmentTypeIndications,
List<XAdESTimeStampType> allDataObjectsTimeStamps,
List<XAdESTimeStampType> individualDataObjectsTimeStamps,
String id)
Fully-initialising value constructor
|
protected List<DataObjectFormat> dataObjectFormats
protected List<CommitmentTypeIndication> commitmentTypeIndications
protected List<XAdESTimeStampType> allDataObjectsTimeStamps
protected List<XAdESTimeStampType> individualDataObjectsTimeStamps
protected String id
public SignedDataObjectProperties()
public SignedDataObjectProperties(List<DataObjectFormat> dataObjectFormats, List<CommitmentTypeIndication> commitmentTypeIndications, List<XAdESTimeStampType> allDataObjectsTimeStamps, List<XAdESTimeStampType> individualDataObjectsTimeStamps, String id)
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 void setId(String value)
value
- allowed object is
String
public void setDataObjectFormats(List<DataObjectFormat> value)
public void setCommitmentTypeIndications(List<CommitmentTypeIndication> value)
public void setAllDataObjectsTimeStamps(List<XAdESTimeStampType> value)
public void setIndividualDataObjectsTimeStamps(List<XAdESTimeStampType> value)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString2
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString2
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals2
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
public 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)
Copyright © 2019 Digipost. All rights reserved.