Class PanelStatement

All Implemented Interfaces:
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:
  • Constructor Details

    • PanelStatement

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

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

    • applyValuesTo

      public void applyValuesTo(CometScript script, Statement.StatementDescriptor id)
      Apply values to.
      Parameters:
      script - the script
      id - the id
    • getUsage

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setHasStringIds(Integer hasStringIds)
      Sets has string ids.
      Parameters:
      hasStringIds - the has string ids
    • getId

      public int getId()
      Description copied from class: Comet3Entity
      Gets id.
      Overrides:
      getId in class Comet3Entity
      Returns:
      the id
    • setId

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