Class SignaturePolicyIdentifierType

java.lang.Object
eu.europa.esig.xades.jaxb.xades111.SignaturePolicyIdentifierType

public class SignaturePolicyIdentifierType extends Object

Java class for SignaturePolicyIdentifierType complex type.

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

 <complexType name="SignaturePolicyIdentifierType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="SignaturePolicyId" type="{http://uri.etsi.org/01903/v1.1.1#}SignaturePolicyIdType"/>
         <element name="SignaturePolicyImplied" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>