Class OtherTimeStamp

java.lang.Object
org.etsi.uri._01903.v1_3.GenericTimeStampType
org.etsi.uri._01903.v1_3.OtherTimeStamp
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class OtherTimeStamp extends GenericTimeStampType implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

Java class for OtherTimeStampType complex type.

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

 <complexType name="OtherTimeStampType">
   <complexContent>
     <restriction base="{http://uri.etsi.org/01903/v1.3.2#}GenericTimeStampType">
       <sequence>
         <element ref="{http://uri.etsi.org/01903/v1.3.2#}ReferenceInfo" 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.3.2#}EncapsulatedPKIDataType"/>
           <element name="XMLTimeStamp" type="{http://uri.etsi.org/01903/v1.3.2#}AnyType"/>
         </choice>
       </sequence>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>