Module jpms_dss_specs_trusted_list
Class TrustServiceTSLQualificationExtensionEquivalenceListType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.mra.TrustServiceTSLQualificationExtensionEquivalenceListType
- All Implemented Interfaces:
Serializable
public class TrustServiceTSLQualificationExtensionEquivalenceListType
extends Object
implements Serializable
Java class for TrustServiceTSLQualificationExtensionEquivalenceListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrustServiceTSLQualificationExtensionEquivalenceListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TrustServiceTSLQualificationExtensionName" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}TrustServiceTSLQualificationExtensionNameType"/>
<element name="QualifierEquivalenceList" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}QualifierEquivalenceListType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the qualifierEquivalenceList property.Gets the value of the trustServiceTSLQualificationExtensionName property.voidSets the value of the trustServiceTSLQualificationExtensionName property.
-
Field Details
-
trustServiceTSLQualificationExtensionName
-
qualifierEquivalenceList
-
-
Constructor Details
-
TrustServiceTSLQualificationExtensionEquivalenceListType
public TrustServiceTSLQualificationExtensionEquivalenceListType()
-
-
Method Details
-
getTrustServiceTSLQualificationExtensionName
Gets the value of the trustServiceTSLQualificationExtensionName property.- Returns:
- possible object is
TrustServiceTSLQualificationExtensionNameType
-
setTrustServiceTSLQualificationExtensionName
public void setTrustServiceTSLQualificationExtensionName(TrustServiceTSLQualificationExtensionNameType value) Sets the value of the trustServiceTSLQualificationExtensionName property.- Parameters:
value- allowed object isTrustServiceTSLQualificationExtensionNameType
-
getQualifierEquivalenceList
Gets the value of the qualifierEquivalenceList property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the qualifierEquivalenceList property.For example, to add a new item, do as follows:
getQualifierEquivalenceList().add(newItem);Objects of the following type(s) are allowed in the list
QualifierEquivalenceListType
-