Class PanelStatement

  • All Implemented Interfaces:
    java.io.Serializable

    public class PanelStatement
    extends Comet3Entity

    Java Interface for panelstatement complex type. For internal use only

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

     <complexType name="panelstatement">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="usage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="statement" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="in_parameters" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="out_parameters" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="hasstringids" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • PanelStatement

        public PanelStatement()
        Instantiates a new Panel statement.
      • PanelStatement

        public PanelStatement​(CometScript src)
        Instantiates a new Panel statement.
        Parameters:
        src - the src
    • Method Detail

      • getUsage

        public java.lang.String getUsage()
        Gets usage.
        Returns:
        the usage
      • setUsage

        public void setUsage​(java.lang.String usage)
        Sets usage.
        Parameters:
        usage - the usage
      • getDescription

        public java.lang.String getDescription()
        Gets description.
        Returns:
        the description
      • setDescription

        public void setDescription​(java.lang.String description)
        Sets description.
        Parameters:
        description - the description
      • getDomain

        public java.lang.Integer getDomain()
        Gets domain.
        Returns:
        the domain
      • setDomain

        public void setDomain​(java.lang.Integer domain)
        Sets domain.
        Parameters:
        domain - the domain
      • getStatement

        public java.lang.String getStatement()
        Gets statement.
        Returns:
        the statement
      • setStatement

        public void setStatement​(java.lang.String statement)
        Sets statement.
        Parameters:
        statement - the statement
      • getInParameters

        public java.lang.String getInParameters()
        Gets in parameters.
        Returns:
        the in parameters
      • setInParameters

        public void setInParameters​(java.lang.String inParameters)
        Sets in parameters.
        Parameters:
        inParameters - the in parameters
      • getOutParameters

        public java.lang.String getOutParameters()
        Gets out parameters.
        Returns:
        the out parameters
      • setOutParameters

        public void setOutParameters​(java.lang.String outParameters)
        Sets out parameters.
        Parameters:
        outParameters - the out parameters
      • getHasStringIds

        public java.lang.Integer getHasStringIds()
        Gets has string ids.
        Returns:
        the has string ids
      • setHasStringIds

        public void setHasStringIds​(java.lang.Integer hasStringIds)
        Sets has string ids.
        Parameters:
        hasStringIds - the has string ids
      • setId

        public void setId​(int id)
        Description copied from class: Comet3Entity
        Sets id.
        Overrides:
        setId in class Comet3Entity
        Parameters:
        id - the id