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"/>
<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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the daIdentifier property.eu.europa.esig.xades.jaxb.xades132.DigestAlgAndValueTypeGets the value of the digestAlgAndValue property.getId()Gets the value of the id property.Gets the value of the otherInformation property.eu.europa.esig.xmldsig.jaxb.SignatureValueTypeGets the value of the signatureValue property.booleanGets the value of the docHashOnly property.booleanGets the value of the hashOnly property.voidsetDAIdentifier(String value) Sets the value of the daIdentifier property.voidsetDigestAlgAndValue(eu.europa.esig.xades.jaxb.xades132.DigestAlgAndValueType value) Sets the value of the digestAlgAndValue property.voidsetDocHashOnly(boolean value) Sets the value of the docHashOnly property.voidsetHashOnly(boolean value) Sets the value of the hashOnly property.voidSets the value of the id property.voidsetOtherInformation(AnyType value) Sets the value of the otherInformation property.voidsetSignatureValue(eu.europa.esig.xmldsig.jaxb.SignatureValueType value) Sets the value of the signatureValue property.
-
Field Details
-
digestAlgAndValue
protected eu.europa.esig.xades.jaxb.xades132.DigestAlgAndValueType digestAlgAndValue -
signatureValue
protected eu.europa.esig.xmldsig.jaxb.SignatureValueType signatureValue -
hashOnly
protected boolean hashOnly -
docHashOnly
protected boolean docHashOnly -
daIdentifier
-
otherInformation
-
id
-
-
Constructor Details
-
SignatureIdentifierType
public SignatureIdentifierType()
-
-
Method Details
-
getDigestAlgAndValue
public eu.europa.esig.xades.jaxb.xades132.DigestAlgAndValueType getDigestAlgAndValue()Gets the value of the digestAlgAndValue property.- Returns:
- possible object is
DigestAlgAndValueType
-
setDigestAlgAndValue
public void setDigestAlgAndValue(eu.europa.esig.xades.jaxb.xades132.DigestAlgAndValueType value) Sets the value of the digestAlgAndValue property.- Parameters:
value- allowed object isDigestAlgAndValueType
-
getSignatureValue
public eu.europa.esig.xmldsig.jaxb.SignatureValueType getSignatureValue()Gets the value of the signatureValue property.- Returns:
- possible object is
SignatureValueType
-
setSignatureValue
public void setSignatureValue(eu.europa.esig.xmldsig.jaxb.SignatureValueType value) 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
-
getOtherInformation
Gets the value of the otherInformation property.- Returns:
- possible object is
AnyType
-
setOtherInformation
Sets the value of the otherInformation property.- Parameters:
value- allowed object isAnyType
-
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
-