Class QcStatementInfoType

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

public class QcStatementInfoType extends Object implements Serializable

Java class for QcStatementInfoType complex type.

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

 <complexType name="QcStatementInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}QcType"/>
         <element ref="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}QcCClegislation"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • qcType

      protected eu.europa.esig.xades.jaxb.xades132.ObjectIdentifierType qcType
    • qcCClegislation

      protected String qcCClegislation
  • Constructor Details

    • QcStatementInfoType

      public QcStatementInfoType()
  • Method Details

    • getQcType

      public eu.europa.esig.xades.jaxb.xades132.ObjectIdentifierType getQcType()
      Gets the value of the qcType property.
      Returns:
      possible object is ObjectIdentifierType
    • setQcType

      public void setQcType(eu.europa.esig.xades.jaxb.xades132.ObjectIdentifierType value)
      Sets the value of the qcType property.
      Parameters:
      value - allowed object is ObjectIdentifierType
    • getQcCClegislation

      public String getQcCClegislation()
      Gets the value of the qcCClegislation property.
      Returns:
      possible object is String
    • setQcCClegislation

      public void setQcCClegislation(String value)
      Sets the value of the qcCClegislation property.
      Parameters:
      value - allowed object is String