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
FieldsModifier and TypeFieldDescriptionprotected List<ResultListingField> protected ResultListingFormatTypeprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetField()Gets the value of the field property.Gets the value of the format property.booleanGets the value of the includeExcluded property.voidsetFormat(ResultListingFormatType value) Sets the value of the format property.voidsetIncludeExcluded(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
setmethod 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
-