Class XadesArchiveTimeStamp
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DsCanonicalizationMethodprotected Stringprotected List<XadesInclude> -
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.Gets the value of the xadesInclude property.voidSets the value of the dsCanonicalizationMethod property.voidSets the value of the id property.
-
Field Details
-
id
-
xadesInclude
-
dsCanonicalizationMethod
-
xadesEncapsulatedTimeStampOrXadesXMLTimeStamp
-
-
Constructor Details
-
XadesArchiveTimeStamp
public XadesArchiveTimeStamp()
-
-
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
-
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
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
-