Module jpms_dss_specs_trusted_list
Class QualifierEquivalenceType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.mra.QualifierEquivalenceType
- All Implemented Interfaces:
Serializable
Java class for QualifierEquivalenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QualifierEquivalenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="QualifierPointingParty" type="{http://uri.etsi.org/TrstSvc/SvcInfoExt/eSigDir-1999-93-EC-TrustedList/#}QualifierType"/>
<element name="QualifierPointedParty" type="{http://uri.etsi.org/TrstSvc/SvcInfoExt/eSigDir-1999-93-EC-TrustedList/#}QualifierType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the qualifierPointedParty property.Gets the value of the qualifierPointingParty property.voidSets the value of the qualifierPointedParty property.voidSets the value of the qualifierPointingParty property.
-
Field Details
-
qualifierPointingParty
-
qualifierPointedParty
-
-
Constructor Details
-
QualifierEquivalenceType
public QualifierEquivalenceType()
-
-
Method Details
-
getQualifierPointingParty
Gets the value of the qualifierPointingParty property.- Returns:
- possible object is
QualifierType
-
setQualifierPointingParty
Sets the value of the qualifierPointingParty property.- Parameters:
value- allowed object isQualifierType
-
getQualifierPointedParty
Gets the value of the qualifierPointedParty property.- Returns:
- possible object is
QualifierType
-
setQualifierPointedParty
Sets the value of the qualifierPointedParty property.- Parameters:
value- allowed object isQualifierType
-