Module jpms_dss_specs_trusted_list
Class QcStatementInfoType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.mra.QcStatementInfoType
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected eu.europa.esig.xades.jaxb.xades132.ObjectIdentifierType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the qcCClegislation property.eu.europa.esig.xades.jaxb.xades132.ObjectIdentifierTypeGets the value of the qcType property.voidsetQcCClegislation(String value) Sets the value of the qcCClegislation property.voidsetQcType(eu.europa.esig.xades.jaxb.xades132.ObjectIdentifierType value) Sets the value of the qcType property.
-
Field Details
-
qcType
protected eu.europa.esig.xades.jaxb.xades132.ObjectIdentifierType qcType -
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 isObjectIdentifierType
-
getQcCClegislation
Gets the value of the qcCClegislation property.- Returns:
- possible object is
String
-
setQcCClegislation
Sets the value of the qcCClegislation property.- Parameters:
value- allowed object isString
-