Class ResultValueType
java.lang.Object
ca.phon.query.db.xml.io.resultset.ResultValueType
Type definition for the resultValue element.
Java class for ResultValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultValueType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://phon.ling.mun.ca/ns/result}range"/> <element ref="{http://phon.ling.mun.ca/ns/result}data"/> <element ref="{http://phon.ling.mun.ca/ns/result}matcherGroup" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="tier_name" use="required" type="{http://phon.ling.mun.ca/ns/result}nonEmptyString" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()
Gets the value of the data property.Gets the value of the matcherGroup property.getName()
Gets the value of the name property.getRange()
Gets the value of the range property.Gets the value of the tierName property.void
Sets the value of the data property.void
Sets the value of the name property.void
Sets the value of the range property.void
setTierName
(String value) Sets the value of the tierName property.
-
Field Details
-
range
-
data
-
matcherGroup
-
tierName
-
name
-
-
Constructor Details
-
ResultValueType
public ResultValueType()
-
-
Method Details
-
getRange
-
setRange
-
getData
-
setData
-
getMatcherGroup
Gets the value of the matcherGroup 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 matcherGroup property.For example, to add a new item, do as follows:
getMatcherGroup().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getTierName
-
setTierName
-
getName
-
setName
-