xades4j.xml.bind.xades
Class XmlXAdESTimeStampType

java.lang.Object
  extended by xades4j.xml.bind.xades.XmlGenericTimeStampType
      extended by xades4j.xml.bind.xades.XmlXAdESTimeStampType

public class XmlXAdESTimeStampType
extends XmlGenericTimeStampType

Java class for XAdESTimeStampType complex type.

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

 <complexType name="XAdESTimeStampType">
   <complexContent>
     <restriction base="{http://uri.etsi.org/01903/v1.3.2#}GenericTimeStampType">
       <sequence>
         <element ref="{http://uri.etsi.org/01903/v1.3.2#}Include" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}CanonicalizationMethod" minOccurs="0"/>
         <choice maxOccurs="unbounded">
           <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>
 


Field Summary
 
Fields inherited from class xades4j.xml.bind.xades.XmlGenericTimeStampType
canonicalizationMethod, encapsulatedTimeStampOrXMLTimeStamp, id, include, referenceInfo
 
Constructor Summary
XmlXAdESTimeStampType()
           
 
Method Summary
 
Methods inherited from class xades4j.xml.bind.xades.XmlGenericTimeStampType
getCanonicalizationMethod, getEncapsulatedTimeStampOrXMLTimeStamp, getId, getInclude, getReferenceInfo, setCanonicalizationMethod, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlXAdESTimeStampType

public XmlXAdESTimeStampType()


Copyright © 2012. All Rights Reserved.