Interface CTConnection

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTConnection extends XmlObject
An XML CT_Connection(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getDbPr

      CTDbPr getDbPr()
      Gets the "dbPr" element
    • isSetDbPr

      boolean isSetDbPr()
      True if has "dbPr" element
    • setDbPr

      void setDbPr(CTDbPr dbPr)
      Sets the "dbPr" element
    • addNewDbPr

      CTDbPr addNewDbPr()
      Appends and returns a new empty "dbPr" element
    • unsetDbPr

      void unsetDbPr()
      Unsets the "dbPr" element
    • getOlapPr

      CTOlapPr getOlapPr()
      Gets the "olapPr" element
    • isSetOlapPr

      boolean isSetOlapPr()
      True if has "olapPr" element
    • setOlapPr

      void setOlapPr(CTOlapPr olapPr)
      Sets the "olapPr" element
    • addNewOlapPr

      CTOlapPr addNewOlapPr()
      Appends and returns a new empty "olapPr" element
    • unsetOlapPr

      void unsetOlapPr()
      Unsets the "olapPr" element
    • getWebPr

      CTWebPr getWebPr()
      Gets the "webPr" element
    • isSetWebPr

      boolean isSetWebPr()
      True if has "webPr" element
    • setWebPr

      void setWebPr(CTWebPr webPr)
      Sets the "webPr" element
    • addNewWebPr

      CTWebPr addNewWebPr()
      Appends and returns a new empty "webPr" element
    • unsetWebPr

      void unsetWebPr()
      Unsets the "webPr" element
    • getTextPr

      CTTextPr getTextPr()
      Gets the "textPr" element
    • isSetTextPr

      boolean isSetTextPr()
      True if has "textPr" element
    • setTextPr

      void setTextPr(CTTextPr textPr)
      Sets the "textPr" element
    • addNewTextPr

      CTTextPr addNewTextPr()
      Appends and returns a new empty "textPr" element
    • unsetTextPr

      void unsetTextPr()
      Unsets the "textPr" element
    • getParameters

      CTParameters getParameters()
      Gets the "parameters" element
    • isSetParameters

      boolean isSetParameters()
      True if has "parameters" element
    • setParameters

      void setParameters(CTParameters parameters)
      Sets the "parameters" element
    • addNewParameters

      CTParameters addNewParameters()
      Appends and returns a new empty "parameters" element
    • unsetParameters

      void unsetParameters()
      Unsets the "parameters" element
    • getExtLst

      CTExtensionList getExtLst()
      Gets the "extLst" element
    • isSetExtLst

      boolean isSetExtLst()
      True if has "extLst" element
    • setExtLst

      void setExtLst(CTExtensionList extLst)
      Sets the "extLst" element
    • addNewExtLst

      CTExtensionList addNewExtLst()
      Appends and returns a new empty "extLst" element
    • unsetExtLst

      void unsetExtLst()
      Unsets the "extLst" element
    • getId

      long getId()
      Gets the "id" attribute
    • xgetId

      XmlUnsignedInt xgetId()
      Gets (as xml) the "id" attribute
    • setId

      void setId(long id)
      Sets the "id" attribute
    • xsetId

      void xsetId(XmlUnsignedInt id)
      Sets (as xml) the "id" attribute
    • getSourceFile

      String getSourceFile()
      Gets the "sourceFile" attribute
    • xgetSourceFile

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetSourceFile()
      Gets (as xml) the "sourceFile" attribute
    • isSetSourceFile

      boolean isSetSourceFile()
      True if has "sourceFile" attribute
    • setSourceFile

      void setSourceFile(String sourceFile)
      Sets the "sourceFile" attribute
    • xsetSourceFile

      void xsetSourceFile(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring sourceFile)
      Sets (as xml) the "sourceFile" attribute
    • unsetSourceFile

      void unsetSourceFile()
      Unsets the "sourceFile" attribute
    • getOdcFile

      String getOdcFile()
      Gets the "odcFile" attribute
    • xgetOdcFile

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetOdcFile()
      Gets (as xml) the "odcFile" attribute
    • isSetOdcFile

      boolean isSetOdcFile()
      True if has "odcFile" attribute
    • setOdcFile

      void setOdcFile(String odcFile)
      Sets the "odcFile" attribute
    • xsetOdcFile

      void xsetOdcFile(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring odcFile)
      Sets (as xml) the "odcFile" attribute
    • unsetOdcFile

      void unsetOdcFile()
      Unsets the "odcFile" attribute
    • getKeepAlive

      boolean getKeepAlive()
      Gets the "keepAlive" attribute
    • xgetKeepAlive

      XmlBoolean xgetKeepAlive()
      Gets (as xml) the "keepAlive" attribute
    • isSetKeepAlive

      boolean isSetKeepAlive()
      True if has "keepAlive" attribute
    • setKeepAlive

      void setKeepAlive(boolean keepAlive)
      Sets the "keepAlive" attribute
    • xsetKeepAlive

      void xsetKeepAlive(XmlBoolean keepAlive)
      Sets (as xml) the "keepAlive" attribute
    • unsetKeepAlive

      void unsetKeepAlive()
      Unsets the "keepAlive" attribute
    • getInterval

      long getInterval()
      Gets the "interval" attribute
    • xgetInterval

      XmlUnsignedInt xgetInterval()
      Gets (as xml) the "interval" attribute
    • isSetInterval

      boolean isSetInterval()
      True if has "interval" attribute
    • setInterval

      void setInterval(long interval)
      Sets the "interval" attribute
    • xsetInterval

      void xsetInterval(XmlUnsignedInt interval)
      Sets (as xml) the "interval" attribute
    • unsetInterval

      void unsetInterval()
      Unsets the "interval" attribute
    • getName

      String getName()
      Gets the "name" attribute
    • xgetName

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()
      Gets (as xml) the "name" attribute
    • isSetName

      boolean isSetName()
      True if has "name" attribute
    • setName

      void setName(String name)
      Sets the "name" attribute
    • xsetName

      void xsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name)
      Sets (as xml) the "name" attribute
    • unsetName

      void unsetName()
      Unsets the "name" attribute
    • getDescription

      String getDescription()
      Gets the "description" attribute
    • xgetDescription

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetDescription()
      Gets (as xml) the "description" attribute
    • isSetDescription

      boolean isSetDescription()
      True if has "description" attribute
    • setDescription

      void setDescription(String description)
      Sets the "description" attribute
    • xsetDescription

      void xsetDescription(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring description)
      Sets (as xml) the "description" attribute
    • unsetDescription

      void unsetDescription()
      Unsets the "description" attribute
    • getType

      long getType()
      Gets the "type" attribute
    • xgetType

      XmlUnsignedInt xgetType()
      Gets (as xml) the "type" attribute
    • isSetType

      boolean isSetType()
      True if has "type" attribute
    • setType

      void setType(long type)
      Sets the "type" attribute
    • xsetType

      void xsetType(XmlUnsignedInt type)
      Sets (as xml) the "type" attribute
    • unsetType

      void unsetType()
      Unsets the "type" attribute
    • getReconnectionMethod

      long getReconnectionMethod()
      Gets the "reconnectionMethod" attribute
    • xgetReconnectionMethod

      XmlUnsignedInt xgetReconnectionMethod()
      Gets (as xml) the "reconnectionMethod" attribute
    • isSetReconnectionMethod

      boolean isSetReconnectionMethod()
      True if has "reconnectionMethod" attribute
    • setReconnectionMethod

      void setReconnectionMethod(long reconnectionMethod)
      Sets the "reconnectionMethod" attribute
    • xsetReconnectionMethod

      void xsetReconnectionMethod(XmlUnsignedInt reconnectionMethod)
      Sets (as xml) the "reconnectionMethod" attribute
    • unsetReconnectionMethod

      void unsetReconnectionMethod()
      Unsets the "reconnectionMethod" attribute
    • getRefreshedVersion

      short getRefreshedVersion()
      Gets the "refreshedVersion" attribute
    • xgetRefreshedVersion

      XmlUnsignedByte xgetRefreshedVersion()
      Gets (as xml) the "refreshedVersion" attribute
    • setRefreshedVersion

      void setRefreshedVersion(short refreshedVersion)
      Sets the "refreshedVersion" attribute
    • xsetRefreshedVersion

      void xsetRefreshedVersion(XmlUnsignedByte refreshedVersion)
      Sets (as xml) the "refreshedVersion" attribute
    • getMinRefreshableVersion

      short getMinRefreshableVersion()
      Gets the "minRefreshableVersion" attribute
    • xgetMinRefreshableVersion

      XmlUnsignedByte xgetMinRefreshableVersion()
      Gets (as xml) the "minRefreshableVersion" attribute
    • isSetMinRefreshableVersion

      boolean isSetMinRefreshableVersion()
      True if has "minRefreshableVersion" attribute
    • setMinRefreshableVersion

      void setMinRefreshableVersion(short minRefreshableVersion)
      Sets the "minRefreshableVersion" attribute
    • xsetMinRefreshableVersion

      void xsetMinRefreshableVersion(XmlUnsignedByte minRefreshableVersion)
      Sets (as xml) the "minRefreshableVersion" attribute
    • unsetMinRefreshableVersion

      void unsetMinRefreshableVersion()
      Unsets the "minRefreshableVersion" attribute
    • getSavePassword

      boolean getSavePassword()
      Gets the "savePassword" attribute
    • xgetSavePassword

      XmlBoolean xgetSavePassword()
      Gets (as xml) the "savePassword" attribute
    • isSetSavePassword

      boolean isSetSavePassword()
      True if has "savePassword" attribute
    • setSavePassword

      void setSavePassword(boolean savePassword)
      Sets the "savePassword" attribute
    • xsetSavePassword

      void xsetSavePassword(XmlBoolean savePassword)
      Sets (as xml) the "savePassword" attribute
    • unsetSavePassword

      void unsetSavePassword()
      Unsets the "savePassword" attribute
    • getNew

      boolean getNew()
      Gets the "new" attribute
    • xgetNew

      XmlBoolean xgetNew()
      Gets (as xml) the "new" attribute
    • isSetNew

      boolean isSetNew()
      True if has "new" attribute
    • setNew

      void setNew(boolean xnew)
      Sets the "new" attribute
    • xsetNew

      void xsetNew(XmlBoolean xnew)
      Sets (as xml) the "new" attribute
    • unsetNew

      void unsetNew()
      Unsets the "new" attribute
    • getDeleted

      boolean getDeleted()
      Gets the "deleted" attribute
    • xgetDeleted

      XmlBoolean xgetDeleted()
      Gets (as xml) the "deleted" attribute
    • isSetDeleted

      boolean isSetDeleted()
      True if has "deleted" attribute
    • setDeleted

      void setDeleted(boolean deleted)
      Sets the "deleted" attribute
    • xsetDeleted

      void xsetDeleted(XmlBoolean deleted)
      Sets (as xml) the "deleted" attribute
    • unsetDeleted

      void unsetDeleted()
      Unsets the "deleted" attribute
    • getOnlyUseConnectionFile

      boolean getOnlyUseConnectionFile()
      Gets the "onlyUseConnectionFile" attribute
    • xgetOnlyUseConnectionFile

      XmlBoolean xgetOnlyUseConnectionFile()
      Gets (as xml) the "onlyUseConnectionFile" attribute
    • isSetOnlyUseConnectionFile

      boolean isSetOnlyUseConnectionFile()
      True if has "onlyUseConnectionFile" attribute
    • setOnlyUseConnectionFile

      void setOnlyUseConnectionFile(boolean onlyUseConnectionFile)
      Sets the "onlyUseConnectionFile" attribute
    • xsetOnlyUseConnectionFile

      void xsetOnlyUseConnectionFile(XmlBoolean onlyUseConnectionFile)
      Sets (as xml) the "onlyUseConnectionFile" attribute
    • unsetOnlyUseConnectionFile

      void unsetOnlyUseConnectionFile()
      Unsets the "onlyUseConnectionFile" attribute
    • getBackground

      boolean getBackground()
      Gets the "background" attribute
    • xgetBackground

      XmlBoolean xgetBackground()
      Gets (as xml) the "background" attribute
    • isSetBackground

      boolean isSetBackground()
      True if has "background" attribute
    • setBackground

      void setBackground(boolean background)
      Sets the "background" attribute
    • xsetBackground

      void xsetBackground(XmlBoolean background)
      Sets (as xml) the "background" attribute
    • unsetBackground

      void unsetBackground()
      Unsets the "background" attribute
    • getRefreshOnLoad

      boolean getRefreshOnLoad()
      Gets the "refreshOnLoad" attribute
    • xgetRefreshOnLoad

      XmlBoolean xgetRefreshOnLoad()
      Gets (as xml) the "refreshOnLoad" attribute
    • isSetRefreshOnLoad

      boolean isSetRefreshOnLoad()
      True if has "refreshOnLoad" attribute
    • setRefreshOnLoad

      void setRefreshOnLoad(boolean refreshOnLoad)
      Sets the "refreshOnLoad" attribute
    • xsetRefreshOnLoad

      void xsetRefreshOnLoad(XmlBoolean refreshOnLoad)
      Sets (as xml) the "refreshOnLoad" attribute
    • unsetRefreshOnLoad

      void unsetRefreshOnLoad()
      Unsets the "refreshOnLoad" attribute
    • getSaveData

      boolean getSaveData()
      Gets the "saveData" attribute
    • xgetSaveData

      XmlBoolean xgetSaveData()
      Gets (as xml) the "saveData" attribute
    • isSetSaveData

      boolean isSetSaveData()
      True if has "saveData" attribute
    • setSaveData

      void setSaveData(boolean saveData)
      Sets the "saveData" attribute
    • xsetSaveData

      void xsetSaveData(XmlBoolean saveData)
      Sets (as xml) the "saveData" attribute
    • unsetSaveData

      void unsetSaveData()
      Unsets the "saveData" attribute
    • getCredentials

      STCredMethod.Enum getCredentials()
      Gets the "credentials" attribute
    • xgetCredentials

      STCredMethod xgetCredentials()
      Gets (as xml) the "credentials" attribute
    • isSetCredentials

      boolean isSetCredentials()
      True if has "credentials" attribute
    • setCredentials

      void setCredentials(STCredMethod.Enum credentials)
      Sets the "credentials" attribute
    • xsetCredentials

      void xsetCredentials(STCredMethod credentials)
      Sets (as xml) the "credentials" attribute
    • unsetCredentials

      void unsetCredentials()
      Unsets the "credentials" attribute
    • getSingleSignOnId

      String getSingleSignOnId()
      Gets the "singleSignOnId" attribute
    • xgetSingleSignOnId

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetSingleSignOnId()
      Gets (as xml) the "singleSignOnId" attribute
    • isSetSingleSignOnId

      boolean isSetSingleSignOnId()
      True if has "singleSignOnId" attribute
    • setSingleSignOnId

      void setSingleSignOnId(String singleSignOnId)
      Sets the "singleSignOnId" attribute
    • xsetSingleSignOnId

      void xsetSingleSignOnId(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring singleSignOnId)
      Sets (as xml) the "singleSignOnId" attribute
    • unsetSingleSignOnId

      void unsetSingleSignOnId()
      Unsets the "singleSignOnId" attribute