Class Group

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

public class Group extends Section

Java class for group complex type.

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

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

    • groupReportSection

      protected List<jakarta.xml.bind.JAXBElement<? extends Section>> groupReportSection
    • printSessionHeader

      protected Boolean printSessionHeader
    • printParticipantInformation

      protected Boolean printParticipantInformation
  • Constructor Details

    • Group

      public Group()
  • Method Details

    • getGroupReportSection

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

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

          getGroupReportSection().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<CommentSection> JAXBElement<ResultListing> JAXBElement<InventorySection> JAXBElement<Section>

    • isPrintSessionHeader

      public boolean isPrintSessionHeader()
      Gets the value of the printSessionHeader property.
      Returns:
      possible object is Boolean
    • setPrintSessionHeader

      public void setPrintSessionHeader(Boolean value)
      Sets the value of the printSessionHeader property.
      Parameters:
      value - allowed object is Boolean
    • isPrintParticipantInformation

      public boolean isPrintParticipantInformation()
      Gets the value of the printParticipantInformation property.
      Returns:
      possible object is Boolean
    • setPrintParticipantInformation

      public void setPrintParticipantInformation(Boolean value)
      Sets the value of the printParticipantInformation property.
      Parameters:
      value - allowed object is Boolean