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