Class TimeStampType

java.lang.Object
eu.europa.esig.xades.jaxb.xades111.TimeStampType
All Implemented Interfaces:
Serializable

public class TimeStampType extends Object implements Serializable

Java class for TimeStampType complex type.

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

 <complexType name="TimeStampType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="HashDataInfo" type="{http://uri.etsi.org/01903/v1.1.1#}HashDataInfoType" maxOccurs="unbounded"/>
         <choice>
           <element name="EncapsulatedTimeStamp" type="{http://uri.etsi.org/01903/v1.1.1#}EncapsulatedPKIDataType"/>
           <element name="XMLTimeStamp" type="{http://uri.etsi.org/01903/v1.1.1#}AnyType"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • TimeStampType

      public TimeStampType()
  • Method Details

    • getHashDataInfo

      public List<HashDataInfoType> getHashDataInfo()
      Gets the value of the hashDataInfo 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 set method for the hashDataInfo property.

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

          getHashDataInfo().add(newItem);
       

      Objects of the following type(s) are allowed in the list HashDataInfoType

    • getEncapsulatedTimeStamp

      public EncapsulatedPKIDataType getEncapsulatedTimeStamp()
      Gets the value of the encapsulatedTimeStamp property.
      Returns:
      possible object is EncapsulatedPKIDataType
    • setEncapsulatedTimeStamp

      public void setEncapsulatedTimeStamp(EncapsulatedPKIDataType value)
      Sets the value of the encapsulatedTimeStamp property.
      Parameters:
      value - allowed object is EncapsulatedPKIDataType
    • getXMLTimeStamp

      public AnyType getXMLTimeStamp()
      Gets the value of the xmlTimeStamp property.
      Returns:
      possible object is AnyType
    • setXMLTimeStamp

      public void setXMLTimeStamp(AnyType value)
      Sets the value of the xmlTimeStamp property.
      Parameters:
      value - allowed object is AnyType