Module jpms_dss_specs_trusted_list
Class QcStatementType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.mra.QcStatementType
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected eu.europa.esig.xades.jaxb.xades132.ObjectIdentifierTypeprotected QcStatementInfoType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.xades.jaxb.xades132.ObjectIdentifierTypeGets the value of the qcStatementId property.Gets the value of the qcStatementInfo property.voidsetQcStatementId(eu.europa.esig.xades.jaxb.xades132.ObjectIdentifierType value) Sets the value of the qcStatementId property.voidSets the value of the qcStatementInfo property.
-
Field Details
-
qcStatementId
protected eu.europa.esig.xades.jaxb.xades132.ObjectIdentifierType qcStatementId -
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 isObjectIdentifierType
-
getQcStatementInfo
Gets the value of the qcStatementInfo property.- Returns:
- possible object is
QcStatementInfoType
-
setQcStatementInfo
Sets the value of the qcStatementInfo property.- Parameters:
value- allowed object isQcStatementInfoType
-