Class ResultValueType

java.lang.Object
ca.phon.query.db.xml.io.resultset.ResultValueType

public class ResultValueType extends Object
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="group_index" use="required" type="{http://phon.ling.mun.ca/ns/result}groupIndex" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • range

      protected RangeType range
    • data

      protected String data
    • matcherGroup

      protected List<String> matcherGroup
    • tierName

      protected String tierName
    • groupIndex

      protected int groupIndex
    • name

      protected String name
  • Constructor Details

    • ResultValueType

      public ResultValueType()
  • Method Details

    • getRange

      public RangeType getRange()
      Gets the value of the range property.
      Returns:
      possible object is RangeType
    • setRange

      public void setRange(RangeType value)
      Sets the value of the range property.
      Parameters:
      value - allowed object is RangeType
    • getData

      public String getData()
      Gets the value of the data property.
      Returns:
      possible object is String
    • setData

      public void setData(String value)
      Sets the value of the data property.
      Parameters:
      value - allowed object is String
    • getMatcherGroup

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

      public String getTierName()
      Gets the value of the tierName property.
      Returns:
      possible object is String
    • setTierName

      public void setTierName(String value)
      Sets the value of the tierName property.
      Parameters:
      value - allowed object is String
    • getGroupIndex

      public int getGroupIndex()
      Gets the value of the groupIndex property.
    • setGroupIndex

      public void setGroupIndex(int value)
      Sets the value of the groupIndex property.
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

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