Class Get


  • public class Get
    extends Object

    Java class for get complex type.

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

     <complexType name="get">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="query" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="primaryKey" type="{http://www.w3.org/2001/XMLSchema}long"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • sessionId

        protected String sessionId
      • query

        protected String query
      • primaryKey

        protected long primaryKey
    • Constructor Detail

      • Get

        public Get()
    • Method Detail

      • getSessionId

        public String getSessionId()
        Gets the value of the sessionId property.
        Returns:
        possible object is String
      • setSessionId

        public void setSessionId​(String value)
        Sets the value of the sessionId property.
        Parameters:
        value - allowed object is String
      • getQuery

        public String getQuery()
        Gets the value of the query property.
        Returns:
        possible object is String
      • setQuery

        public void setQuery​(String value)
        Sets the value of the query property.
        Parameters:
        value - allowed object is String
      • getPrimaryKey

        public long getPrimaryKey()
        Gets the value of the primaryKey property.
      • setPrimaryKey

        public void setPrimaryKey​(long value)
        Sets the value of the primaryKey property.