Class XmlTrustServiceEquivalenceInformation
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlTrustServiceEquivalenceInformation
- All Implemented Interfaces:
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 Summary
Modifier and TypeFieldDescriptionprotected List<XmlCertificateContentEquivalence>
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the trustServiceLegalIdentifier property.void
setCertificateContentEquivalenceList
(List<XmlCertificateContentEquivalence> certificateContentEquivalenceList) void
Sets the value of the trustServiceLegalIdentifier property.
-
Field Details
-
trustServiceLegalIdentifier
-
certificateContentEquivalenceList
-
-
Constructor Details
-
XmlTrustServiceEquivalenceInformation
public XmlTrustServiceEquivalenceInformation()
-
-
Method Details
-
getTrustServiceLegalIdentifier
Gets the value of the trustServiceLegalIdentifier property.- Returns:
- possible object is
String
-
setTrustServiceLegalIdentifier
Sets the value of the trustServiceLegalIdentifier property.- Parameters:
value
- allowed object isString
-
getCertificateContentEquivalenceList
-
setCertificateContentEquivalenceList
public void setCertificateContentEquivalenceList(List<XmlCertificateContentEquivalence> certificateContentEquivalenceList)
-