Class QcStatementListType

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

public class QcStatementListType extends Object implements 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 Details

  • Constructor Details

    • QcStatementListType

      public QcStatementListType()
  • Method Details

    • getQcStatement

      public List<QcStatementType> 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 set method 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