Class TimeStampType

java.lang.Object
eu.europa.esig.xades.jaxb.xades122.TimeStampType

public class TimeStampType extends Object

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="Include" type="{http://uri.etsi.org/01903/v1.2.2#}IncludeType" maxOccurs="unbounded"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}CanonicalizationMethod" minOccurs="0"/>
         <choice>
           <element name="EncapsulatedTimeStamp" type="{http://uri.etsi.org/01903/v1.2.2#}EncapsulatedPKIDataType"/>
           <element name="XMLTimeStamp" type="{http://uri.etsi.org/01903/v1.2.2#}AnyType"/>
         </choice>
       </sequence>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>