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