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 Details

  • Constructor Details

    • ArchiveTimeStampChain

      public ArchiveTimeStampChain()
  • Method Details

    • getDigestMethod

      public DigestMethodType getDigestMethod()
      Gets the value of the digestMethod property.
      Returns:
      possible object is DigestMethodType
    • setDigestMethod

      public void setDigestMethod(DigestMethodType value)
      Sets the value of the digestMethod property.
      Parameters:
      value - allowed object is DigestMethodType
    • getCanonicalizationMethod

      public CanonicalizationMethodType getCanonicalizationMethod()
      Gets the value of the canonicalizationMethod property.
      Returns:
      possible object is CanonicalizationMethodType
    • setCanonicalizationMethod

      public void setCanonicalizationMethod(CanonicalizationMethodType value)
      Sets the value of the canonicalizationMethod property.
      Parameters:
      value - allowed object is CanonicalizationMethodType
    • getArchiveTimeStamp

      public List<ArchiveTimeStampType> 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.