Module jpms_dss_specs_trusted_list
Class TrustServiceEquivalenceHistoryInstanceType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.mra.TrustServiceEquivalenceHistoryInstanceType
- All Implemented Interfaces:
Serializable
Java class for TrustServiceEquivalenceHistoryInstanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrustServiceEquivalenceHistoryInstanceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TrustServiceTSLTypeEquivalenceList" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}TrustServiceTSLTypeEquivalenceListType"/>
<element name="TrustServiceEquivalenceStatus" type="{http://uri.etsi.org/02231/v2#}NonEmptyURIType"/>
<element name="TrustServiceEquivalenceStatusStartingTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="TrustServiceTSLStatusEquivalenceList" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}TrustServiceTSLStatusEquivalenceListType"/>
<element name="CertificateContentReferencesEquivalenceList" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}CertificateContentReferencesEquivalenceListType" minOccurs="0"/>
<element name="TrustServiceTSLQualificationExtensionEquivalenceList" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}TrustServiceTSLQualificationExtensionEquivalenceListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected eu.europa.esig.dss.enumerations.MRAStatusprotected XMLGregorianCalendarprotected TrustServiceTSLStatusEquivalenceListTypeprotected TrustServiceTSLTypeEquivalenceListType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificateContentReferencesEquivalenceList property.eu.europa.esig.dss.enumerations.MRAStatusGets the value of the trustServiceEquivalenceStatus property.Gets the value of the trustServiceEquivalenceStatusStartingTime property.Gets the value of the trustServiceTSLQualificationExtensionEquivalenceList property.Gets the value of the trustServiceTSLStatusEquivalenceList property.Gets the value of the trustServiceTSLTypeEquivalenceList property.voidsetCertificateContentReferencesEquivalenceList(CertificateContentReferencesEquivalenceListType value) Sets the value of the certificateContentReferencesEquivalenceList property.voidsetTrustServiceEquivalenceStatus(eu.europa.esig.dss.enumerations.MRAStatus value) Sets the value of the trustServiceEquivalenceStatus property.voidSets the value of the trustServiceEquivalenceStatusStartingTime property.voidsetTrustServiceTSLQualificationExtensionEquivalenceList(TrustServiceTSLQualificationExtensionEquivalenceListType value) Sets the value of the trustServiceTSLQualificationExtensionEquivalenceList property.voidSets the value of the trustServiceTSLStatusEquivalenceList property.voidSets the value of the trustServiceTSLTypeEquivalenceList property.
-
Field Details
-
trustServiceTSLTypeEquivalenceList
-
trustServiceEquivalenceStatus
protected eu.europa.esig.dss.enumerations.MRAStatus trustServiceEquivalenceStatus -
trustServiceEquivalenceStatusStartingTime
-
trustServiceTSLStatusEquivalenceList
-
certificateContentReferencesEquivalenceList
protected CertificateContentReferencesEquivalenceListType certificateContentReferencesEquivalenceList -
trustServiceTSLQualificationExtensionEquivalenceList
protected TrustServiceTSLQualificationExtensionEquivalenceListType trustServiceTSLQualificationExtensionEquivalenceList
-
-
Constructor Details
-
TrustServiceEquivalenceHistoryInstanceType
public TrustServiceEquivalenceHistoryInstanceType()
-
-
Method Details
-
getTrustServiceTSLTypeEquivalenceList
Gets the value of the trustServiceTSLTypeEquivalenceList property.- Returns:
- possible object is
TrustServiceTSLTypeEquivalenceListType
-
setTrustServiceTSLTypeEquivalenceList
Sets the value of the trustServiceTSLTypeEquivalenceList property.- Parameters:
value- allowed object isTrustServiceTSLTypeEquivalenceListType
-
getTrustServiceEquivalenceStatus
public eu.europa.esig.dss.enumerations.MRAStatus getTrustServiceEquivalenceStatus()Gets the value of the trustServiceEquivalenceStatus property.- Returns:
- possible object is
String
-
setTrustServiceEquivalenceStatus
public void setTrustServiceEquivalenceStatus(eu.europa.esig.dss.enumerations.MRAStatus value) Sets the value of the trustServiceEquivalenceStatus property.- Parameters:
value- allowed object isString
-
getTrustServiceEquivalenceStatusStartingTime
Gets the value of the trustServiceEquivalenceStatusStartingTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTrustServiceEquivalenceStatusStartingTime
Sets the value of the trustServiceEquivalenceStatusStartingTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTrustServiceTSLStatusEquivalenceList
Gets the value of the trustServiceTSLStatusEquivalenceList property.- Returns:
- possible object is
TrustServiceTSLStatusEquivalenceListType
-
setTrustServiceTSLStatusEquivalenceList
Sets the value of the trustServiceTSLStatusEquivalenceList property.- Parameters:
value- allowed object isTrustServiceTSLStatusEquivalenceListType
-
getCertificateContentReferencesEquivalenceList
public CertificateContentReferencesEquivalenceListType getCertificateContentReferencesEquivalenceList()Gets the value of the certificateContentReferencesEquivalenceList property.- Returns:
- possible object is
CertificateContentReferencesEquivalenceListType
-
setCertificateContentReferencesEquivalenceList
public void setCertificateContentReferencesEquivalenceList(CertificateContentReferencesEquivalenceListType value) Sets the value of the certificateContentReferencesEquivalenceList property.- Parameters:
value- allowed object isCertificateContentReferencesEquivalenceListType
-
getTrustServiceTSLQualificationExtensionEquivalenceList
public TrustServiceTSLQualificationExtensionEquivalenceListType getTrustServiceTSLQualificationExtensionEquivalenceList()Gets the value of the trustServiceTSLQualificationExtensionEquivalenceList property.- Returns:
- possible object is
TrustServiceTSLQualificationExtensionEquivalenceListType
-
setTrustServiceTSLQualificationExtensionEquivalenceList
public void setTrustServiceTSLQualificationExtensionEquivalenceList(TrustServiceTSLQualificationExtensionEquivalenceListType value) Sets the value of the trustServiceTSLQualificationExtensionEquivalenceList property.- Parameters:
value- allowed object isTrustServiceTSLQualificationExtensionEquivalenceListType
-