public class CTCacheField extends 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 String |
caption |
protected Boolean |
databaseField |
protected CTExtensionList |
extLst |
protected CTFieldGroup |
fieldGroup |
protected String |
formula |
protected Integer |
hierarchy |
protected Long |
level |
protected Long |
mappingCount |
protected Boolean |
memberPropertyField |
protected List<CTX> |
mpMap |
protected String |
name |
protected Long |
numFmtId |
protected String |
propertyName |
protected Boolean |
serverField |
protected CTSharedItems |
sharedItems |
protected Integer |
sqlType |
protected Boolean |
uniqueList |
| Constructor and Description |
|---|
CTCacheField() |
| 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 |
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.
|
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.
|
Long |
getMappingCount()
Gets the value of the mappingCount property.
|
List<CTX> |
getMpMap()
Gets the value of the mpMap property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getNumFmtId()
Gets the value of the numFmtId property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
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(String value)
Sets the value of the caption property.
|
void |
setDatabaseField(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(String value)
Sets the value of the formula property.
|
void |
setHierarchy(Integer value)
Sets the value of the hierarchy property.
|
void |
setLevel(Long value)
Sets the value of the level property.
|
void |
setMappingCount(Long value)
Sets the value of the mappingCount property.
|
void |
setMemberPropertyField(Boolean value)
Sets the value of the memberPropertyField property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNumFmtId(Long value)
Sets the value of the numFmtId property.
|
void |
setParent(Object parent) |
void |
setPropertyName(String value)
Sets the value of the propertyName property.
|
void |
setServerField(Boolean value)
Sets the value of the serverField property.
|
void |
setSharedItems(CTSharedItems value)
Sets the value of the sharedItems property.
|
void |
setSqlType(Integer value)
Sets the value of the sqlType property.
|
void |
setUniqueList(Boolean value)
Sets the value of the uniqueList property.
|
protected CTSharedItems sharedItems
protected CTFieldGroup fieldGroup
protected CTExtensionList extLst
protected String name
protected String caption
protected String propertyName
protected Boolean serverField
protected Boolean uniqueList
protected Long numFmtId
protected String formula
protected Integer sqlType
protected Integer hierarchy
protected Long level
protected Boolean databaseField
protected Long mappingCount
protected 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 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 String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getCaption()
Stringpublic void setCaption(String value)
value - allowed object is
Stringpublic String getPropertyName()
Stringpublic void setPropertyName(String value)
value - allowed object is
Stringpublic boolean isServerField()
Booleanpublic void setServerField(Boolean value)
value - allowed object is
Booleanpublic boolean isUniqueList()
Booleanpublic void setUniqueList(Boolean value)
value - allowed object is
Booleanpublic Long getNumFmtId()
Longpublic void setNumFmtId(Long value)
value - allowed object is
Longpublic String getFormula()
Stringpublic void setFormula(String value)
value - allowed object is
Stringpublic int getSqlType()
Integerpublic void setSqlType(Integer value)
value - allowed object is
Integerpublic int getHierarchy()
Integerpublic void setHierarchy(Integer value)
value - allowed object is
Integerpublic long getLevel()
Longpublic void setLevel(Long value)
value - allowed object is
Longpublic boolean isDatabaseField()
Booleanpublic void setDatabaseField(Boolean value)
value - allowed object is
Booleanpublic Long getMappingCount()
Longpublic void setMappingCount(Long value)
value - allowed object is
Longpublic boolean isMemberPropertyField()
Booleanpublic void setMemberPropertyField(Boolean value)
value - allowed object is
Booleanpublic 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-2019. All Rights Reserved.