Class SelectClause

  • All Implemented Interfaces:
    java.io.Serializable

    public class SelectClause
    extends java.lang.Object
    implements java.io.Serializable
    <p>Java class for SelectClause complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SelectClause"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="fields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.String> fields  
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectClause()
      Default no-arg constructor abc
      SelectClause​(java.util.List<java.lang.String> fields)
      Fully-initialising value constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.util.List<java.lang.String> getFields()
      Gets the value of the fields property.
      int hashCode()  
      void setFields​(java.util.List<java.lang.String> value)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • fields

        protected java.util.List<java.lang.String> fields
    • Constructor Detail

      • SelectClause

        public SelectClause()
        Default no-arg constructor abc
      • SelectClause

        public SelectClause​(java.util.List<java.lang.String> fields)
        Fully-initialising value constructor
    • Method Detail

      • getFields

        public java.util.List<java.lang.String> getFields()
        Gets the value of the fields property. <p> 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 JAXB object. This is why there is not a <CODE>set</CODE> method for the fields property. <p> For example, to add a new item, do as follows: <pre> getFields().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list String
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • setFields

        public void setFields​(java.util.List<java.lang.String> value)