Package org.xlsx4j.sml
Class CTParameter
java.lang.Object
org.xlsx4j.sml.CTParameter
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getCell()Gets the value of the cell property.Gets the value of the double property.Gets the value of the integer property.getName()Gets the value of the name property.Gets the value of the parameterType property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the prompt property.intGets the value of the sqlType property.Gets the value of the string property.Gets the value of the boolean property.booleanGets the value of the refreshOnChange property.voidsetBoolean(Boolean value) Sets the value of the boolean property.voidSets the value of the cell property.voidSets the value of the double property.voidsetInteger(Integer value) Sets the value of the integer property.voidSets the value of the name property.voidsetParameterType(STParameterType value) Sets the value of the parameterType property.voidvoidSets the value of the prompt property.voidsetRefreshOnChange(Boolean value) Sets the value of the refreshOnChange property.voidsetSqlType(Integer value) Sets the value of the sqlType property.voidSets the value of the string property.
-
Field Details
-
name
-
sqlType
-
parameterType
-
refreshOnChange
-
prompt
-
_boolean
-
_double
-
integer
-
string
-
cell
-
-
Constructor Details
-
CTParameter
public CTParameter()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
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
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
Sets the value of the refreshOnChange property.- Parameters:
value- allowed object isBoolean
-
getPrompt
Gets the value of the prompt property.- Returns:
- possible object is
String
-
setPrompt
Sets the value of the prompt property.- Parameters:
value- allowed object isString
-
isBoolean
Gets the value of the boolean property.- Returns:
- possible object is
Boolean
-
setBoolean
Sets the value of the boolean property.- Parameters:
value- allowed object isBoolean
-
getDouble
Gets the value of the double property.- Returns:
- possible object is
Double
-
setDouble
Sets the value of the double property.- Parameters:
value- allowed object isDouble
-
getInteger
Gets the value of the integer property.- Returns:
- possible object is
Integer
-
setInteger
Sets the value of the integer property.- Parameters:
value- allowed object isInteger
-
getString
Gets the value of the string property.- Returns:
- possible object is
String
-
setString
Sets the value of the string property.- Parameters:
value- allowed object isString
-
getCell
Gets the value of the cell property.- Returns:
- possible object is
String
-
setCell
Sets the value of the cell property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-