Class ResultListingField
java.lang.Object
ca.phon.query.report.io.ResultListingField
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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the fieldValue property.getTitle()Gets the value of the title property.voidsetFieldValue(ScriptContainer value) Sets the value of the fieldValue property.voidSets the value of the title property.
- 
Field Details- 
fieldValue
- 
title
 
- 
- 
Constructor Details- 
ResultListingFieldpublic ResultListingField()
 
- 
- 
Method Details- 
getFieldValueGets the value of the fieldValue property.- Returns:
- possible object is
     ScriptContainer
 
- 
setFieldValueSets the value of the fieldValue property.- Parameters:
- value- allowed object is- ScriptContainer
 
- 
getTitle
- 
setTitle
 
-