public class CTCacheField extends java.lang.Object implements Child
Java class for CT_CacheField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CacheField">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sharedItems" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_SharedItems" minOccurs="0"/>
<element name="fieldGroup" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_FieldGroup" minOccurs="0"/>
<element name="mpMap" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_X" maxOccurs="unbounded" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="caption" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="propertyName" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="serverField" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="uniqueList" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="numFmtId" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_NumFmtId" />
<attribute name="formula" 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="hierarchy" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="level" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="databaseField" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="mappingCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="memberPropertyField" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
caption |
protected java.lang.Boolean |
databaseField |
protected CTExtensionList |
extLst |
protected CTFieldGroup |
fieldGroup |
protected java.lang.String |
formula |
protected java.lang.Integer |
hierarchy |
protected java.lang.Long |
level |
protected java.lang.Long |
mappingCount |
protected java.lang.Boolean |
memberPropertyField |
protected java.util.List<CTX> |
mpMap |
protected java.lang.String |
name |
protected java.lang.Long |
numFmtId |
protected java.lang.String |
propertyName |
protected java.lang.Boolean |
serverField |
protected CTSharedItems |
sharedItems |
protected java.lang.Integer |
sqlType |
protected java.lang.Boolean |
uniqueList |
| Constructor and Description |
|---|
CTCacheField() |
| 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 |
getCaption()
Gets the value of the caption property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTFieldGroup |
getFieldGroup()
Gets the value of the fieldGroup property.
|
java.lang.String |
getFormula()
Gets the value of the formula property.
|
int |
getHierarchy()
Gets the value of the hierarchy property.
|
long |
getLevel()
Gets the value of the level property.
|
java.lang.Long |
getMappingCount()
Gets the value of the mappingCount property.
|
java.util.List<CTX> |
getMpMap()
Gets the value of the mpMap property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Long |
getNumFmtId()
Gets the value of the numFmtId property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getPropertyName()
Gets the value of the propertyName property.
|
CTSharedItems |
getSharedItems()
Gets the value of the sharedItems property.
|
int |
getSqlType()
Gets the value of the sqlType property.
|
boolean |
isDatabaseField()
Gets the value of the databaseField property.
|
boolean |
isMemberPropertyField()
Gets the value of the memberPropertyField property.
|
boolean |
isServerField()
Gets the value of the serverField property.
|
boolean |
isUniqueList()
Gets the value of the uniqueList property.
|
void |
setCaption(java.lang.String value)
Sets the value of the caption property.
|
void |
setDatabaseField(java.lang.Boolean value)
Sets the value of the databaseField property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFieldGroup(CTFieldGroup value)
Sets the value of the fieldGroup property.
|
void |
setFormula(java.lang.String value)
Sets the value of the formula property.
|
void |
setHierarchy(java.lang.Integer value)
Sets the value of the hierarchy property.
|
void |
setLevel(java.lang.Long value)
Sets the value of the level property.
|
void |
setMappingCount(java.lang.Long value)
Sets the value of the mappingCount property.
|
void |
setMemberPropertyField(java.lang.Boolean value)
Sets the value of the memberPropertyField property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNumFmtId(java.lang.Long value)
Sets the value of the numFmtId property.
|
void |
setParent(java.lang.Object parent) |
void |
setPropertyName(java.lang.String value)
Sets the value of the propertyName property.
|
void |
setServerField(java.lang.Boolean value)
Sets the value of the serverField property.
|
void |
setSharedItems(CTSharedItems value)
Sets the value of the sharedItems property.
|
void |
setSqlType(java.lang.Integer value)
Sets the value of the sqlType property.
|
void |
setUniqueList(java.lang.Boolean value)
Sets the value of the uniqueList property.
|
protected CTSharedItems sharedItems
protected CTFieldGroup fieldGroup
protected java.util.List<CTX> mpMap
protected CTExtensionList extLst
protected java.lang.String name
protected java.lang.String caption
protected java.lang.String propertyName
protected java.lang.Boolean serverField
protected java.lang.Boolean uniqueList
protected java.lang.Long numFmtId
protected java.lang.String formula
protected java.lang.Integer sqlType
protected java.lang.Integer hierarchy
protected java.lang.Long level
protected java.lang.Boolean databaseField
protected java.lang.Long mappingCount
protected java.lang.Boolean memberPropertyField
public CTSharedItems getSharedItems()
CTSharedItemspublic void setSharedItems(CTSharedItems value)
value - allowed object is
CTSharedItemspublic CTFieldGroup getFieldGroup()
CTFieldGrouppublic void setFieldGroup(CTFieldGroup value)
value - allowed object is
CTFieldGrouppublic java.util.List<CTX> getMpMap()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the mpMap property.
For example, to add a new item, do as follows:
getMpMap().add(newItem);
Objects of the following type(s) are allowed in the list
CTX
public CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCaption()
Stringpublic void setCaption(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPropertyName()
Stringpublic void setPropertyName(java.lang.String value)
value - allowed object is
Stringpublic boolean isServerField()
Booleanpublic void setServerField(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isUniqueList()
Booleanpublic void setUniqueList(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getNumFmtId()
Longpublic void setNumFmtId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getFormula()
Stringpublic void setFormula(java.lang.String value)
value - allowed object is
Stringpublic int getSqlType()
Integerpublic void setSqlType(java.lang.Integer value)
value - allowed object is
Integerpublic int getHierarchy()
Integerpublic void setHierarchy(java.lang.Integer value)
value - allowed object is
Integerpublic long getLevel()
Longpublic void setLevel(java.lang.Long value)
value - allowed object is
Longpublic boolean isDatabaseField()
Booleanpublic void setDatabaseField(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getMappingCount()
Longpublic void setMappingCount(java.lang.Long value)
value - allowed object is
Longpublic boolean isMemberPropertyField()
Booleanpublic void setMemberPropertyField(java.lang.Boolean value)
value - allowed object is
Booleanpublic 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.