Class CTParameter

java.lang.Object
org.xlsx4j.sml.CTParameter
All Implemented Interfaces:
Child

public class CTParameter
extends java.lang.Object
implements Child

Java class for CT_Parameter complex type.

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

 <complexType name="CT_Parameter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="sqlType" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
       <attribute name="parameterType" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_ParameterType" default="prompt" />
       <attribute name="refreshOnChange" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="prompt" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="boolean" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="double" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="integer" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="string" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="cell" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.Boolean _boolean  
    protected java.lang.Double _double  
    protected java.lang.String cell  
    protected java.lang.Integer integer  
    protected java.lang.String name  
    protected STParameterType parameterType  
    protected java.lang.String prompt  
    protected java.lang.Boolean refreshOnChange  
    protected java.lang.Integer sqlType  
    protected java.lang.String string  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTParameter()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    java.lang.String getCell()
    Gets the value of the cell property.
    java.lang.Double getDouble()
    Gets the value of the double property.
    java.lang.Integer getInteger()
    Gets the value of the integer property.
    java.lang.String getName()
    Gets the value of the name property.
    STParameterType getParameterType()
    Gets the value of the parameterType property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getPrompt()
    Gets the value of the prompt property.
    int getSqlType()
    Gets the value of the sqlType property.
    java.lang.String getString()
    Gets the value of the string property.
    java.lang.Boolean isBoolean()
    Gets the value of the boolean property.
    boolean isRefreshOnChange()
    Gets the value of the refreshOnChange property.
    void setBoolean​(java.lang.Boolean value)
    Sets the value of the boolean property.
    void setCell​(java.lang.String value)
    Sets the value of the cell property.
    void setDouble​(java.lang.Double value)
    Sets the value of the double property.
    void setInteger​(java.lang.Integer value)
    Sets the value of the integer property.
    void setName​(java.lang.String value)
    Sets the value of the name property.
    void setParameterType​(STParameterType value)
    Sets the value of the parameterType property.
    void setParent​(java.lang.Object parent)  
    void setPrompt​(java.lang.String value)
    Sets the value of the prompt property.
    void setRefreshOnChange​(java.lang.Boolean value)
    Sets the value of the refreshOnChange property.
    void setSqlType​(java.lang.Integer value)
    Sets the value of the sqlType property.
    void setString​(java.lang.String value)
    Sets the value of the string property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • name

      protected java.lang.String name
    • sqlType

      protected java.lang.Integer sqlType
    • parameterType

      protected STParameterType parameterType
    • refreshOnChange

      protected java.lang.Boolean refreshOnChange
    • prompt

      protected java.lang.String prompt
    • _boolean

      protected java.lang.Boolean _boolean
    • _double

      protected java.lang.Double _double
    • integer

      protected java.lang.Integer integer
    • string

      protected java.lang.String string
    • cell

      protected java.lang.String cell
  • Constructor Details

  • Method Details

    • getName

      public java.lang.String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName​(java.lang.String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getSqlType

      public int getSqlType()
      Gets the value of the sqlType property.
      Returns:
      possible object is Integer
    • setSqlType

      public void setSqlType​(java.lang.Integer value)
      Sets the value of the sqlType property.
      Parameters:
      value - allowed object is Integer
    • getParameterType

      public STParameterType getParameterType()
      Gets the value of the parameterType property.
      Returns:
      possible object is STParameterType
    • setParameterType

      public void setParameterType​(STParameterType value)
      Sets the value of the parameterType property.
      Parameters:
      value - allowed object is STParameterType
    • isRefreshOnChange

      public boolean isRefreshOnChange()
      Gets the value of the refreshOnChange property.
      Returns:
      possible object is Boolean
    • setRefreshOnChange

      public void setRefreshOnChange​(java.lang.Boolean value)
      Sets the value of the refreshOnChange property.
      Parameters:
      value - allowed object is Boolean
    • getPrompt

      public java.lang.String getPrompt()
      Gets the value of the prompt property.
      Returns:
      possible object is String
    • setPrompt

      public void setPrompt​(java.lang.String value)
      Sets the value of the prompt property.
      Parameters:
      value - allowed object is String
    • isBoolean

      public java.lang.Boolean isBoolean()
      Gets the value of the boolean property.
      Returns:
      possible object is Boolean
    • setBoolean

      public void setBoolean​(java.lang.Boolean value)
      Sets the value of the boolean property.
      Parameters:
      value - allowed object is Boolean
    • getDouble

      public java.lang.Double getDouble()
      Gets the value of the double property.
      Returns:
      possible object is Double
    • setDouble

      public void setDouble​(java.lang.Double value)
      Sets the value of the double property.
      Parameters:
      value - allowed object is Double
    • getInteger

      public java.lang.Integer getInteger()
      Gets the value of the integer property.
      Returns:
      possible object is Integer
    • setInteger

      public void setInteger​(java.lang.Integer value)
      Sets the value of the integer property.
      Parameters:
      value - allowed object is Integer
    • getString

      public java.lang.String getString()
      Gets the value of the string property.
      Returns:
      possible object is String
    • setString

      public void setString​(java.lang.String value)
      Sets the value of the string property.
      Parameters:
      value - allowed object is String
    • getCell

      public java.lang.String getCell()
      Gets the value of the cell property.
      Returns:
      possible object is String
    • setCell

      public void setCell​(java.lang.String value)
      Sets the value of the cell property.
      Parameters:
      value - allowed object is String
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.