Package ca.phon.query.report.io
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the groupReportSection property.boolean
Gets the value of the printParticipantInformation property.boolean
Gets the value of the printSessionHeader property.void
Sets the value of the printParticipantInformation property.void
setPrintSessionHeader
(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
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
Sets the value of the printSessionHeader property.- Parameters:
value
- allowed object isBoolean
-
isPrintParticipantInformation
public boolean isPrintParticipantInformation()Gets the value of the printParticipantInformation property.- Returns:
- possible object is
Boolean
-
setPrintParticipantInformation
Sets the value of the printParticipantInformation property.- Parameters:
value
- allowed object isBoolean
-