Class QcStatementType

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

public class QcStatementType extends Object implements Serializable

Java class for QcStatementType complex type.

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

 <complexType name="QcStatementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="QcStatementId" type="{http://uri.etsi.org/01903/v1.3.2#}ObjectIdentifierType"/>
         <element name="QcStatementInfo" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}QcStatementInfoType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • qcStatementId

      protected eu.europa.esig.xades.jaxb.xades132.ObjectIdentifierType qcStatementId
    • qcStatementInfo

      protected QcStatementInfoType qcStatementInfo
  • Constructor Details

    • QcStatementType

      public QcStatementType()
  • Method Details

    • getQcStatementId

      public eu.europa.esig.xades.jaxb.xades132.ObjectIdentifierType getQcStatementId()
      Gets the value of the qcStatementId property.
      Returns:
      possible object is ObjectIdentifierType
    • setQcStatementId

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

      public QcStatementInfoType getQcStatementInfo()
      Gets the value of the qcStatementInfo property.
      Returns:
      possible object is QcStatementInfoType
    • setQcStatementInfo

      public void setQcStatementInfo(QcStatementInfoType value)
      Sets the value of the qcStatementInfo property.
      Parameters:
      value - allowed object is QcStatementInfoType