Class XmlSignerData

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlAbstractToken
eu.europa.esig.dss.diagnostic.jaxb.XmlSignerData
All Implemented Interfaces:
Serializable

public class XmlSignerData extends XmlAbstractToken implements 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 Details

  • Constructor Details

    • XmlSignerData

      public XmlSignerData()
  • Method Details

    • getReferencedName

      public String getReferencedName()
      Gets the value of the referencedName property.
      Returns:
      possible object is String
    • setReferencedName

      public void setReferencedName(String value)
      Sets the value of the referencedName property.
      Parameters:
      value - allowed object is String
    • getDigestAlgoAndValue

      public XmlDigestAlgoAndValue getDigestAlgoAndValue()
      Gets the value of the digestAlgoAndValue property.
      Returns:
      possible object is XmlDigestAlgoAndValue
    • setDigestAlgoAndValue

      public void setDigestAlgoAndValue(XmlDigestAlgoAndValue value)
      Sets the value of the digestAlgoAndValue property.
      Parameters:
      value - allowed object is XmlDigestAlgoAndValue
    • getParent

      public Object getParent()
      Gets the value of the parent property.
      Returns:
      possible object is Object
    • setParent

      public void setParent(Object value)
      Sets the value of the parent property.
      Parameters:
      value - allowed object is Object