Module jpms_dss_specs_trusted_list
Class QualificationElementType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.ecc.QualificationElementType
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the criteriaList property.Gets the value of the qualifiers property.voidsetCriteriaList(CriteriaListType value) Sets the value of the criteriaList property.voidsetQualifiers(QualifiersType value) Sets the value of the qualifiers property.
-
Field Details
-
qualifiers
-
criteriaList
-
-
Constructor Details
-
QualificationElementType
public QualificationElementType()
-
-
Method Details
-
getQualifiers
Gets the value of the qualifiers property.- Returns:
- possible object is
QualifiersType
-
setQualifiers
Sets the value of the qualifiers property.- Parameters:
value- allowed object isQualifiersType
-
getCriteriaList
Gets the value of the criteriaList property.- Returns:
- possible object is
CriteriaListType
-
setCriteriaList
Sets the value of the criteriaList property.- Parameters:
value- allowed object isCriteriaListType
-