Package org.xlsx4j.sml
Class CTQueryTableField
java.lang.Object
org.xlsx4j.sml.CTQueryTableField
- All Implemented Interfaces:
Child
Java class for CT_QueryTableField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_QueryTableField">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="name" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="dataBound" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="rowNumbers" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="fillFormulas" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="clipped" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="tableColumnId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
</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.Gets the value of the extLst property.longgetId()Gets the value of the id property.getName()Gets the value of the name property.Gets the parent object in the object tree representing the unmarshalled xml document.longGets the value of the tableColumnId property.booleanGets the value of the clipped property.booleanGets the value of the dataBound property.booleanGets the value of the fillFormulas property.booleanGets the value of the rowNumbers property.voidsetClipped(Boolean value) Sets the value of the clipped property.voidsetDataBound(Boolean value) Sets the value of the dataBound property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidsetFillFormulas(Boolean value) Sets the value of the fillFormulas property.voidsetId(long value) Sets the value of the id property.voidSets the value of the name property.voidvoidsetRowNumbers(Boolean value) Sets the value of the rowNumbers property.voidsetTableColumnId(Long value) Sets the value of the tableColumnId property.
-
Field Details
-
extLst
-
id
protected long id -
name
-
dataBound
-
rowNumbers
-
fillFormulas
-
clipped
-
tableColumnId
-
-
Constructor Details
-
CTQueryTableField
public CTQueryTableField()
-
-
Method Details
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getId
public long getId()Gets the value of the id property. -
setId
public void setId(long value) Sets the value of the id property. -
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
-
isDataBound
public boolean isDataBound()Gets the value of the dataBound property.- Returns:
- possible object is
Boolean
-
setDataBound
Sets the value of the dataBound property.- Parameters:
value- allowed object isBoolean
-
isRowNumbers
public boolean isRowNumbers()Gets the value of the rowNumbers property.- Returns:
- possible object is
Boolean
-
setRowNumbers
Sets the value of the rowNumbers property.- Parameters:
value- allowed object isBoolean
-
isFillFormulas
public boolean isFillFormulas()Gets the value of the fillFormulas property.- Returns:
- possible object is
Boolean
-
setFillFormulas
Sets the value of the fillFormulas property.- Parameters:
value- allowed object isBoolean
-
isClipped
public boolean isClipped()Gets the value of the clipped property.- Returns:
- possible object is
Boolean
-
setClipped
Sets the value of the clipped property.- Parameters:
value- allowed object isBoolean
-
getTableColumnId
public long getTableColumnId()Gets the value of the tableColumnId property.- Returns:
- possible object is
Long
-
setTableColumnId
Sets the value of the tableColumnId property.- Parameters:
value- allowed object isLong
-
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.
-