Class POEType

java.lang.Object
eu.europa.esig.validationreport.jaxb.POEType
All Implemented Interfaces:
Serializable

public class POEType extends Object implements Serializable

Java class for POEType complex type.

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

 <complexType name="POEType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="POETime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="TypeOfProof" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="POEObject" type="{http://uri.etsi.org/19102/v1.4.1#}VOReferenceType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: