public class XadesAllDataObjectsTimeStamp
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DsCanonicalizationMethod |
dsCanonicalizationMethod |
protected java.lang.String |
id |
protected java.util.List<java.lang.Object> |
xadesEncapsulatedTimeStampOrXadesXMLTimeStamp |
| Constructor and Description |
|---|
XadesAllDataObjectsTimeStamp() |
| Modifier and Type | Method and Description |
|---|---|
DsCanonicalizationMethod |
getDsCanonicalizationMethod()
Gets the value of the dsCanonicalizationMethod property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<java.lang.Object> |
getXadesEncapsulatedTimeStampOrXadesXMLTimeStamp()
Gets the value of the xadesEncapsulatedTimeStampOrXadesXMLTimeStamp property.
|
void |
setDsCanonicalizationMethod(DsCanonicalizationMethod value)
Sets the value of the dsCanonicalizationMethod property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected java.lang.String id
protected DsCanonicalizationMethod dsCanonicalizationMethod
protected java.util.List<java.lang.Object> xadesEncapsulatedTimeStampOrXadesXMLTimeStamp
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic DsCanonicalizationMethod getDsCanonicalizationMethod()
DsCanonicalizationMethodpublic void setDsCanonicalizationMethod(DsCanonicalizationMethod value)
value - allowed object is
DsCanonicalizationMethodpublic java.util.List<java.lang.Object> getXadesEncapsulatedTimeStampOrXadesXMLTimeStamp()
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 xadesEncapsulatedTimeStampOrXadesXMLTimeStamp property.
For example, to add a new item, do as follows:
getXadesEncapsulatedTimeStampOrXadesXMLTimeStamp().add(newItem);
Objects of the following type(s) are allowed in the list
XadesEncapsulatedTimeStamp
XadesXMLTimeStamp
Copyright © 2018 SAP SE. All Rights Reserved.