public class CTConnection extends java.lang.Object implements Child
Java class for CT_Connection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Connection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dbPr" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_DbPr" minOccurs="0"/>
<element name="olapPr" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_OlapPr" minOccurs="0"/>
<element name="webPr" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_WebPr" minOccurs="0"/>
<element name="textPr" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_TextPr" minOccurs="0"/>
<element name="parameters" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Parameters" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="sourceFile" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="odcFile" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="keepAlive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="interval" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="name" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="description" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="reconnectionMethod" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="1" />
<attribute name="refreshedVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="minRefreshableVersion" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" default="0" />
<attribute name="savePassword" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="new" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="deleted" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="onlyUseConnectionFile" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="background" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="refreshOnLoad" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="saveData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="credentials" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CredMethod" default="integrated" />
<attribute name="singleSignOnId" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
_new |
protected java.lang.Boolean |
background |
protected STCredMethod |
credentials |
protected CTDbPr |
dbPr |
protected java.lang.Boolean |
deleted |
protected java.lang.String |
description |
protected CTExtensionList |
extLst |
protected long |
id |
protected java.lang.Long |
interval |
protected java.lang.Boolean |
keepAlive |
protected java.lang.Short |
minRefreshableVersion |
protected java.lang.String |
name |
protected java.lang.String |
odcFile |
protected CTOlapPr |
olapPr |
protected java.lang.Boolean |
onlyUseConnectionFile |
protected CTParameters |
parameters |
protected java.lang.Long |
reconnectionMethod |
protected short |
refreshedVersion |
protected java.lang.Boolean |
refreshOnLoad |
protected java.lang.Boolean |
saveData |
protected java.lang.Boolean |
savePassword |
protected java.lang.String |
singleSignOnId |
protected java.lang.String |
sourceFile |
protected CTTextPr |
textPr |
protected java.lang.Long |
type |
protected CTWebPr |
webPr |
| Constructor and Description |
|---|
CTConnection() |
| 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.
|
STCredMethod |
getCredentials()
Gets the value of the credentials property.
|
CTDbPr |
getDbPr()
Gets the value of the dbPr property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
long |
getId()
Gets the value of the id property.
|
long |
getInterval()
Gets the value of the interval property.
|
short |
getMinRefreshableVersion()
Gets the value of the minRefreshableVersion property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getOdcFile()
Gets the value of the odcFile property.
|
CTOlapPr |
getOlapPr()
Gets the value of the olapPr property.
|
CTParameters |
getParameters()
Gets the value of the parameters property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getReconnectionMethod()
Gets the value of the reconnectionMethod property.
|
short |
getRefreshedVersion()
Gets the value of the refreshedVersion property.
|
java.lang.String |
getSingleSignOnId()
Gets the value of the singleSignOnId property.
|
java.lang.String |
getSourceFile()
Gets the value of the sourceFile property.
|
CTTextPr |
getTextPr()
Gets the value of the textPr property.
|
java.lang.Long |
getType()
Gets the value of the type property.
|
CTWebPr |
getWebPr()
Gets the value of the webPr property.
|
boolean |
isBackground()
Gets the value of the background property.
|
boolean |
isDeleted()
Gets the value of the deleted property.
|
boolean |
isKeepAlive()
Gets the value of the keepAlive property.
|
boolean |
isNew()
Gets the value of the new property.
|
boolean |
isOnlyUseConnectionFile()
Gets the value of the onlyUseConnectionFile property.
|
boolean |
isRefreshOnLoad()
Gets the value of the refreshOnLoad property.
|
boolean |
isSaveData()
Gets the value of the saveData property.
|
boolean |
isSavePassword()
Gets the value of the savePassword property.
|
void |
setBackground(java.lang.Boolean value)
Sets the value of the background property.
|
void |
setCredentials(STCredMethod value)
Sets the value of the credentials property.
|
void |
setDbPr(CTDbPr value)
Sets the value of the dbPr property.
|
void |
setDeleted(java.lang.Boolean value)
Sets the value of the deleted property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setInterval(java.lang.Long value)
Sets the value of the interval property.
|
void |
setKeepAlive(java.lang.Boolean value)
Sets the value of the keepAlive property.
|
void |
setMinRefreshableVersion(java.lang.Short value)
Sets the value of the minRefreshableVersion property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNew(java.lang.Boolean value)
Sets the value of the new property.
|
void |
setOdcFile(java.lang.String value)
Sets the value of the odcFile property.
|
void |
setOlapPr(CTOlapPr value)
Sets the value of the olapPr property.
|
void |
setOnlyUseConnectionFile(java.lang.Boolean value)
Sets the value of the onlyUseConnectionFile property.
|
void |
setParameters(CTParameters value)
Sets the value of the parameters property.
|
void |
setParent(java.lang.Object parent) |
void |
setReconnectionMethod(java.lang.Long value)
Sets the value of the reconnectionMethod property.
|
void |
setRefreshedVersion(short value)
Sets the value of the refreshedVersion property.
|
void |
setRefreshOnLoad(java.lang.Boolean value)
Sets the value of the refreshOnLoad property.
|
void |
setSaveData(java.lang.Boolean value)
Sets the value of the saveData property.
|
void |
setSavePassword(java.lang.Boolean value)
Sets the value of the savePassword property.
|
void |
setSingleSignOnId(java.lang.String value)
Sets the value of the singleSignOnId property.
|
void |
setSourceFile(java.lang.String value)
Sets the value of the sourceFile property.
|
void |
setTextPr(CTTextPr value)
Sets the value of the textPr property.
|
void |
setType(java.lang.Long value)
Sets the value of the type property.
|
void |
setWebPr(CTWebPr value)
Sets the value of the webPr property.
|
protected CTDbPr dbPr
protected CTOlapPr olapPr
protected CTWebPr webPr
protected CTTextPr textPr
protected CTParameters parameters
protected CTExtensionList extLst
protected long id
protected java.lang.String sourceFile
protected java.lang.String odcFile
protected java.lang.Boolean keepAlive
protected java.lang.Long interval
protected java.lang.String name
protected java.lang.String description
protected java.lang.Long type
protected java.lang.Long reconnectionMethod
protected short refreshedVersion
protected java.lang.Short minRefreshableVersion
protected java.lang.Boolean savePassword
protected java.lang.Boolean _new
protected java.lang.Boolean deleted
protected java.lang.Boolean onlyUseConnectionFile
protected java.lang.Boolean background
protected java.lang.Boolean refreshOnLoad
protected java.lang.Boolean saveData
protected STCredMethod credentials
protected java.lang.String singleSignOnId
public CTDbPr getDbPr()
CTDbPrpublic void setDbPr(CTDbPr value)
value - allowed object is
CTDbPrpublic CTOlapPr getOlapPr()
CTOlapPrpublic void setOlapPr(CTOlapPr value)
value - allowed object is
CTOlapPrpublic CTWebPr getWebPr()
CTWebPrpublic void setWebPr(CTWebPr value)
value - allowed object is
CTWebPrpublic CTTextPr getTextPr()
CTTextPrpublic void setTextPr(CTTextPr value)
value - allowed object is
CTTextPrpublic CTParameters getParameters()
CTParameterspublic void setParameters(CTParameters value)
value - allowed object is
CTParameterspublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic long getId()
public void setId(long value)
public java.lang.String getSourceFile()
Stringpublic void setSourceFile(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOdcFile()
Stringpublic void setOdcFile(java.lang.String value)
value - allowed object is
Stringpublic boolean isKeepAlive()
Booleanpublic void setKeepAlive(java.lang.Boolean value)
value - allowed object is
Booleanpublic long getInterval()
Longpublic void setInterval(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getType()
Longpublic void setType(java.lang.Long value)
value - allowed object is
Longpublic long getReconnectionMethod()
Longpublic void setReconnectionMethod(java.lang.Long value)
value - allowed object is
Longpublic short getRefreshedVersion()
public void setRefreshedVersion(short value)
public short getMinRefreshableVersion()
Shortpublic void setMinRefreshableVersion(java.lang.Short value)
value - allowed object is
Shortpublic boolean isSavePassword()
Booleanpublic void setSavePassword(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isNew()
Booleanpublic void setNew(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isDeleted()
Booleanpublic void setDeleted(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isOnlyUseConnectionFile()
Booleanpublic void setOnlyUseConnectionFile(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isBackground()
Booleanpublic void setBackground(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isRefreshOnLoad()
Booleanpublic void setRefreshOnLoad(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSaveData()
Booleanpublic void setSaveData(java.lang.Boolean value)
value - allowed object is
Booleanpublic STCredMethod getCredentials()
STCredMethodpublic void setCredentials(STCredMethod value)
value - allowed object is
STCredMethodpublic java.lang.String getSingleSignOnId()
Stringpublic void setSingleSignOnId(java.lang.String value)
value - allowed object is
Stringpublic 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.