Class ResultType

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

public class ResultType extends Object
Type definition for the result element.

Java class for ResultType complex type.

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

 <complexType name="ResultType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://phon.ling.mun.ca/ns/result}result_value" maxOccurs="unbounded"/>
         <element ref="{http://phon.ling.mun.ca/ns/result}meta" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="record_index" use="required" type="{http://phon.ling.mun.ca/ns/result}unsignedJavaInt" />
       <attribute name="schema" use="required" type="{http://phon.ling.mun.ca/ns/result}nonEmptyString" />
       <attribute name="excluded" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ResultType

      public ResultType()
  • Method Details

    • getResultValue

      public List<ResultValueType> getResultValue()
      Gets the value of the resultValue 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 resultValue property.

      For example, to add a new item, do as follows:

          getResultValue().add(newItem);
       

      Objects of the following type(s) are allowed in the list ResultValueType

    • getMeta

      public List<MetaType> getMeta()
      Gets the value of the meta 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 meta property.

      For example, to add a new item, do as follows:

          getMeta().add(newItem);
       

      Objects of the following type(s) are allowed in the list MetaType

    • getRecordIndex

      public int getRecordIndex()
      Gets the value of the recordIndex property.
    • setRecordIndex

      public void setRecordIndex(int value)
      Sets the value of the recordIndex property.
    • getSchema

      public String getSchema()
      Gets the value of the schema property.
      Returns:
      possible object is String
    • setSchema

      public void setSchema(String value)
      Sets the value of the schema property.
      Parameters:
      value - allowed object is String
    • isExcluded

      public boolean isExcluded()
      Gets the value of the excluded property.
      Returns:
      possible object is Boolean
    • setExcluded

      public void setExcluded(Boolean value)
      Sets the value of the excluded property.
      Parameters:
      value - allowed object is Boolean