Class QualificationElementType

java.lang.Object
eu.europa.esig.trustedlist.jaxb.ecc.QualificationElementType
All Implemented Interfaces:
Serializable

public class QualificationElementType extends Object implements Serializable

Java class for QualificationElementType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QualificationElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Qualifiers" type="{http://uri.etsi.org/TrstSvc/SvcInfoExt/eSigDir-1999-93-EC-TrustedList/#}QualifiersType"/>
         <element name="CriteriaList" type="{http://uri.etsi.org/TrstSvc/SvcInfoExt/eSigDir-1999-93-EC-TrustedList/#}CriteriaListType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • QualificationElementType

      public QualificationElementType()
  • Method Details

    • getQualifiers

      public QualifiersType getQualifiers()
      Gets the value of the qualifiers property.
      Returns:
      possible object is QualifiersType
    • setQualifiers

      public void setQualifiers(QualifiersType value)
      Sets the value of the qualifiers property.
      Parameters:
      value - allowed object is QualifiersType
    • getCriteriaList

      public CriteriaListType getCriteriaList()
      Gets the value of the criteriaList property.
      Returns:
      possible object is CriteriaListType
    • setCriteriaList

      public void setCriteriaList(CriteriaListType value)
      Sets the value of the criteriaList property.
      Parameters:
      value - allowed object is CriteriaListType