Package org.xlsx4j.sml
Class CTOlapPr
java.lang.Object
org.xlsx4j.sml.CTOlapPr
- All Implemented Interfaces:
Child
public class CTOlapPr extends java.lang.Object implements Child
Java class for CT_OlapPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_OlapPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="local" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="localConnection" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="localRefresh" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="sendLocale" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="rowDrillCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="serverFill" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="serverNumberFormat" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="serverFont" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="serverFontColor" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Booleanlocalprotected java.lang.StringlocalConnectionprotected java.lang.BooleanlocalRefreshprotected java.lang.LongrowDrillCountprotected java.lang.BooleansendLocaleprotected java.lang.BooleanserverFillprotected java.lang.BooleanserverFontprotected java.lang.BooleanserverFontColorprotected java.lang.BooleanserverNumberFormat -
Constructor Summary
Constructors Constructor Description CTOlapPr() -
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.java.lang.StringgetLocalConnection()Gets the value of the localConnection property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.LonggetRowDrillCount()Gets the value of the rowDrillCount property.booleanisLocal()Gets the value of the local property.booleanisLocalRefresh()Gets the value of the localRefresh property.booleanisSendLocale()Gets the value of the sendLocale property.booleanisServerFill()Gets the value of the serverFill property.booleanisServerFont()Gets the value of the serverFont property.booleanisServerFontColor()Gets the value of the serverFontColor property.booleanisServerNumberFormat()Gets the value of the serverNumberFormat property.voidsetLocal(java.lang.Boolean value)Sets the value of the local property.voidsetLocalConnection(java.lang.String value)Sets the value of the localConnection property.voidsetLocalRefresh(java.lang.Boolean value)Sets the value of the localRefresh property.voidsetParent(java.lang.Object parent)voidsetRowDrillCount(java.lang.Long value)Sets the value of the rowDrillCount property.voidsetSendLocale(java.lang.Boolean value)Sets the value of the sendLocale property.voidsetServerFill(java.lang.Boolean value)Sets the value of the serverFill property.voidsetServerFont(java.lang.Boolean value)Sets the value of the serverFont property.voidsetServerFontColor(java.lang.Boolean value)Sets the value of the serverFontColor property.voidsetServerNumberFormat(java.lang.Boolean value)Sets the value of the serverNumberFormat property.
-
Field Details
-
local
protected java.lang.Boolean local -
localConnection
protected java.lang.String localConnection -
localRefresh
protected java.lang.Boolean localRefresh -
sendLocale
protected java.lang.Boolean sendLocale -
rowDrillCount
protected java.lang.Long rowDrillCount -
serverFill
protected java.lang.Boolean serverFill -
serverNumberFormat
protected java.lang.Boolean serverNumberFormat -
serverFont
protected java.lang.Boolean serverFont -
serverFontColor
protected java.lang.Boolean serverFontColor
-
-
Constructor Details
-
CTOlapPr
public CTOlapPr()
-
-
Method Details
-
isLocal
public boolean isLocal()Gets the value of the local property.- Returns:
- possible object is
Boolean
-
setLocal
public void setLocal(java.lang.Boolean value)Sets the value of the local property.- Parameters:
value- allowed object isBoolean
-
getLocalConnection
public java.lang.String getLocalConnection()Gets the value of the localConnection property.- Returns:
- possible object is
String
-
setLocalConnection
public void setLocalConnection(java.lang.String value)Sets the value of the localConnection property.- Parameters:
value- allowed object isString
-
isLocalRefresh
public boolean isLocalRefresh()Gets the value of the localRefresh property.- Returns:
- possible object is
Boolean
-
setLocalRefresh
public void setLocalRefresh(java.lang.Boolean value)Sets the value of the localRefresh property.- Parameters:
value- allowed object isBoolean
-
isSendLocale
public boolean isSendLocale()Gets the value of the sendLocale property.- Returns:
- possible object is
Boolean
-
setSendLocale
public void setSendLocale(java.lang.Boolean value)Sets the value of the sendLocale property.- Parameters:
value- allowed object isBoolean
-
getRowDrillCount
public java.lang.Long getRowDrillCount()Gets the value of the rowDrillCount property.- Returns:
- possible object is
Long
-
setRowDrillCount
public void setRowDrillCount(java.lang.Long value)Sets the value of the rowDrillCount property.- Parameters:
value- allowed object isLong
-
isServerFill
public boolean isServerFill()Gets the value of the serverFill property.- Returns:
- possible object is
Boolean
-
setServerFill
public void setServerFill(java.lang.Boolean value)Sets the value of the serverFill property.- Parameters:
value- allowed object isBoolean
-
isServerNumberFormat
public boolean isServerNumberFormat()Gets the value of the serverNumberFormat property.- Returns:
- possible object is
Boolean
-
setServerNumberFormat
public void setServerNumberFormat(java.lang.Boolean value)Sets the value of the serverNumberFormat property.- Parameters:
value- allowed object isBoolean
-
isServerFont
public boolean isServerFont()Gets the value of the serverFont property.- Returns:
- possible object is
Boolean
-
setServerFont
public void setServerFont(java.lang.Boolean value)Sets the value of the serverFont property.- Parameters:
value- allowed object isBoolean
-
isServerFontColor
public boolean isServerFontColor()Gets the value of the serverFontColor property.- Returns:
- possible object is
Boolean
-
setServerFontColor
public void setServerFontColor(java.lang.Boolean value)Sets the value of the serverFontColor property.- Parameters:
value- allowed object isBoolean
-
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.
-