Class XmlCertificate

java.lang.Object
eu.europa.esig.dss.simplereport.jaxb.XmlCertificate
All Implemented Interfaces:
Serializable

public class XmlCertificate extends Object implements Serializable

Java class for Certificate complex type.

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

 <complexType name="Certificate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="QualifiedName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TrustAnchors" type="{http://dss.esig.europa.eu/validation/simple-report}TrustAnchors" minOccurs="0"/>
       </sequence>
       <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="trusted" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • XmlCertificate

      public XmlCertificate()
  • Method Details

    • getQualifiedName

      public String getQualifiedName()
      Gets the value of the qualifiedName property.
      Returns:
      possible object is String
    • setQualifiedName

      public void setQualifiedName(String value)
      Sets the value of the qualifiedName property.
      Parameters:
      value - allowed object is String
    • getTrustAnchors

      public XmlTrustAnchors getTrustAnchors()
      Gets the value of the trustAnchors property.
      Returns:
      possible object is XmlTrustAnchors
    • setTrustAnchors

      public void setTrustAnchors(XmlTrustAnchors value)
      Sets the value of the trustAnchors property.
      Parameters:
      value - allowed object is XmlTrustAnchors
    • 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
    • isTrusted

      public boolean isTrusted()
      Gets the value of the trusted property.
      Returns:
      possible object is Boolean
    • setTrusted

      public void setTrusted(Boolean value)
      Sets the value of the trusted property.
      Parameters:
      value - allowed object is Boolean