Class 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"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • hashOnly

        protected boolean hashOnly
      • docHashOnly

        protected boolean docHashOnly
      • daIdentifier

        protected String daIdentifier
    • Constructor Detail

      • SignatureIdentifierType

        public SignatureIdentifierType()
    • Method Detail

      • 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
      • 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