public class SignedDataObjectProperties extends Object
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() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
protected List<DataObjectFormat> dataObjectFormats
protected List<CommitmentTypeIndication> commitmentTypeIndications
protected List<XAdESTimeStampType> allDataObjectsTimeStamps
protected List<XAdESTimeStampType> individualDataObjectsTimeStamps
protected 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
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.