java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlChainItem
All Implemented Interfaces:
Serializable

public class XmlChainItem extends Object implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Source" type="{http://dss.esig.europa.eu/validation/detailed-report}CertificateSourceType"/>
       </sequence>
       <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
     
    protected eu.europa.esig.dss.enumerations.CertificateSourceType
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the id property.
    eu.europa.esig.dss.enumerations.CertificateSourceType
    Gets the value of the source property.
    void
    setId(String value)
    Sets the value of the id property.
    void
    setSource(eu.europa.esig.dss.enumerations.CertificateSourceType value)
    Sets the value of the source property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • source

      protected eu.europa.esig.dss.enumerations.CertificateSourceType source
    • id

      protected String id
  • Constructor Details

    • XmlChainItem

      public XmlChainItem()
  • Method Details

    • getSource

      public eu.europa.esig.dss.enumerations.CertificateSourceType getSource()
      Gets the value of the source property.
      Returns:
      possible object is String
    • setSource

      public void setSource(eu.europa.esig.dss.enumerations.CertificateSourceType value)
      Sets the value of the source property.
      Parameters:
      value - allowed object is String
    • 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