Class ArchiveTimeStampSequenceType

java.lang.Object
eu.europa.esig.xmlers.jaxb.ArchiveTimeStampSequenceType
All Implemented Interfaces:
Serializable

public class ArchiveTimeStampSequenceType extends Object implements Serializable

Java class for ArchiveTimeStampSequenceType complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="ArchiveTimeStampSequenceType">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="ArchiveTimeStampChain" maxOccurs="unbounded">
          <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>
        </element>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
See Also:
  • Field Details

  • Constructor Details

    • ArchiveTimeStampSequenceType

      public ArchiveTimeStampSequenceType()
  • Method Details

    • getArchiveTimeStampChain

      public List<ArchiveTimeStampSequenceType.ArchiveTimeStampChain> getArchiveTimeStampChain()
      Gets the value of the archiveTimeStampChain 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 archiveTimeStampChain property.

      For example, to add a new item, do as follows:

         getArchiveTimeStampChain().add(newItem);
      

      Objects of the following type(s) are allowed in the list ArchiveTimeStampSequenceType.ArchiveTimeStampChain