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: