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>
| Modifier and Type | Field and 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 and Description |
|---|
CTParameter() |
| Modifier and Type | Method and 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.
|
protected java.lang.String name
protected java.lang.Integer sqlType
protected STParameterType parameterType
protected java.lang.Boolean refreshOnChange
protected java.lang.String prompt
protected java.lang.Boolean _boolean
protected java.lang.Double _double
protected java.lang.Integer integer
protected java.lang.String string
protected java.lang.String cell
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic int getSqlType()
Integerpublic void setSqlType(java.lang.Integer value)
value - allowed object is
Integerpublic STParameterType getParameterType()
STParameterTypepublic void setParameterType(STParameterType value)
value - allowed object is
STParameterTypepublic boolean isRefreshOnChange()
Booleanpublic void setRefreshOnChange(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getPrompt()
Stringpublic void setPrompt(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isBoolean()
Booleanpublic void setBoolean(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getDouble()
Doublepublic void setDouble(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getInteger()
Integerpublic void setInteger(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getString()
Stringpublic void setString(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCell()
Stringpublic void setCell(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.