com.businessobjects.enterprise.connection
Interface Connection

All Superinterfaces:
InfoObject

public interface Connection
extends InfoObject

An XML Connection(@http://enterprise.businessobjects.com/3.0/connection). This is a complex type.


Nested Class Summary
static class Connection.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 CollateralIds addNewCollateralIds()
          Appends and returns a new empty "CollateralIds" element
 CustomProperties addNewCustomProperties()
          Appends and returns a new empty "CustomProperties" element
 java.lang.String getAuthenticationMethod()
          Gets the "AuthenticationMethod" element
 java.lang.String getCMSName()
          Gets the "CMSName" element
 CollateralIds getCollateralIds()
          Gets the "CollateralIds" element
 boolean getConcurrent()
          Gets the "Concurrent" element
 CustomProperties getCustomProperties()
          Gets the "CustomProperties" element
 int getFailedLogonCount()
          Gets the "FailedLogonCount" element
 java.lang.String getFailoverToken()
          Gets the "FailoverToken" element
 java.util.Calendar getLastAccess()
          Gets the "LastAccess" element
 java.util.Calendar getLastLogon()
          Gets the "LastLogon" element
 int getLocale()
          Gets the "Locale" element
 int getNumberOfUses()
          Gets the "NumberOfUses" element
 int getPasswordExpiry()
          Gets the "PasswordExpiry" element
 boolean getServerLogonSession()
          Gets the "ServerLogonSession" element
 java.lang.String getUserAlias()
          Gets the "UserAlias" element
 java.lang.String getUserID()
          Gets the "UserID" element
 java.util.Calendar getValidUntil()
          Gets the "ValidUntil" element
 boolean isSetAuthenticationMethod()
          True if has "AuthenticationMethod" element
 boolean isSetCMSName()
          True if has "CMSName" element
 boolean isSetCollateralIds()
          True if has "CollateralIds" element
 boolean isSetConcurrent()
          True if has "Concurrent" element
 boolean isSetCustomProperties()
          True if has "CustomProperties" element
 boolean isSetFailedLogonCount()
          True if has "FailedLogonCount" element
 boolean isSetFailoverToken()
          True if has "FailoverToken" element
 boolean isSetLastAccess()
          True if has "LastAccess" element
 boolean isSetLastLogon()
          True if has "LastLogon" element
 boolean isSetLocale()
          True if has "Locale" element
 boolean isSetNumberOfUses()
          True if has "NumberOfUses" element
 boolean isSetPasswordExpiry()
          True if has "PasswordExpiry" element
 boolean isSetServerLogonSession()
          True if has "ServerLogonSession" element
 boolean isSetUserAlias()
          True if has "UserAlias" element
 boolean isSetUserID()
          True if has "UserID" element
 boolean isSetValidUntil()
          True if has "ValidUntil" element
 void setAuthenticationMethod(java.lang.String authenticationMethod)
          Sets the "AuthenticationMethod" element
 void setCMSName(java.lang.String cmsName)
          Sets the "CMSName" element
 void setCollateralIds(CollateralIds collateralIds)
          Sets the "CollateralIds" element
 void setConcurrent(boolean concurrent)
          Sets the "Concurrent" element
 void setCustomProperties(CustomProperties customProperties)
          Sets the "CustomProperties" element
 void setFailedLogonCount(int failedLogonCount)
          Sets the "FailedLogonCount" element
 void setFailoverToken(java.lang.String failoverToken)
          Sets the "FailoverToken" element
 void setLastAccess(java.util.Calendar lastAccess)
          Sets the "LastAccess" element
 void setLastLogon(java.util.Calendar lastLogon)
          Sets the "LastLogon" element
 void setLocale(int locale)
          Sets the "Locale" element
 void setNumberOfUses(int numberOfUses)
          Sets the "NumberOfUses" element
 void setPasswordExpiry(int passwordExpiry)
          Sets the "PasswordExpiry" element
 void setServerLogonSession(boolean serverLogonSession)
          Sets the "ServerLogonSession" element
 void setUserAlias(java.lang.String userAlias)
          Sets the "UserAlias" element
 void setUserID(java.lang.String userID)
          Sets the "UserID" element
 void setValidUntil(java.util.Calendar validUntil)
          Sets the "ValidUntil" element
 void unsetAuthenticationMethod()
          Unsets the "AuthenticationMethod" element
 void unsetCMSName()
          Unsets the "CMSName" element
 void unsetCollateralIds()
          Unsets the "CollateralIds" element
 void unsetConcurrent()
          Unsets the "Concurrent" element
 void unsetCustomProperties()
          Unsets the "CustomProperties" element
 void unsetFailedLogonCount()
          Unsets the "FailedLogonCount" element
 void unsetFailoverToken()
          Unsets the "FailoverToken" element
 void unsetLastAccess()
          Unsets the "LastAccess" element
 void unsetLastLogon()
          Unsets the "LastLogon" element
 void unsetLocale()
          Unsets the "Locale" element
 void unsetNumberOfUses()
          Unsets the "NumberOfUses" element
 void unsetPasswordExpiry()
          Unsets the "PasswordExpiry" element
 void unsetServerLogonSession()
          Unsets the "ServerLogonSession" element
 void unsetUserAlias()
          Unsets the "UserAlias" element
 void unsetUserID()
          Unsets the "UserID" element
 void unsetValidUntil()
          Unsets the "ValidUntil" element
 org.apache.xmlbeans.XmlString xgetAuthenticationMethod()
          Gets (as xml) the "AuthenticationMethod" element
 org.apache.xmlbeans.XmlString xgetCMSName()
          Gets (as xml) the "CMSName" element
 org.apache.xmlbeans.XmlBoolean xgetConcurrent()
          Gets (as xml) the "Concurrent" element
 org.apache.xmlbeans.XmlInt xgetFailedLogonCount()
          Gets (as xml) the "FailedLogonCount" element
 org.apache.xmlbeans.XmlString xgetFailoverToken()
          Gets (as xml) the "FailoverToken" element
 org.apache.xmlbeans.XmlDateTime xgetLastAccess()
          Gets (as xml) the "LastAccess" element
 org.apache.xmlbeans.XmlDateTime xgetLastLogon()
          Gets (as xml) the "LastLogon" element
 org.apache.xmlbeans.XmlInt xgetLocale()
          Gets (as xml) the "Locale" element
 org.apache.xmlbeans.XmlInt xgetNumberOfUses()
          Gets (as xml) the "NumberOfUses" element
 org.apache.xmlbeans.XmlInt xgetPasswordExpiry()
          Gets (as xml) the "PasswordExpiry" element
 org.apache.xmlbeans.XmlBoolean xgetServerLogonSession()
          Gets (as xml) the "ServerLogonSession" element
 org.apache.xmlbeans.XmlString xgetUserAlias()
          Gets (as xml) the "UserAlias" element
 org.apache.xmlbeans.XmlString xgetUserID()
          Gets (as xml) the "UserID" element
 org.apache.xmlbeans.XmlDateTime xgetValidUntil()
          Gets (as xml) the "ValidUntil" element
 void xsetAuthenticationMethod(org.apache.xmlbeans.XmlString authenticationMethod)
          Sets (as xml) the "AuthenticationMethod" element
 void xsetCMSName(org.apache.xmlbeans.XmlString cmsName)
          Sets (as xml) the "CMSName" element
 void xsetConcurrent(org.apache.xmlbeans.XmlBoolean concurrent)
          Sets (as xml) the "Concurrent" element
 void xsetFailedLogonCount(org.apache.xmlbeans.XmlInt failedLogonCount)
          Sets (as xml) the "FailedLogonCount" element
 void xsetFailoverToken(org.apache.xmlbeans.XmlString failoverToken)
          Sets (as xml) the "FailoverToken" element
 void xsetLastAccess(org.apache.xmlbeans.XmlDateTime lastAccess)
          Sets (as xml) the "LastAccess" element
 void xsetLastLogon(org.apache.xmlbeans.XmlDateTime lastLogon)
          Sets (as xml) the "LastLogon" element
 void xsetLocale(org.apache.xmlbeans.XmlInt locale)
          Sets (as xml) the "Locale" element
 void xsetNumberOfUses(org.apache.xmlbeans.XmlInt numberOfUses)
          Sets (as xml) the "NumberOfUses" element
 void xsetPasswordExpiry(org.apache.xmlbeans.XmlInt passwordExpiry)
          Sets (as xml) the "PasswordExpiry" element
 void xsetServerLogonSession(org.apache.xmlbeans.XmlBoolean serverLogonSession)
          Sets (as xml) the "ServerLogonSession" element
 void xsetUserAlias(org.apache.xmlbeans.XmlString userAlias)
          Sets (as xml) the "UserAlias" element
 void xsetUserID(org.apache.xmlbeans.XmlString userID)
          Sets (as xml) the "UserID" element
 void xsetValidUntil(org.apache.xmlbeans.XmlDateTime validUntil)
          Sets (as xml) the "ValidUntil" element
 
Methods inherited from interface com.businessobjects.enterprise.infoobject.InfoObject
addNewAlerts, addNewMultilingualDescriptions, addNewMultilingualNames, addNewPluginInfo, addNewRolesOnObject, addNewSecurityInfo, addNewSecurityInfo2, addNewSharedDoc, getAlerts, getChildrenObjects, getCreationTime, getCUID, getDescription, getEndTime, getErrorMessage, getGUID, getID, getInstance, getInstanceObject, getIsApplicationObject, getIsComponent, getIsHiddenObject, getIsPluginObject, getIsRecurring, getIsRunnableObject, getIsSendable, getIsSystemObject, getKey, getKeywords, getKind, getLastRunTime, getLastSuccessfulInstanceCUID, getMultilingualDescriptions, getMultilingualNames, getName, getNewJobID, getNextRunTime, getObjectIsContainer, getOwner, getOwnerCUID, getParentCUID, getPluginInfo, getRolesOnObject, getRUID, getSchedulable, getSecurityInfo, getSecurityInfo2, getSharedDoc, getStartTime, getUiStatus, getUpdateTime, isSetAlerts, isSetChildrenObjects, isSetCreationTime, isSetCUID, isSetDescription, isSetEndTime, isSetErrorMessage, isSetGUID, isSetID, isSetInstance, isSetInstanceObject, isSetIsApplicationObject, isSetIsComponent, isSetIsHiddenObject, isSetIsPluginObject, isSetIsRecurring, isSetIsRunnableObject, isSetIsSendable, isSetIsSystemObject, isSetKey, isSetKeywords, isSetKind, isSetLastRunTime, isSetLastSuccessfulInstanceCUID, isSetMultilingualDescriptions, isSetMultilingualNames, isSetNewJobID, isSetNextRunTime, isSetObjectIsContainer, isSetOwner, isSetOwnerCUID, isSetParentCUID, isSetPluginInfo, isSetRolesOnObject, isSetRUID, isSetSchedulable, isSetSecurityInfo, isSetSecurityInfo2, isSetSharedDoc, isSetStartTime, isSetUiStatus, isSetUpdateTime, setAlerts, setChildrenObjects, setCreationTime, setCUID, setDescription, setEndTime, setErrorMessage, setGUID, setID, setInstance, setInstanceObject, setIsApplicationObject, setIsComponent, setIsHiddenObject, setIsPluginObject, setIsRecurring, setIsRunnableObject, setIsSendable, setIsSystemObject, setKey, setKeywords, setKind, setLastRunTime, setLastSuccessfulInstanceCUID, setMultilingualDescriptions, setMultilingualNames, setName, setNewJobID, setNextRunTime, setObjectIsContainer, setOwner, setOwnerCUID, setParentCUID, setPluginInfo, setRolesOnObject, setRUID, setSchedulable, setSecurityInfo, setSecurityInfo2, setSharedDoc, setStartTime, setUiStatus, setUpdateTime, unsetAlerts, unsetChildrenObjects, unsetCreationTime, unsetCUID, unsetDescription, unsetEndTime, unsetErrorMessage, unsetGUID, unsetID, unsetInstance, unsetInstanceObject, unsetIsApplicationObject, unsetIsComponent, unsetIsHiddenObject, unsetIsPluginObject, unsetIsRecurring, unsetIsRunnableObject, unsetIsSendable, unsetIsSystemObject, unsetKey, unsetKeywords, unsetKind, unsetLastRunTime, unsetLastSuccessfulInstanceCUID, unsetMultilingualDescriptions, unsetMultilingualNames, unsetNewJobID, unsetNextRunTime, unsetObjectIsContainer, unsetOwner, unsetOwnerCUID, unsetParentCUID, unsetPluginInfo, unsetRolesOnObject, unsetRUID, unsetSchedulable, unsetSecurityInfo, unsetSecurityInfo2, unsetSharedDoc, unsetStartTime, unsetUiStatus, unsetUpdateTime, xgetChildrenObjects, xgetCreationTime, xgetCUID, xgetDescription, xgetEndTime, xgetErrorMessage, xgetGUID, xgetID, xgetInstance, xgetInstanceObject, xgetIsApplicationObject, xgetIsComponent, xgetIsHiddenObject, xgetIsPluginObject, xgetIsRecurring, xgetIsRunnableObject, xgetIsSendable, xgetIsSystemObject, xgetKey, xgetKeywords, xgetKind, xgetLastRunTime, xgetLastSuccessfulInstanceCUID, xgetName, xgetNewJobID, xgetNextRunTime, xgetObjectIsContainer, xgetOwner, xgetOwnerCUID, xgetParentCUID, xgetRUID, xgetSchedulable, xgetStartTime, xgetUiStatus, xgetUpdateTime, xsetChildrenObjects, xsetCreationTime, xsetCUID, xsetDescription, xsetEndTime, xsetErrorMessage, xsetGUID, xsetID, xsetInstance, xsetInstanceObject, xsetIsApplicationObject, xsetIsComponent, xsetIsHiddenObject, xsetIsPluginObject, xsetIsRecurring, xsetIsRunnableObject, xsetIsSendable, xsetIsSystemObject, xsetKey, xsetKeywords, xsetKind, xsetLastRunTime, xsetLastSuccessfulInstanceCUID, xsetName, xsetNewJobID, xsetNextRunTime, xsetObjectIsContainer, xsetOwner, xsetOwnerCUID, xsetParentCUID, xsetRUID, xsetSchedulable, xsetStartTime, xsetUiStatus, xsetUpdateTime
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getUserID

java.lang.String getUserID()
Gets the "UserID" element


xgetUserID

org.apache.xmlbeans.XmlString xgetUserID()
Gets (as xml) the "UserID" element


isSetUserID

boolean isSetUserID()
True if has "UserID" element


setUserID

void setUserID(java.lang.String userID)
Sets the "UserID" element


xsetUserID

void xsetUserID(org.apache.xmlbeans.XmlString userID)
Sets (as xml) the "UserID" element


unsetUserID

void unsetUserID()
Unsets the "UserID" element


getLastAccess

java.util.Calendar getLastAccess()
Gets the "LastAccess" element


xgetLastAccess

org.apache.xmlbeans.XmlDateTime xgetLastAccess()
Gets (as xml) the "LastAccess" element


isSetLastAccess

boolean isSetLastAccess()
True if has "LastAccess" element


setLastAccess

void setLastAccess(java.util.Calendar lastAccess)
Sets the "LastAccess" element


xsetLastAccess

void xsetLastAccess(org.apache.xmlbeans.XmlDateTime lastAccess)
Sets (as xml) the "LastAccess" element


unsetLastAccess

void unsetLastAccess()
Unsets the "LastAccess" element


getFailedLogonCount

int getFailedLogonCount()
Gets the "FailedLogonCount" element


xgetFailedLogonCount

org.apache.xmlbeans.XmlInt xgetFailedLogonCount()
Gets (as xml) the "FailedLogonCount" element


isSetFailedLogonCount

boolean isSetFailedLogonCount()
True if has "FailedLogonCount" element


setFailedLogonCount

void setFailedLogonCount(int failedLogonCount)
Sets the "FailedLogonCount" element


xsetFailedLogonCount

void xsetFailedLogonCount(org.apache.xmlbeans.XmlInt failedLogonCount)
Sets (as xml) the "FailedLogonCount" element


unsetFailedLogonCount

void unsetFailedLogonCount()
Unsets the "FailedLogonCount" element


getUserAlias

java.lang.String getUserAlias()
Gets the "UserAlias" element


xgetUserAlias

org.apache.xmlbeans.XmlString xgetUserAlias()
Gets (as xml) the "UserAlias" element


isSetUserAlias

boolean isSetUserAlias()
True if has "UserAlias" element


setUserAlias

void setUserAlias(java.lang.String userAlias)
Sets the "UserAlias" element


xsetUserAlias

void xsetUserAlias(org.apache.xmlbeans.XmlString userAlias)
Sets (as xml) the "UserAlias" element


unsetUserAlias

void unsetUserAlias()
Unsets the "UserAlias" element


getConcurrent

boolean getConcurrent()
Gets the "Concurrent" element


xgetConcurrent

org.apache.xmlbeans.XmlBoolean xgetConcurrent()
Gets (as xml) the "Concurrent" element


isSetConcurrent

boolean isSetConcurrent()
True if has "Concurrent" element


setConcurrent

void setConcurrent(boolean concurrent)
Sets the "Concurrent" element


xsetConcurrent

void xsetConcurrent(org.apache.xmlbeans.XmlBoolean concurrent)
Sets (as xml) the "Concurrent" element


unsetConcurrent

void unsetConcurrent()
Unsets the "Concurrent" element


getLastLogon

java.util.Calendar getLastLogon()
Gets the "LastLogon" element


xgetLastLogon

org.apache.xmlbeans.XmlDateTime xgetLastLogon()
Gets (as xml) the "LastLogon" element


isSetLastLogon

boolean isSetLastLogon()
True if has "LastLogon" element


setLastLogon

void setLastLogon(java.util.Calendar lastLogon)
Sets the "LastLogon" element


xsetLastLogon

void xsetLastLogon(org.apache.xmlbeans.XmlDateTime lastLogon)
Sets (as xml) the "LastLogon" element


unsetLastLogon

void unsetLastLogon()
Unsets the "LastLogon" element


getNumberOfUses

int getNumberOfUses()
Gets the "NumberOfUses" element


xgetNumberOfUses

org.apache.xmlbeans.XmlInt xgetNumberOfUses()
Gets (as xml) the "NumberOfUses" element


isSetNumberOfUses

boolean isSetNumberOfUses()
True if has "NumberOfUses" element


setNumberOfUses

void setNumberOfUses(int numberOfUses)
Sets the "NumberOfUses" element


xsetNumberOfUses

void xsetNumberOfUses(org.apache.xmlbeans.XmlInt numberOfUses)
Sets (as xml) the "NumberOfUses" element


unsetNumberOfUses

void unsetNumberOfUses()
Unsets the "NumberOfUses" element


getAuthenticationMethod

java.lang.String getAuthenticationMethod()
Gets the "AuthenticationMethod" element


xgetAuthenticationMethod

org.apache.xmlbeans.XmlString xgetAuthenticationMethod()
Gets (as xml) the "AuthenticationMethod" element


isSetAuthenticationMethod

boolean isSetAuthenticationMethod()
True if has "AuthenticationMethod" element


setAuthenticationMethod

void setAuthenticationMethod(java.lang.String authenticationMethod)
Sets the "AuthenticationMethod" element


xsetAuthenticationMethod

void xsetAuthenticationMethod(org.apache.xmlbeans.XmlString authenticationMethod)
Sets (as xml) the "AuthenticationMethod" element


unsetAuthenticationMethod

void unsetAuthenticationMethod()
Unsets the "AuthenticationMethod" element


getFailoverToken

java.lang.String getFailoverToken()
Gets the "FailoverToken" element


xgetFailoverToken

org.apache.xmlbeans.XmlString xgetFailoverToken()
Gets (as xml) the "FailoverToken" element


isSetFailoverToken

boolean isSetFailoverToken()
True if has "FailoverToken" element


setFailoverToken

void setFailoverToken(java.lang.String failoverToken)
Sets the "FailoverToken" element


xsetFailoverToken

void xsetFailoverToken(org.apache.xmlbeans.XmlString failoverToken)
Sets (as xml) the "FailoverToken" element


unsetFailoverToken

void unsetFailoverToken()
Unsets the "FailoverToken" element


getServerLogonSession

boolean getServerLogonSession()
Gets the "ServerLogonSession" element


xgetServerLogonSession

org.apache.xmlbeans.XmlBoolean xgetServerLogonSession()
Gets (as xml) the "ServerLogonSession" element


isSetServerLogonSession

boolean isSetServerLogonSession()
True if has "ServerLogonSession" element


setServerLogonSession

void setServerLogonSession(boolean serverLogonSession)
Sets the "ServerLogonSession" element


xsetServerLogonSession

void xsetServerLogonSession(org.apache.xmlbeans.XmlBoolean serverLogonSession)
Sets (as xml) the "ServerLogonSession" element


unsetServerLogonSession

void unsetServerLogonSession()
Unsets the "ServerLogonSession" element


getCMSName

java.lang.String getCMSName()
Gets the "CMSName" element


xgetCMSName

org.apache.xmlbeans.XmlString xgetCMSName()
Gets (as xml) the "CMSName" element


isSetCMSName

boolean isSetCMSName()
True if has "CMSName" element


setCMSName

void setCMSName(java.lang.String cmsName)
Sets the "CMSName" element


xsetCMSName

void xsetCMSName(org.apache.xmlbeans.XmlString cmsName)
Sets (as xml) the "CMSName" element


unsetCMSName

void unsetCMSName()
Unsets the "CMSName" element


getValidUntil

java.util.Calendar getValidUntil()
Gets the "ValidUntil" element


xgetValidUntil

org.apache.xmlbeans.XmlDateTime xgetValidUntil()
Gets (as xml) the "ValidUntil" element


isSetValidUntil

boolean isSetValidUntil()
True if has "ValidUntil" element


setValidUntil

void setValidUntil(java.util.Calendar validUntil)
Sets the "ValidUntil" element


xsetValidUntil

void xsetValidUntil(org.apache.xmlbeans.XmlDateTime validUntil)
Sets (as xml) the "ValidUntil" element


unsetValidUntil

void unsetValidUntil()
Unsets the "ValidUntil" element


getPasswordExpiry

int getPasswordExpiry()
Gets the "PasswordExpiry" element


xgetPasswordExpiry

org.apache.xmlbeans.XmlInt xgetPasswordExpiry()
Gets (as xml) the "PasswordExpiry" element


isSetPasswordExpiry

boolean isSetPasswordExpiry()
True if has "PasswordExpiry" element


setPasswordExpiry

void setPasswordExpiry(int passwordExpiry)
Sets the "PasswordExpiry" element


xsetPasswordExpiry

void xsetPasswordExpiry(org.apache.xmlbeans.XmlInt passwordExpiry)
Sets (as xml) the "PasswordExpiry" element


unsetPasswordExpiry

void unsetPasswordExpiry()
Unsets the "PasswordExpiry" element


getLocale

int getLocale()
Gets the "Locale" element


xgetLocale

org.apache.xmlbeans.XmlInt xgetLocale()
Gets (as xml) the "Locale" element


isSetLocale

boolean isSetLocale()
True if has "Locale" element


setLocale

void setLocale(int locale)
Sets the "Locale" element


xsetLocale

void xsetLocale(org.apache.xmlbeans.XmlInt locale)
Sets (as xml) the "Locale" element


unsetLocale

void unsetLocale()
Unsets the "Locale" element


getCollateralIds

CollateralIds getCollateralIds()
Gets the "CollateralIds" element


isSetCollateralIds

boolean isSetCollateralIds()
True if has "CollateralIds" element


setCollateralIds

void setCollateralIds(CollateralIds collateralIds)
Sets the "CollateralIds" element


addNewCollateralIds

CollateralIds addNewCollateralIds()
Appends and returns a new empty "CollateralIds" element


unsetCollateralIds

void unsetCollateralIds()
Unsets the "CollateralIds" element


getCustomProperties

CustomProperties getCustomProperties()
Gets the "CustomProperties" element


isSetCustomProperties

boolean isSetCustomProperties()
True if has "CustomProperties" element


setCustomProperties

void setCustomProperties(CustomProperties customProperties)
Sets the "CustomProperties" element


addNewCustomProperties

CustomProperties addNewCustomProperties()
Appends and returns a new empty "CustomProperties" element


unsetCustomProperties

void unsetCustomProperties()
Unsets the "CustomProperties" element