public class CTMap extends java.lang.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 java.lang.String |
name |
protected boolean |
preserveFormat |
protected boolean |
preserveSortAFLayout |
protected java.lang.String |
rootElement |
protected java.lang.String |
schemaID |
protected boolean |
showImportExportValidationErrors |
| Constructor and Description |
|---|
CTMap() |
| 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.
|
CTDataBinding |
getDataBinding()
Gets the value of the dataBinding property.
|
long |
getID()
Gets the value of the id property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getRootElement()
Gets the value of the rootElement property.
|
java.lang.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(java.lang.String value)
Sets the value of the name property.
|
void |
setParent(java.lang.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(java.lang.String value)
Sets the value of the rootElement property.
|
void |
setSchemaID(java.lang.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 java.lang.String name
protected java.lang.String rootElement
protected java.lang.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 java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRootElement()
Stringpublic void setRootElement(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSchemaID()
Stringpublic void setSchemaID(java.lang.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 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.