Class ResultListing

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

public class ResultListing extends Section

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 Details

  • Constructor Details

    • ResultListing

      public ResultListing()
  • Method Details

    • getField

      public List<ResultListingField> 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

      public ResultListingFormatType getFormat()
      Gets the value of the format property.
      Returns:
      possible object is ResultListingFormatType
    • setFormat

      public void setFormat(ResultListingFormatType value)
      Sets the value of the format property.
      Parameters:
      value - allowed object is ResultListingFormatType
    • isIncludeExcluded

      public boolean isIncludeExcluded()
      Gets the value of the includeExcluded property.
      Returns:
      possible object is Boolean
    • setIncludeExcluded

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