Class XadesSignedDataObjectProperties
- java.lang.Object
-
- org.cxml.XadesSignedDataObjectProperties
-
public class XadesSignedDataObjectProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected java.util.List<XadesAllDataObjectsTimeStamp>xadesAllDataObjectsTimeStampprotected java.util.List<XadesCommitmentTypeIndication>xadesCommitmentTypeIndicationprotected java.util.List<XadesDataObjectFormat>xadesDataObjectFormatprotected java.util.List<XadesIndividualDataObjectsTimeStamp>xadesIndividualDataObjectsTimeStamp
-
Constructor Summary
Constructors Constructor Description XadesSignedDataObjectProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.java.util.List<XadesAllDataObjectsTimeStamp>getXadesAllDataObjectsTimeStamp()Gets the value of the xadesAllDataObjectsTimeStamp property.java.util.List<XadesCommitmentTypeIndication>getXadesCommitmentTypeIndication()Gets the value of the xadesCommitmentTypeIndication property.java.util.List<XadesDataObjectFormat>getXadesDataObjectFormat()Gets the value of the xadesDataObjectFormat property.java.util.List<XadesIndividualDataObjectsTimeStamp>getXadesIndividualDataObjectsTimeStamp()Gets the value of the xadesIndividualDataObjectsTimeStamp property.voidsetId(java.lang.String value)Sets the value of the id property.
-
-
-
Field Detail
-
id
protected java.lang.String id
-
xadesDataObjectFormat
protected java.util.List<XadesDataObjectFormat> xadesDataObjectFormat
-
xadesCommitmentTypeIndication
protected java.util.List<XadesCommitmentTypeIndication> xadesCommitmentTypeIndication
-
xadesAllDataObjectsTimeStamp
protected java.util.List<XadesAllDataObjectsTimeStamp> xadesAllDataObjectsTimeStamp
-
xadesIndividualDataObjectsTimeStamp
protected java.util.List<XadesIndividualDataObjectsTimeStamp> xadesIndividualDataObjectsTimeStamp
-
-
Method Detail
-
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
-
getXadesDataObjectFormat
public java.util.List<XadesDataObjectFormat> getXadesDataObjectFormat()
Gets the value of the xadesDataObjectFormat 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 xadesDataObjectFormat property.For example, to add a new item, do as follows:
getXadesDataObjectFormat().add(newItem);Objects of the following type(s) are allowed in the list
XadesDataObjectFormat
-
getXadesCommitmentTypeIndication
public java.util.List<XadesCommitmentTypeIndication> getXadesCommitmentTypeIndication()
Gets the value of the xadesCommitmentTypeIndication 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 xadesCommitmentTypeIndication property.For example, to add a new item, do as follows:
getXadesCommitmentTypeIndication().add(newItem);Objects of the following type(s) are allowed in the list
XadesCommitmentTypeIndication
-
getXadesAllDataObjectsTimeStamp
public java.util.List<XadesAllDataObjectsTimeStamp> getXadesAllDataObjectsTimeStamp()
Gets the value of the xadesAllDataObjectsTimeStamp 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 xadesAllDataObjectsTimeStamp property.For example, to add a new item, do as follows:
getXadesAllDataObjectsTimeStamp().add(newItem);Objects of the following type(s) are allowed in the list
XadesAllDataObjectsTimeStamp
-
getXadesIndividualDataObjectsTimeStamp
public java.util.List<XadesIndividualDataObjectsTimeStamp> getXadesIndividualDataObjectsTimeStamp()
Gets the value of the xadesIndividualDataObjectsTimeStamp 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 xadesIndividualDataObjectsTimeStamp property.For example, to add a new item, do as follows:
getXadesIndividualDataObjectsTimeStamp().add(newItem);Objects of the following type(s) are allowed in the list
XadesIndividualDataObjectsTimeStamp
-
-