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"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • digestAlgAndValue

      protected DigestAlgAndValueType digestAlgAndValue
    • signatureValue

      protected SignatureValueType signatureValue
    • hashOnly

      protected boolean hashOnly
    • docHashOnly

      protected boolean docHashOnly
    • daIdentifier

      protected String daIdentifier
    • any

      protected List<Object> any
    • id

      protected String id
  • Constructor Details

    • SignatureIdentifierType

      public SignatureIdentifierType()
  • Method Details

    • getDigestAlgAndValue

      public DigestAlgAndValueType getDigestAlgAndValue()
      Gets the value of the digestAlgAndValue property.
      Returns:
      possible object is DigestAlgAndValueType
    • setDigestAlgAndValue

      public void setDigestAlgAndValue(DigestAlgAndValueType value)
      Sets the value of the digestAlgAndValue property.
      Parameters:
      value - allowed object is DigestAlgAndValueType
    • getSignatureValue

      public SignatureValueType getSignatureValue()
      Gets the value of the signatureValue property.
      Returns:
      possible object is SignatureValueType
    • setSignatureValue

      public void setSignatureValue(SignatureValueType value)
      Sets the value of the signatureValue property.
      Parameters:
      value - allowed object is SignatureValueType
    • isHashOnly

      public boolean isHashOnly()
      Gets the value of the hashOnly property.
    • setHashOnly

      public void setHashOnly(boolean value)
      Sets the value of the hashOnly property.
    • isDocHashOnly

      public boolean isDocHashOnly()
      Gets the value of the docHashOnly property.
    • setDocHashOnly

      public void setDocHashOnly(boolean value)
      Sets the value of the docHashOnly property.
    • getDAIdentifier

      public String getDAIdentifier()
      Gets the value of the daIdentifier property.
      Returns:
      possible object is String
    • setDAIdentifier

      public void setDAIdentifier(String value)
      Sets the value of the daIdentifier property.
      Parameters:
      value - allowed object is String
    • getAny

      public List<Object> getAny()
      Gets the value of the any property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

      For example, to add a new item, do as follows:

          getAny().add(newItem);
       

      Objects of the following type(s) are allowed in the list Object Element

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String