Class XadesIndividualDataObjectsTimeStamp
- java.lang.Object
-
- org.cxml.XadesIndividualDataObjectsTimeStamp
-
public class XadesIndividualDataObjectsTimeStamp extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DsCanonicalizationMethoddsCanonicalizationMethodprotected java.lang.Stringidprotected java.util.List<java.lang.Object>xadesEncapsulatedTimeStampOrXadesXMLTimeStampprotected java.util.List<XadesInclude>xadesInclude
-
Constructor Summary
Constructors Constructor Description XadesIndividualDataObjectsTimeStamp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DsCanonicalizationMethodgetDsCanonicalizationMethod()Gets the value of the dsCanonicalizationMethod property.java.lang.StringgetId()Gets the value of the id property.java.util.List<java.lang.Object>getXadesEncapsulatedTimeStampOrXadesXMLTimeStamp()Gets the value of the xadesEncapsulatedTimeStampOrXadesXMLTimeStamp property.java.util.List<XadesInclude>getXadesInclude()Gets the value of the xadesInclude property.voidsetDsCanonicalizationMethod(DsCanonicalizationMethod value)Sets the value of the dsCanonicalizationMethod property.voidsetId(java.lang.String value)Sets the value of the id property.
-
-
-
Field Detail
-
id
protected java.lang.String id
-
xadesInclude
protected java.util.List<XadesInclude> xadesInclude
-
dsCanonicalizationMethod
protected DsCanonicalizationMethod dsCanonicalizationMethod
-
xadesEncapsulatedTimeStampOrXadesXMLTimeStamp
protected java.util.List<java.lang.Object> xadesEncapsulatedTimeStampOrXadesXMLTimeStamp
-
-
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
-
getXadesInclude
public java.util.List<XadesInclude> getXadesInclude()
Gets the value of the xadesInclude 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 xadesInclude property.For example, to add a new item, do as follows:
getXadesInclude().add(newItem);Objects of the following type(s) are allowed in the list
XadesInclude
-
getDsCanonicalizationMethod
public DsCanonicalizationMethod getDsCanonicalizationMethod()
Gets the value of the dsCanonicalizationMethod property.- Returns:
- possible object is
DsCanonicalizationMethod
-
setDsCanonicalizationMethod
public void setDsCanonicalizationMethod(DsCanonicalizationMethod value)
Sets the value of the dsCanonicalizationMethod property.- Parameters:
value- allowed object isDsCanonicalizationMethod
-
getXadesEncapsulatedTimeStampOrXadesXMLTimeStamp
public java.util.List<java.lang.Object> getXadesEncapsulatedTimeStampOrXadesXMLTimeStamp()
Gets the value of the xadesEncapsulatedTimeStampOrXadesXMLTimeStamp 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 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
XadesEncapsulatedTimeStampXadesXMLTimeStamp
-
-