Class ArchiveTimeStampType

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

public class ArchiveTimeStampType extends Object implements Serializable

Java class for ArchiveTimeStampType complex type.

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

 <complexType name="ArchiveTimeStampType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="HashTree" type="{urn:ietf:params:xml:ns:ers}HashTreeType" minOccurs="0"/>
         <element name="TimeStamp" type="{urn:ietf:params:xml:ns:ers}TimeStampType"/>
         <element name="Attributes" type="{urn:ietf:params:xml:ns:ers}Attributes" minOccurs="0"/>
       </sequence>
       <attribute name="Order" use="required" type="{urn:ietf:params:xml:ns:ers}OrderType" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ArchiveTimeStampType

      public ArchiveTimeStampType()
  • Method Details

    • getHashTree

      public HashTreeType getHashTree()
      Gets the value of the hashTree property.
      Returns:
      possible object is HashTreeType
    • setHashTree

      public void setHashTree(HashTreeType value)
      Sets the value of the hashTree property.
      Parameters:
      value - allowed object is HashTreeType
    • getTimeStamp

      public TimeStampType getTimeStamp()
      Gets the value of the timeStamp property.
      Returns:
      possible object is TimeStampType
    • setTimeStamp

      public void setTimeStamp(TimeStampType value)
      Sets the value of the timeStamp property.
      Parameters:
      value - allowed object is TimeStampType
    • getAttributes

      public Attributes getAttributes()
      Gets the value of the attributes property.
      Returns:
      possible object is Attributes
    • setAttributes

      public void setAttributes(Attributes value)
      Sets the value of the attributes property.
      Parameters:
      value - allowed object is Attributes
    • getOrder

      public int getOrder()
      Gets the value of the order property.
    • setOrder

      public void setOrder(int value)
      Sets the value of the order property.