Package eu.europa.esig.xmlers.jaxb
Class ArchiveTimeStampSequenceType.ArchiveTimeStampChain
java.lang.Object
eu.europa.esig.xmlers.jaxb.ArchiveTimeStampSequenceType.ArchiveTimeStampChain
- All Implemented Interfaces:
Serializable
- Enclosing class:
ArchiveTimeStampSequenceType
public static class ArchiveTimeStampSequenceType.ArchiveTimeStampChain
extends Object
implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DigestMethod" type="{urn:ietf:params:xml:ns:ers}DigestMethodType"/> <element name="CanonicalizationMethod" type="{urn:ietf:params:xml:ns:ers}CanonicalizationMethodType"/> <element name="ArchiveTimeStamp" type="{urn:ietf:params:xml:ns:ers}ArchiveTimeStampType" maxOccurs="unbounded"/> </sequence> <attribute name="Order" use="required" type="{urn:ietf:params:xml:ns:ers}OrderType" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<ArchiveTimeStampType> protected CanonicalizationMethodType
protected DigestMethodType
protected int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the archiveTimeStamp property.Gets the value of the canonicalizationMethod property.Gets the value of the digestMethod property.int
getOrder()
Gets the value of the order property.void
Sets the value of the canonicalizationMethod property.void
setDigestMethod
(DigestMethodType value) Sets the value of the digestMethod property.void
setOrder
(int value) Sets the value of the order property.
-
Field Details
-
digestMethod
-
canonicalizationMethod
-
archiveTimeStamp
-
order
protected int order
-
-
Constructor Details
-
ArchiveTimeStampChain
public ArchiveTimeStampChain()
-
-
Method Details
-
getDigestMethod
Gets the value of the digestMethod property.- Returns:
- possible object is
DigestMethodType
-
setDigestMethod
Sets the value of the digestMethod property.- Parameters:
value
- allowed object isDigestMethodType
-
getCanonicalizationMethod
Gets the value of the canonicalizationMethod property.- Returns:
- possible object is
CanonicalizationMethodType
-
setCanonicalizationMethod
Sets the value of the canonicalizationMethod property.- Parameters:
value
- allowed object isCanonicalizationMethodType
-
getArchiveTimeStamp
Gets the value of the archiveTimeStamp 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 Jakarta XML Binding object. This is why there is not a
set
method for the archiveTimeStamp property.For example, to add a new item, do as follows:
getArchiveTimeStamp().add(newItem);
Objects of the following type(s) are allowed in the list
ArchiveTimeStampType
-
getOrder
public int getOrder()Gets the value of the order property. -
setOrder
public void setOrder(int value) Sets the value of the order property.
-