Package org.xlsx4j.sml
Class CTMap
java.lang.Object
org.xlsx4j.sml.CTMap
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected booleanappendprotected booleanautoFitprotected CTDataBindingdataBindingprotected longidprotected java.lang.Stringnameprotected booleanpreserveFormatprotected booleanpreserveSortAFLayoutprotected java.lang.StringrootElementprotected java.lang.StringschemaIDprotected booleanshowImportExportValidationErrors -
Constructor Summary
Constructors Constructor Description CTMap() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTDataBindinggetDataBinding()Gets the value of the dataBinding property.longgetID()Gets the value of the id property.java.lang.StringgetName()Gets the value of the name property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetRootElement()Gets the value of the rootElement property.java.lang.StringgetSchemaID()Gets the value of the schemaID property.booleanisAppend()Gets the value of the append property.booleanisAutoFit()Gets the value of the autoFit property.booleanisPreserveFormat()Gets the value of the preserveFormat property.booleanisPreserveSortAFLayout()Gets the value of the preserveSortAFLayout property.booleanisShowImportExportValidationErrors()Gets the value of the showImportExportValidationErrors property.voidsetAppend(boolean value)Sets the value of the append property.voidsetAutoFit(boolean value)Sets the value of the autoFit property.voidsetDataBinding(CTDataBinding value)Sets the value of the dataBinding property.voidsetID(long value)Sets the value of the id property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetParent(java.lang.Object parent)voidsetPreserveFormat(boolean value)Sets the value of the preserveFormat property.voidsetPreserveSortAFLayout(boolean value)Sets the value of the preserveSortAFLayout property.voidsetRootElement(java.lang.String value)Sets the value of the rootElement property.voidsetSchemaID(java.lang.String value)Sets the value of the schemaID property.voidsetShowImportExportValidationErrors(boolean value)Sets the value of the showImportExportValidationErrors property.
-
Field Details
-
dataBinding
-
id
protected long id -
name
protected java.lang.String name -
rootElement
protected java.lang.String rootElement -
schemaID
protected java.lang.String schemaID -
showImportExportValidationErrors
protected boolean showImportExportValidationErrors -
autoFit
protected boolean autoFit -
append
protected boolean append -
preserveSortAFLayout
protected boolean preserveSortAFLayout -
preserveFormat
protected boolean preserveFormat
-
-
Constructor Details
-
CTMap
public CTMap()
-
-
Method Details
-
getDataBinding
Gets the value of the dataBinding property.- Returns:
- possible object is
CTDataBinding
-
setDataBinding
Sets the value of the dataBinding property.- Parameters:
value- allowed object isCTDataBinding
-
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
public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
getRootElement
public java.lang.String getRootElement()Gets the value of the rootElement property.- Returns:
- possible object is
String
-
setRootElement
public void setRootElement(java.lang.String value)Sets the value of the rootElement property.- Parameters:
value- allowed object isString
-
getSchemaID
public java.lang.String getSchemaID()Gets the value of the schemaID property.- Returns:
- possible object is
String
-
setSchemaID
public void setSchemaID(java.lang.String value)Sets the value of the schemaID property.- Parameters:
value- allowed object isString
-
isShowImportExportValidationErrors
public boolean isShowImportExportValidationErrors()Gets the value of the showImportExportValidationErrors property. -
setShowImportExportValidationErrors
public void setShowImportExportValidationErrors(boolean value)Sets the value of the showImportExportValidationErrors property. -
isAutoFit
public boolean isAutoFit()Gets the value of the autoFit property. -
setAutoFit
public void setAutoFit(boolean value)Sets the value of the autoFit property. -
isAppend
public boolean isAppend()Gets the value of the append property. -
setAppend
public void setAppend(boolean value)Sets the value of the append property. -
isPreserveSortAFLayout
public boolean isPreserveSortAFLayout()Gets the value of the preserveSortAFLayout property. -
setPreserveSortAFLayout
public void setPreserveSortAFLayout(boolean value)Sets the value of the preserveSortAFLayout property. -
isPreserveFormat
public boolean isPreserveFormat()Gets the value of the preserveFormat property. -
setPreserveFormat
public void setPreserveFormat(boolean value)Sets the value of the preserveFormat property. -
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public 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.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-