Class ReportDesign

java.lang.Object
ca.phon.query.report.io.Section
ca.phon.query.report.io.ReportDesign

public class ReportDesign extends Section
Report settings.

Java class for reportDesign complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="reportDesign">
   <complexContent>
     <extension base="{http://phon.ling.mun.ca/ns/report}section">
       <sequence>
         <element ref="{http://phon.ling.mun.ca/ns/report}report-section" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" default="1.6" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • reportSection

      protected List<jakarta.xml.bind.JAXBElement<? extends Section>> reportSection
    • version

      protected String version
  • Constructor Details

    • ReportDesign

      public ReportDesign()
  • Method Details

    • getReportSection

      public List<jakarta.xml.bind.JAXBElement<? extends Section>> getReportSection()
      Gets the value of the reportSection 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 reportSection property.

      For example, to add a new item, do as follows:

          getReportSection().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<Group> JAXBElement<SummarySection> JAXBElement<ParamSection> JAXBElement<CommentSection> JAXBElement<AggregrateInventory> JAXBElement<Section>

    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String