Class ResultListingField

java.lang.Object
ca.phon.query.report.io.ResultListingField

public class ResultListingField extends Object

Java class for resultListingField complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="resultListingField">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://phon.ling.mun.ca/ns/report}field-value"/>
       </sequence>
       <attribute name="title" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ResultListingField

      public ResultListingField()
  • Method Details

    • getFieldValue

      public ScriptContainer getFieldValue()
      Gets the value of the fieldValue property.
      Returns:
      possible object is ScriptContainer
    • setFieldValue

      public void setFieldValue(ScriptContainer value)
      Sets the value of the fieldValue property.
      Parameters:
      value - allowed object is ScriptContainer
    • getTitle

      public String getTitle()
      Gets the value of the title property.
      Returns:
      possible object is String
    • setTitle

      public void setTitle(String value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is String