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 Details

  • Constructor Details

    • TrustServiceTSLQualificationExtensionEquivalenceListType

      public TrustServiceTSLQualificationExtensionEquivalenceListType()
  • Method Details

    • getTrustServiceTSLQualificationExtensionName

      public TrustServiceTSLQualificationExtensionNameType 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 is TrustServiceTSLQualificationExtensionNameType
    • getQualifierEquivalenceList

      public List<QualifierEquivalenceListType> 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 set method 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