Module jpms_dss_specs_trusted_list
Class QcStatementListType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.mra.QcStatementListType
- All Implemented Interfaces:
Serializable
Java class for QcStatementListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QcStatementListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="QcStatement" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}QcStatementType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the qcStatement property.
-
Field Details
-
qcStatement
-
-
Constructor Details
-
QcStatementListType
public QcStatementListType()
-
-
Method Details
-
getQcStatement
Gets the value of the qcStatement property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the qcStatement property.For example, to add a new item, do as follows:
getQcStatement().add(newItem);Objects of the following type(s) are allowed in the list
QcStatementType
-