Class ResultSetType

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

public class ResultSetType extends Object

Java class for ResultSetType complex type.

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

 <complexType name="ResultSetType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://phon.ling.mun.ca/ns/result}meta-keys" minOccurs="0"/>
         <element ref="{http://phon.ling.mun.ca/ns/result}result" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="session_path" use="required" type="{http://phon.ling.mun.ca/ns/result}nonEmptyString" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ResultSetType

      public ResultSetType()
  • Method Details

    • getMetaKeys

      public MetaKeyList getMetaKeys()
      Gets the value of the metaKeys property.
      Returns:
      possible object is MetaKeyList
    • setMetaKeys

      public void setMetaKeys(MetaKeyList value)
      Sets the value of the metaKeys property.
      Parameters:
      value - allowed object is MetaKeyList
    • getResult

      public List<ResultType> getResult()
      Gets the value of the result 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 result property.

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

          getResult().add(newItem);
       

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

    • getSessionPath

      public String getSessionPath()
      Gets the value of the sessionPath property.
      Returns:
      possible object is String
    • setSessionPath

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