Module jpms_dss_specs_trusted_list
Class TrustServiceTSLTypeEquivalenceListType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.mra.TrustServiceTSLTypeEquivalenceListType
- All Implemented Interfaces:
Serializable
Java class for TrustServiceTSLTypeEquivalenceListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrustServiceTSLTypeEquivalenceListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TrustServiceTSLTypeListPointingParty" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}TrustServiceTSLTypeListType"/>
<element name="TrustServiceTSLTypeListPointedParty" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}TrustServiceTSLTypeListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TrustServiceTSLTypeListTypeprotected TrustServiceTSLTypeListType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the trustServiceTSLTypeListPointedParty property.Gets the value of the trustServiceTSLTypeListPointingParty property.voidSets the value of the trustServiceTSLTypeListPointedParty property.voidSets the value of the trustServiceTSLTypeListPointingParty property.
-
Field Details
-
trustServiceTSLTypeListPointingParty
-
trustServiceTSLTypeListPointedParty
-
-
Constructor Details
-
TrustServiceTSLTypeEquivalenceListType
public TrustServiceTSLTypeEquivalenceListType()
-
-
Method Details
-
getTrustServiceTSLTypeListPointingParty
Gets the value of the trustServiceTSLTypeListPointingParty property.- Returns:
- possible object is
TrustServiceTSLTypeListType
-
setTrustServiceTSLTypeListPointingParty
Sets the value of the trustServiceTSLTypeListPointingParty property.- Parameters:
value- allowed object isTrustServiceTSLTypeListType
-
getTrustServiceTSLTypeListPointedParty
Gets the value of the trustServiceTSLTypeListPointedParty property.- Returns:
- possible object is
TrustServiceTSLTypeListType
-
setTrustServiceTSLTypeListPointedParty
Sets the value of the trustServiceTSLTypeListPointedParty property.- Parameters:
value- allowed object isTrustServiceTSLTypeListType
-