Class SignatureIdentifierType
java.lang.Object
eu.europa.esig.validationreport.jaxb.SignatureIdentifierType
- All Implemented Interfaces:
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 Summary
Modifier and TypeFieldDescriptionprotected String
protected DigestAlgAndValueType
protected boolean
protected boolean
protected String
protected SignatureValueType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAny()
Gets the value of the any property.Gets the value of the daIdentifier property.Gets the value of the digestAlgAndValue property.getId()
Gets the value of the id property.Gets the value of the signatureValue property.boolean
Gets the value of the docHashOnly property.boolean
Gets the value of the hashOnly property.void
setDAIdentifier
(String value) Sets the value of the daIdentifier property.void
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
Sets the value of the id property.void
Sets the value of the signatureValue property.
-
Field Details
-
digestAlgAndValue
-
signatureValue
-
hashOnly
protected boolean hashOnly -
docHashOnly
protected boolean docHashOnly -
daIdentifier
-
any
-
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
-
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
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
-