public class CTParameter extends 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 Boolean |
_boolean |
protected Double |
_double |
protected String |
cell |
protected Integer |
integer |
protected String |
name |
protected STParameterType |
parameterType |
protected String |
prompt |
protected Boolean |
refreshOnChange |
protected Integer |
sqlType |
protected String |
string |
Constructor and Description |
---|
CTParameter() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getCell()
Gets the value of the cell property.
|
Double |
getDouble()
Gets the value of the double property.
|
Integer |
getInteger()
Gets the value of the integer property.
|
String |
getName()
Gets the value of the name property.
|
STParameterType |
getParameterType()
Gets the value of the parameterType property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getPrompt()
Gets the value of the prompt property.
|
int |
getSqlType()
Gets the value of the sqlType property.
|
String |
getString()
Gets the value of the string property.
|
Boolean |
isBoolean()
Gets the value of the boolean property.
|
boolean |
isRefreshOnChange()
Gets the value of the refreshOnChange property.
|
void |
setBoolean(Boolean value)
Sets the value of the boolean property.
|
void |
setCell(String value)
Sets the value of the cell property.
|
void |
setDouble(Double value)
Sets the value of the double property.
|
void |
setInteger(Integer value)
Sets the value of the integer property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParameterType(STParameterType value)
Sets the value of the parameterType property.
|
void |
setParent(Object parent) |
void |
setPrompt(String value)
Sets the value of the prompt property.
|
void |
setRefreshOnChange(Boolean value)
Sets the value of the refreshOnChange property.
|
void |
setSqlType(Integer value)
Sets the value of the sqlType property.
|
void |
setString(String value)
Sets the value of the string property.
|
protected String name
protected Integer sqlType
protected STParameterType parameterType
protected Boolean refreshOnChange
protected String prompt
protected Boolean _boolean
protected Double _double
protected Integer integer
protected String string
protected String cell
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public int getSqlType()
Integer
public void setSqlType(Integer value)
value
- allowed object is
Integer
public STParameterType getParameterType()
STParameterType
public void setParameterType(STParameterType value)
value
- allowed object is
STParameterType
public boolean isRefreshOnChange()
Boolean
public void setRefreshOnChange(Boolean value)
value
- allowed object is
Boolean
public String getPrompt()
String
public void setPrompt(String value)
value
- allowed object is
String
public Boolean isBoolean()
Boolean
public void setBoolean(Boolean value)
value
- allowed object is
Boolean
public Double getDouble()
Double
public void setDouble(Double value)
value
- allowed object is
Double
public Integer getInteger()
Integer
public void setInteger(Integer value)
value
- allowed object is
Integer
public String getString()
String
public void setString(String value)
value
- allowed object is
String
public String getCell()
String
public void setCell(String value)
value
- allowed object is
String
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2018. All Rights Reserved.