Class XmlSignerData
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlAbstractToken
eu.europa.esig.dss.diagnostic.jaxb.XmlSignerData
- All Implemented Interfaces:
Serializable
Java class for SignerData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignerData"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/diagnostic}AbstractToken"> <sequence> <element name="ReferencedName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DigestAlgoAndValue" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue"/> </sequence> <attribute name="Parent" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected XmlDigestAlgoAndValue
protected Object
protected String
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlAbstractToken
id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the digestAlgoAndValue property.Gets the value of the parent property.Gets the value of the referencedName property.void
Sets the value of the digestAlgoAndValue property.void
Sets the value of the parent property.void
setReferencedName
(String value) Sets the value of the referencedName property.Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlAbstractToken
getId, setId
-
Field Details
-
referencedName
-
digestAlgoAndValue
-
parent
-
-
Constructor Details
-
XmlSignerData
public XmlSignerData()
-
-
Method Details
-
getReferencedName
Gets the value of the referencedName property.- Returns:
- possible object is
String
-
setReferencedName
Sets the value of the referencedName property.- Parameters:
value
- allowed object isString
-
getDigestAlgoAndValue
Gets the value of the digestAlgoAndValue property.- Returns:
- possible object is
XmlDigestAlgoAndValue
-
setDigestAlgoAndValue
Sets the value of the digestAlgoAndValue property.- Parameters:
value
- allowed object isXmlDigestAlgoAndValue
-
getParent
Gets the value of the parent property.- Returns:
- possible object is
Object
-
setParent
Sets the value of the parent property.- Parameters:
value
- allowed object isObject
-