Class QualifierEquivalenceType

java.lang.Object
eu.europa.esig.trustedlist.jaxb.mra.QualifierEquivalenceType
All Implemented Interfaces:
Serializable

public class QualifierEquivalenceType extends Object implements 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 Details

    • qualifierPointingParty

      protected QualifierType qualifierPointingParty
    • qualifierPointedParty

      protected QualifierType qualifierPointedParty
  • Constructor Details

    • QualifierEquivalenceType

      public QualifierEquivalenceType()
  • Method Details

    • getQualifierPointingParty

      public QualifierType getQualifierPointingParty()
      Gets the value of the qualifierPointingParty property.
      Returns:
      possible object is QualifierType
    • setQualifierPointingParty

      public void setQualifierPointingParty(QualifierType value)
      Sets the value of the qualifierPointingParty property.
      Parameters:
      value - allowed object is QualifierType
    • getQualifierPointedParty

      public QualifierType getQualifierPointedParty()
      Gets the value of the qualifierPointedParty property.
      Returns:
      possible object is QualifierType
    • setQualifierPointedParty

      public void setQualifierPointedParty(QualifierType value)
      Sets the value of the qualifierPointedParty property.
      Parameters:
      value - allowed object is QualifierType