public class CTConnection extends 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 Boolean |
_new |
protected Boolean |
background |
protected STCredMethod |
credentials |
protected CTDbPr |
dbPr |
protected Boolean |
deleted |
protected String |
description |
protected CTExtensionList |
extLst |
protected long |
id |
protected Long |
interval |
protected Boolean |
keepAlive |
protected Short |
minRefreshableVersion |
protected String |
name |
protected String |
odcFile |
protected CTOlapPr |
olapPr |
protected Boolean |
onlyUseConnectionFile |
protected CTParameters |
parameters |
protected Long |
reconnectionMethod |
protected short |
refreshedVersion |
protected Boolean |
refreshOnLoad |
protected Boolean |
saveData |
protected Boolean |
savePassword |
protected String |
singleSignOnId |
protected String |
sourceFile |
protected CTTextPr |
textPr |
protected Long |
type |
protected CTWebPr |
webPr |
Constructor and Description |
---|
CTConnection() |
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.
|
STCredMethod |
getCredentials()
Gets the value of the credentials property.
|
CTDbPr |
getDbPr()
Gets the value of the dbPr property.
|
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.
|
String |
getName()
Gets the value of the name property.
|
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.
|
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.
|
String |
getSingleSignOnId()
Gets the value of the singleSignOnId property.
|
String |
getSourceFile()
Gets the value of the sourceFile property.
|
CTTextPr |
getTextPr()
Gets the value of the textPr property.
|
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(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(Boolean value)
Sets the value of the deleted property.
|
void |
setDescription(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(Long value)
Sets the value of the interval property.
|
void |
setKeepAlive(Boolean value)
Sets the value of the keepAlive property.
|
void |
setMinRefreshableVersion(Short value)
Sets the value of the minRefreshableVersion property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNew(Boolean value)
Sets the value of the new property.
|
void |
setOdcFile(String value)
Sets the value of the odcFile property.
|
void |
setOlapPr(CTOlapPr value)
Sets the value of the olapPr property.
|
void |
setOnlyUseConnectionFile(Boolean value)
Sets the value of the onlyUseConnectionFile property.
|
void |
setParameters(CTParameters value)
Sets the value of the parameters property.
|
void |
setParent(Object parent) |
void |
setReconnectionMethod(Long value)
Sets the value of the reconnectionMethod property.
|
void |
setRefreshedVersion(short value)
Sets the value of the refreshedVersion property.
|
void |
setRefreshOnLoad(Boolean value)
Sets the value of the refreshOnLoad property.
|
void |
setSaveData(Boolean value)
Sets the value of the saveData property.
|
void |
setSavePassword(Boolean value)
Sets the value of the savePassword property.
|
void |
setSingleSignOnId(String value)
Sets the value of the singleSignOnId property.
|
void |
setSourceFile(String value)
Sets the value of the sourceFile property.
|
void |
setTextPr(CTTextPr value)
Sets the value of the textPr property.
|
void |
setType(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 String sourceFile
protected String odcFile
protected Boolean keepAlive
protected Long interval
protected String name
protected String description
protected Long type
protected Long reconnectionMethod
protected short refreshedVersion
protected Short minRefreshableVersion
protected Boolean savePassword
protected Boolean _new
protected Boolean deleted
protected Boolean onlyUseConnectionFile
protected Boolean background
protected Boolean refreshOnLoad
protected Boolean saveData
protected STCredMethod credentials
protected String singleSignOnId
public CTDbPr getDbPr()
CTDbPr
public void setDbPr(CTDbPr value)
value
- allowed object is
CTDbPr
public CTOlapPr getOlapPr()
CTOlapPr
public void setOlapPr(CTOlapPr value)
value
- allowed object is
CTOlapPr
public CTWebPr getWebPr()
CTWebPr
public void setWebPr(CTWebPr value)
value
- allowed object is
CTWebPr
public CTTextPr getTextPr()
CTTextPr
public void setTextPr(CTTextPr value)
value
- allowed object is
CTTextPr
public CTParameters getParameters()
CTParameters
public void setParameters(CTParameters value)
value
- allowed object is
CTParameters
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public long getId()
public void setId(long value)
public String getSourceFile()
String
public void setSourceFile(String value)
value
- allowed object is
String
public String getOdcFile()
String
public void setOdcFile(String value)
value
- allowed object is
String
public boolean isKeepAlive()
Boolean
public void setKeepAlive(Boolean value)
value
- allowed object is
Boolean
public long getInterval()
Long
public void setInterval(Long value)
value
- allowed object is
Long
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public void setType(Long value)
value
- allowed object is
Long
public long getReconnectionMethod()
Long
public void setReconnectionMethod(Long value)
value
- allowed object is
Long
public short getRefreshedVersion()
public void setRefreshedVersion(short value)
public short getMinRefreshableVersion()
Short
public void setMinRefreshableVersion(Short value)
value
- allowed object is
Short
public boolean isSavePassword()
Boolean
public void setSavePassword(Boolean value)
value
- allowed object is
Boolean
public boolean isNew()
Boolean
public void setNew(Boolean value)
value
- allowed object is
Boolean
public boolean isDeleted()
Boolean
public void setDeleted(Boolean value)
value
- allowed object is
Boolean
public boolean isOnlyUseConnectionFile()
Boolean
public void setOnlyUseConnectionFile(Boolean value)
value
- allowed object is
Boolean
public boolean isBackground()
Boolean
public void setBackground(Boolean value)
value
- allowed object is
Boolean
public boolean isRefreshOnLoad()
Boolean
public void setRefreshOnLoad(Boolean value)
value
- allowed object is
Boolean
public boolean isSaveData()
Boolean
public void setSaveData(Boolean value)
value
- allowed object is
Boolean
public STCredMethod getCredentials()
STCredMethod
public void setCredentials(STCredMethod value)
value
- allowed object is
STCredMethod
public String getSingleSignOnId()
String
public void setSingleSignOnId(String value)
value
- allowed object is
String
public 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-2018. All Rights Reserved.