Module jpms_dss_specs_trusted_list
Class TrustServiceTSLQualificationExtensionNameType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.mra.TrustServiceTSLQualificationExtensionNameType
- All Implemented Interfaces:
Serializable
Java class for TrustServiceTSLQualificationExtensionNameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrustServiceTSLQualificationExtensionNameType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TrustServiceTSLQualificationExtensionNamePointingParty" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TrustServiceTSLQualificationExtensionNamePointedParty" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the trustServiceTSLQualificationExtensionNamePointedParty property.Gets the value of the trustServiceTSLQualificationExtensionNamePointingParty property.voidSets the value of the trustServiceTSLQualificationExtensionNamePointedParty property.voidSets the value of the trustServiceTSLQualificationExtensionNamePointingParty property.
-
Field Details
-
trustServiceTSLQualificationExtensionNamePointingParty
-
trustServiceTSLQualificationExtensionNamePointedParty
-
-
Constructor Details
-
TrustServiceTSLQualificationExtensionNameType
public TrustServiceTSLQualificationExtensionNameType()
-
-
Method Details
-
getTrustServiceTSLQualificationExtensionNamePointingParty
Gets the value of the trustServiceTSLQualificationExtensionNamePointingParty property.- Returns:
- possible object is
String
-
setTrustServiceTSLQualificationExtensionNamePointingParty
Sets the value of the trustServiceTSLQualificationExtensionNamePointingParty property.- Parameters:
value- allowed object isString
-
getTrustServiceTSLQualificationExtensionNamePointedParty
Gets the value of the trustServiceTSLQualificationExtensionNamePointedParty property.- Returns:
- possible object is
String
-
setTrustServiceTSLQualificationExtensionNamePointedParty
Sets the value of the trustServiceTSLQualificationExtensionNamePointedParty property.- Parameters:
value- allowed object isString
-