public class XadesSignedDataObjectProperties
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected java.util.List<XadesAllDataObjectsTimeStamp> |
xadesAllDataObjectsTimeStamp |
protected java.util.List<XadesCommitmentTypeIndication> |
xadesCommitmentTypeIndication |
protected java.util.List<XadesDataObjectFormat> |
xadesDataObjectFormat |
protected java.util.List<XadesIndividualDataObjectsTimeStamp> |
xadesIndividualDataObjectsTimeStamp |
| Constructor and Description |
|---|
XadesSignedDataObjectProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
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.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected java.lang.String id
protected java.util.List<XadesDataObjectFormat> xadesDataObjectFormat
protected java.util.List<XadesCommitmentTypeIndication> xadesCommitmentTypeIndication
protected java.util.List<XadesAllDataObjectsTimeStamp> xadesAllDataObjectsTimeStamp
protected java.util.List<XadesIndividualDataObjectsTimeStamp> xadesIndividualDataObjectsTimeStamp
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<XadesDataObjectFormat> getXadesDataObjectFormat()
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 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
public java.util.List<XadesCommitmentTypeIndication> getXadesCommitmentTypeIndication()
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 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
public java.util.List<XadesAllDataObjectsTimeStamp> getXadesAllDataObjectsTimeStamp()
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 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
public java.util.List<XadesIndividualDataObjectsTimeStamp> getXadesIndividualDataObjectsTimeStamp()
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 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
Copyright © 2018 SAP SE. All Rights Reserved.