Class XmlTrustServiceEquivalenceInformation

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

public class XmlTrustServiceEquivalenceInformation extends Object implements Serializable

Java class for TrustServiceEquivalenceInformation complex type.

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

 <complexType name="TrustServiceEquivalenceInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TrustServiceLegalIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CertificateContentEquivalenceList" type="{http://dss.esig.europa.eu/validation/diagnostic}CertificateContentEquivalenceList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • XmlTrustServiceEquivalenceInformation

      public XmlTrustServiceEquivalenceInformation()
  • Method Details

    • getTrustServiceLegalIdentifier

      public String getTrustServiceLegalIdentifier()
      Gets the value of the trustServiceLegalIdentifier property.
      Returns:
      possible object is String
    • setTrustServiceLegalIdentifier

      public void setTrustServiceLegalIdentifier(String value)
      Sets the value of the trustServiceLegalIdentifier property.
      Parameters:
      value - allowed object is String
    • getCertificateContentEquivalenceList

      public List<XmlCertificateContentEquivalence> getCertificateContentEquivalenceList()
    • setCertificateContentEquivalenceList

      public void setCertificateContentEquivalenceList(List<XmlCertificateContentEquivalence> certificateContentEquivalenceList)