Package ca.phon.query.report.io
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fieldValue property.getTitle()
Gets the value of the title property.void
setFieldValue
(ScriptContainer value) Sets the value of the fieldValue property.void
Sets the value of the title property.
-
Field Details
-
fieldValue
-
title
-
-
Constructor Details
-
ResultListingField
public ResultListingField()
-
-
Method Details
-
getFieldValue
Gets the value of the fieldValue property.- Returns:
- possible object is
ScriptContainer
-
setFieldValue
Sets the value of the fieldValue property.- Parameters:
value
- allowed object isScriptContainer
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value
- allowed object isString
-