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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
local |
protected java.lang.String |
localConnection |
protected java.lang.Boolean |
localRefresh |
protected java.lang.Long |
rowDrillCount |
protected java.lang.Boolean |
sendLocale |
protected java.lang.Boolean |
serverFill |
protected java.lang.Boolean |
serverFont |
protected java.lang.Boolean |
serverFontColor |
protected java.lang.Boolean |
serverNumberFormat |
| Constructor and Description |
|---|
CTOlapPr() |
| 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.
|
java.lang.String |
getLocalConnection()
Gets the value of the localConnection property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.Long |
getRowDrillCount()
Gets the value of the rowDrillCount property.
|
boolean |
isLocal()
Gets the value of the local property.
|
boolean |
isLocalRefresh()
Gets the value of the localRefresh property.
|
boolean |
isSendLocale()
Gets the value of the sendLocale property.
|
boolean |
isServerFill()
Gets the value of the serverFill property.
|
boolean |
isServerFont()
Gets the value of the serverFont property.
|
boolean |
isServerFontColor()
Gets the value of the serverFontColor property.
|
boolean |
isServerNumberFormat()
Gets the value of the serverNumberFormat property.
|
void |
setLocal(java.lang.Boolean value)
Sets the value of the local property.
|
void |
setLocalConnection(java.lang.String value)
Sets the value of the localConnection property.
|
void |
setLocalRefresh(java.lang.Boolean value)
Sets the value of the localRefresh property.
|
void |
setParent(java.lang.Object parent) |
void |
setRowDrillCount(java.lang.Long value)
Sets the value of the rowDrillCount property.
|
void |
setSendLocale(java.lang.Boolean value)
Sets the value of the sendLocale property.
|
void |
setServerFill(java.lang.Boolean value)
Sets the value of the serverFill property.
|
void |
setServerFont(java.lang.Boolean value)
Sets the value of the serverFont property.
|
void |
setServerFontColor(java.lang.Boolean value)
Sets the value of the serverFontColor property.
|
void |
setServerNumberFormat(java.lang.Boolean value)
Sets the value of the serverNumberFormat property.
|
protected java.lang.Boolean local
protected java.lang.String localConnection
protected java.lang.Boolean localRefresh
protected java.lang.Boolean sendLocale
protected java.lang.Long rowDrillCount
protected java.lang.Boolean serverFill
protected java.lang.Boolean serverNumberFormat
protected java.lang.Boolean serverFont
protected java.lang.Boolean serverFontColor
public boolean isLocal()
Booleanpublic void setLocal(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getLocalConnection()
Stringpublic void setLocalConnection(java.lang.String value)
value - allowed object is
Stringpublic boolean isLocalRefresh()
Booleanpublic void setLocalRefresh(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSendLocale()
Booleanpublic void setSendLocale(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getRowDrillCount()
Longpublic void setRowDrillCount(java.lang.Long value)
value - allowed object is
Longpublic boolean isServerFill()
Booleanpublic void setServerFill(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isServerNumberFormat()
Booleanpublic void setServerNumberFormat(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isServerFont()
Booleanpublic void setServerFont(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isServerFontColor()
Booleanpublic void setServerFontColor(java.lang.Boolean value)
value - allowed object is
Booleanpublic 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.