Class SignatureIdentifierType

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

public class SignatureIdentifierType extends Object implements Serializable

Java class for SignatureIdentifierType complex type.

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

 <complexType name="SignatureIdentifierType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DigestAlgAndValue" type="{http://uri.etsi.org/01903/v1.3.2#}DigestAlgAndValueType" minOccurs="0"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureValue" minOccurs="0"/>
         <element name="HashOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="DocHashOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="DAIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OtherInformation" type="{http://uri.etsi.org/19102/v1.4.1#}AnyType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: