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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected CriteriaListTypecriteriaListprotected QualifiersTypequalifiers -
Constructor Summary
Constructors Constructor Description QualificationElementType() -
Method Summary
Modifier and Type Method Description CriteriaListTypegetCriteriaList()Gets the value of the criteriaList property.QualifiersTypegetQualifiers()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
-
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
-