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"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected String
daIdentifier
protected DigestAlgAndValueType
digestAlgAndValue
protected boolean
docHashOnly
protected boolean
hashOnly
protected String
id
protected SignatureValueType
signatureValue
-
Constructor Summary
Constructors Constructor Description SignatureIdentifierType()
-
Method Summary
Modifier and Type Method Description String
getDAIdentifier()
Gets the value of the daIdentifier property.DigestAlgAndValueType
getDigestAlgAndValue()
Gets the value of the digestAlgAndValue property.String
getId()
Gets the value of the id property.SignatureValueType
getSignatureValue()
Gets the value of the signatureValue property.boolean
isDocHashOnly()
Gets the value of the docHashOnly property.boolean
isHashOnly()
Gets the value of the hashOnly property.void
setDAIdentifier(String value)
Sets the value of the daIdentifier property.void
setDigestAlgAndValue(DigestAlgAndValueType value)
Sets the value of the digestAlgAndValue property.void
setDocHashOnly(boolean value)
Sets the value of the docHashOnly property.void
setHashOnly(boolean value)
Sets the value of the hashOnly property.void
setId(String value)
Sets the value of the id property.void
setSignatureValue(SignatureValueType value)
Sets the value of the signatureValue property.
-
Field Details
-
digestAlgAndValue
-
signatureValue
-
hashOnly
protected boolean hashOnly -
docHashOnly
protected boolean docHashOnly -
daIdentifier
-
id
-
-
Constructor Details
-
SignatureIdentifierType
public SignatureIdentifierType()
-
-
Method Details
-
getDigestAlgAndValue
Gets the value of the digestAlgAndValue property.- Returns:
- possible object is
DigestAlgAndValueType
-
setDigestAlgAndValue
Sets the value of the digestAlgAndValue property.- Parameters:
value
- allowed object isDigestAlgAndValueType
-
getSignatureValue
Gets the value of the signatureValue property.- Returns:
- possible object is
SignatureValueType
-
setSignatureValue
Sets the value of the signatureValue property.- Parameters:
value
- allowed object isSignatureValueType
-
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
Gets the value of the daIdentifier property.- Returns:
- possible object is
String
-
setDAIdentifier
Sets the value of the daIdentifier property.- Parameters:
value
- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-