Package ca.phon.query.report.io
Class ResultListing
java.lang.Object
ca.phon.query.report.io.Section
ca.phon.query.report.io.ResultListing
Java class for resultListing complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resultListing"> <complexContent> <extension base="{http://phon.ling.mun.ca/ns/report}section"> <sequence> <element ref="{http://phon.ling.mun.ca/ns/report}field" maxOccurs="unbounded"/> </sequence> <attribute name="format" type="{http://phon.ling.mun.ca/ns/report}resultListingFormatType" default="table" /> <attribute name="includeExcluded" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<ResultListingField>
protected ResultListingFormatType
protected Boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetField()
Gets the value of the field property.Gets the value of the format property.boolean
Gets the value of the includeExcluded property.void
setFormat
(ResultListingFormatType value) Sets the value of the format property.void
setIncludeExcluded
(Boolean value) Sets the value of the includeExcluded property.
-
Field Details
-
field
-
format
-
includeExcluded
-
-
Constructor Details
-
ResultListing
public ResultListing()
-
-
Method Details
-
getField
Gets the value of the field 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 field property.For example, to add a new item, do as follows:
getField().add(newItem);
Objects of the following type(s) are allowed in the list
ResultListingField
-
getFormat
Gets the value of the format property.- Returns:
- possible object is
ResultListingFormatType
-
setFormat
Sets the value of the format property.- Parameters:
value
- allowed object isResultListingFormatType
-
isIncludeExcluded
public boolean isIncludeExcluded()Gets the value of the includeExcluded property.- Returns:
- possible object is
Boolean
-
setIncludeExcluded
Sets the value of the includeExcluded property.- Parameters:
value
- allowed object isBoolean
-