Package org.xlsx4j.sml
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_booleanprotected java.lang.Double_doubleprotected java.lang.Stringcellprotected java.lang.Integerintegerprotected java.lang.Stringnameprotected STParameterTypeparameterTypeprotected java.lang.Stringpromptprotected java.lang.BooleanrefreshOnChangeprotected java.lang.IntegersqlTypeprotected java.lang.Stringstring -
Constructor Summary
Constructors Constructor Description CTParameter() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(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.StringgetCell()Gets the value of the cell property.java.lang.DoublegetDouble()Gets the value of the double property.java.lang.IntegergetInteger()Gets the value of the integer property.java.lang.StringgetName()Gets the value of the name property.STParameterTypegetParameterType()Gets the value of the parameterType property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetPrompt()Gets the value of the prompt property.intgetSqlType()Gets the value of the sqlType property.java.lang.StringgetString()Gets the value of the string property.java.lang.BooleanisBoolean()Gets the value of the boolean property.booleanisRefreshOnChange()Gets the value of the refreshOnChange property.voidsetBoolean(java.lang.Boolean value)Sets the value of the boolean property.voidsetCell(java.lang.String value)Sets the value of the cell property.voidsetDouble(java.lang.Double value)Sets the value of the double property.voidsetInteger(java.lang.Integer value)Sets the value of the integer property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetParameterType(STParameterType value)Sets the value of the parameterType property.voidsetParent(java.lang.Object parent)voidsetPrompt(java.lang.String value)Sets the value of the prompt property.voidsetRefreshOnChange(java.lang.Boolean value)Sets the value of the refreshOnChange property.voidsetSqlType(java.lang.Integer value)Sets the value of the sqlType property.voidsetString(java.lang.String value)Sets the value of the string property.
-
Field Details
-
name
protected java.lang.String name -
sqlType
protected java.lang.Integer sqlType -
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
-
CTParameter
public CTParameter()
-
-
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 isString
-
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 isInteger
-
getParameterType
Gets the value of the parameterType property.- Returns:
- possible object is
STParameterType
-
setParameterType
Sets the value of the parameterType property.- Parameters:
value- allowed object isSTParameterType
-
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 isBoolean
-
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 isString
-
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 isBoolean
-
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 isDouble
-
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 isInteger
-
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 isString
-
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 isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
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.
-