public class CTMap extends Object implements Child
Java class for CT_Map complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Map">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DataBinding" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_DataBinding" minOccurs="0"/>
</sequence>
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="RootElement" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="SchemaID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ShowImportExportValidationErrors" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="AutoFit" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Append" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="PreserveSortAFLayout" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="PreserveFormat" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
append |
protected boolean |
autoFit |
protected CTDataBinding |
dataBinding |
protected long |
id |
protected String |
name |
protected boolean |
preserveFormat |
protected boolean |
preserveSortAFLayout |
protected String |
rootElement |
protected String |
schemaID |
protected boolean |
showImportExportValidationErrors |
| Constructor and Description |
|---|
CTMap() |
| 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.
|
CTDataBinding |
getDataBinding()
Gets the value of the dataBinding property.
|
long |
getID()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getRootElement()
Gets the value of the rootElement property.
|
String |
getSchemaID()
Gets the value of the schemaID property.
|
boolean |
isAppend()
Gets the value of the append property.
|
boolean |
isAutoFit()
Gets the value of the autoFit property.
|
boolean |
isPreserveFormat()
Gets the value of the preserveFormat property.
|
boolean |
isPreserveSortAFLayout()
Gets the value of the preserveSortAFLayout property.
|
boolean |
isShowImportExportValidationErrors()
Gets the value of the showImportExportValidationErrors property.
|
void |
setAppend(boolean value)
Sets the value of the append property.
|
void |
setAutoFit(boolean value)
Sets the value of the autoFit property.
|
void |
setDataBinding(CTDataBinding value)
Sets the value of the dataBinding property.
|
void |
setID(long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setPreserveFormat(boolean value)
Sets the value of the preserveFormat property.
|
void |
setPreserveSortAFLayout(boolean value)
Sets the value of the preserveSortAFLayout property.
|
void |
setRootElement(String value)
Sets the value of the rootElement property.
|
void |
setSchemaID(String value)
Sets the value of the schemaID property.
|
void |
setShowImportExportValidationErrors(boolean value)
Sets the value of the showImportExportValidationErrors property.
|
protected CTDataBinding dataBinding
protected long id
protected String name
protected String rootElement
protected String schemaID
protected boolean showImportExportValidationErrors
protected boolean autoFit
protected boolean append
protected boolean preserveSortAFLayout
protected boolean preserveFormat
public CTDataBinding getDataBinding()
CTDataBindingpublic void setDataBinding(CTDataBinding value)
value - allowed object is
CTDataBindingpublic long getID()
public void setID(long value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getRootElement()
Stringpublic void setRootElement(String value)
value - allowed object is
Stringpublic String getSchemaID()
Stringpublic void setSchemaID(String value)
value - allowed object is
Stringpublic boolean isShowImportExportValidationErrors()
public void setShowImportExportValidationErrors(boolean value)
public boolean isAutoFit()
public void setAutoFit(boolean value)
public boolean isAppend()
public void setAppend(boolean value)
public boolean isPreserveSortAFLayout()
public void setPreserveSortAFLayout(boolean value)
public boolean isPreserveFormat()
public void setPreserveFormat(boolean value)
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-2022. All Rights Reserved.