Module jpms_dss_specs_trusted_list
Class TrustServiceTSLStatusEquivalenceListType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.mra.TrustServiceTSLStatusEquivalenceListType
- All Implemented Interfaces:
Serializable
Java class for TrustServiceTSLStatusEquivalenceListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrustServiceTSLStatusEquivalenceListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TrustServiceTSLStatusValidEquivalence" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}TrustServiceTSLStatusEquivalenceType"/>
<element name="TrustServiceTSLStatusInvalidEquivalence" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}TrustServiceTSLStatusEquivalenceType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TrustServiceTSLStatusEquivalenceTypeprotected TrustServiceTSLStatusEquivalenceType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the trustServiceTSLStatusInvalidEquivalence property.Gets the value of the trustServiceTSLStatusValidEquivalence property.voidSets the value of the trustServiceTSLStatusInvalidEquivalence property.voidSets the value of the trustServiceTSLStatusValidEquivalence property.
-
Field Details
-
trustServiceTSLStatusValidEquivalence
-
trustServiceTSLStatusInvalidEquivalence
-
-
Constructor Details
-
TrustServiceTSLStatusEquivalenceListType
public TrustServiceTSLStatusEquivalenceListType()
-
-
Method Details
-
getTrustServiceTSLStatusValidEquivalence
Gets the value of the trustServiceTSLStatusValidEquivalence property.- Returns:
- possible object is
TrustServiceTSLStatusEquivalenceType
-
setTrustServiceTSLStatusValidEquivalence
Sets the value of the trustServiceTSLStatusValidEquivalence property.- Parameters:
value- allowed object isTrustServiceTSLStatusEquivalenceType
-
getTrustServiceTSLStatusInvalidEquivalence
Gets the value of the trustServiceTSLStatusInvalidEquivalence property.- Returns:
- possible object is
TrustServiceTSLStatusEquivalenceType
-
setTrustServiceTSLStatusInvalidEquivalence
Sets the value of the trustServiceTSLStatusInvalidEquivalence property.- Parameters:
value- allowed object isTrustServiceTSLStatusEquivalenceType
-