Class Group
java.lang.Object
ca.phon.query.report.io.Section
ca.phon.query.report.io.Group
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the groupReportSection property.booleanGets the value of the printParticipantInformation property.booleanGets the value of the printSessionHeader property.voidSets the value of the printParticipantInformation property.voidsetPrintSessionHeader(Boolean value) Sets the value of the printSessionHeader property.
-
Field Details
-
groupReportSection
-
printSessionHeader
-
printParticipantInformation
-
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
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
setmethod 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<InventorySection>JAXBElement<ResultListing>JAXBElement<Section> -
isPrintSessionHeader
public boolean isPrintSessionHeader()Gets the value of the printSessionHeader property.- Returns:
- possible object is
Boolean
-
setPrintSessionHeader
-
isPrintParticipantInformation
public boolean isPrintParticipantInformation()Gets the value of the printParticipantInformation property.- Returns:
- possible object is
Boolean
-
setPrintParticipantInformation
-