Package org.cxml
Class XadesAllDataObjectsTimeStamp
java.lang.Object
org.cxml.XadesAllDataObjectsTimeStamp
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dsCanonicalizationMethod property.getId()Gets the value of the id property.Gets the value of the xadesEncapsulatedTimeStampOrXadesXMLTimeStamp property.voidSets the value of the dsCanonicalizationMethod property.voidSets the value of the id property.
-
Field Details
-
id
-
dsCanonicalizationMethod
-
xadesEncapsulatedTimeStampOrXadesXMLTimeStamp
-
-
Constructor Details
-
XadesAllDataObjectsTimeStamp
public XadesAllDataObjectsTimeStamp()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getDsCanonicalizationMethod
Gets the value of the dsCanonicalizationMethod property.- Returns:
- possible object is
DsCanonicalizationMethod
-
setDsCanonicalizationMethod
Sets the value of the dsCanonicalizationMethod property.- Parameters:
value- allowed object isDsCanonicalizationMethod
-
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
-