Class XmlToken

java.lang.Object
eu.europa.esig.dss.simplereport.jaxb.XmlToken
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XmlEvidenceRecord, XmlSignature, XmlTimestamp

public abstract class XmlToken extends Object implements Serializable

Java class for Token complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Token">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Filename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CertificateChain" type="{http://dss.esig.europa.eu/validation/simple-report}CertificateChain" minOccurs="0"/>
         <element name="Indication" type="{http://dss.esig.europa.eu/validation/simple-report}Indication"/>
         <element name="SubIndication" type="{http://dss.esig.europa.eu/validation/simple-report}SubIndication" minOccurs="0"/>
         <element name="AdESValidationDetails" type="{http://dss.esig.europa.eu/validation/simple-report}Details" minOccurs="0"/>
         <element name="QualificationDetails" type="{http://dss.esig.europa.eu/validation/simple-report}Details" minOccurs="0"/>
       </sequence>
       <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • XmlToken

      public XmlToken()
  • Method Details

    • getFilename

      public String getFilename()
      Gets the value of the filename property.
      Returns:
      possible object is String
    • setFilename

      public void setFilename(String value)
      Sets the value of the filename property.
      Parameters:
      value - allowed object is String
    • getCertificateChain

      public XmlCertificateChain getCertificateChain()
      Gets the value of the certificateChain property.
      Returns:
      possible object is XmlCertificateChain
    • setCertificateChain

      public void setCertificateChain(XmlCertificateChain value)
      Sets the value of the certificateChain property.
      Parameters:
      value - allowed object is XmlCertificateChain
    • getIndication

      public Indication getIndication()
      Gets the value of the indication property.
      Returns:
      possible object is String
    • setIndication

      public void setIndication(Indication value)
      Sets the value of the indication property.
      Parameters:
      value - allowed object is String
    • getSubIndication

      public SubIndication getSubIndication()
      Gets the value of the subIndication property.
      Returns:
      possible object is String
    • setSubIndication

      public void setSubIndication(SubIndication value)
      Sets the value of the subIndication property.
      Parameters:
      value - allowed object is String
    • getAdESValidationDetails

      public XmlDetails getAdESValidationDetails()
      Gets the value of the adESValidationDetails property.
      Returns:
      possible object is XmlDetails
    • setAdESValidationDetails

      public void setAdESValidationDetails(XmlDetails value)
      Sets the value of the adESValidationDetails property.
      Parameters:
      value - allowed object is XmlDetails
    • getQualificationDetails

      public XmlDetails getQualificationDetails()
      Gets the value of the qualificationDetails property.
      Returns:
      possible object is XmlDetails
    • setQualificationDetails

      public void setQualificationDetails(XmlDetails value)
      Sets the value of the qualificationDetails property.
      Parameters:
      value - allowed object is XmlDetails
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String