com.businessobjects.enterprise.server
Interface Server

All Superinterfaces:
InfoObject

public interface Server
extends InfoObject

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


Nested Class Summary
static class Server.Factory
          A factory class with static methods for creating instances of this type.
static interface Server.NetworkLayers
          An XML NetworkLayers(@http://enterprise.businessobjects.com/3.0/server).
static interface Server.ServerGroups
          An XML ServerGroups(@http://enterprise.businessobjects.com/3.0/server).
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 ConfiguredContainers addNewConfiguredContainers()
          Appends and returns a new empty "ConfiguredContainers" element
 CustomProperties addNewCustomProperties()
          Appends and returns a new empty "CustomProperties" element
 EnterpriseNodes addNewEnterpriseNodes()
          Appends and returns a new empty "EnterpriseNodes" element
 HostedServices addNewHostedServices()
          Appends and returns a new empty "HostedServices" element
 Server.NetworkLayers addNewNetworkLayers()
          Appends and returns a new empty "NetworkLayers" element
 Server.ServerGroups addNewServerGroups()
          Appends and returns a new empty "ServerGroups" element
 StatusInfo addNewStatusInfo()
          Appends and returns a new empty "StatusInfo" element
 SystemInfo addNewSystemInfo()
          Appends and returns a new empty "SystemInfo" element
 boolean getAutoBoot()
          Gets the "AutoBoot" element
 java.lang.String getBindSpec()
          Gets the "BindSpec" element
 java.lang.String getCMSAuditDBConnect()
          Gets the "CMSAuditDBConnect" element
 java.lang.String getCMSAuditDBDriver()
          Gets the "CMSAuditDBDriver" element
 CommunicationProtocalEnum.Enum getCommunicationProtocol()
          Gets the "CommunicationProtocol" element
 ConfiguredContainers getConfiguredContainers()
          Gets the "ConfiguredContainers" element
 java.lang.String getCurrCommandLine()
          Gets the "CurrCommandLine" element
 boolean getCurrentDisabledState()
          Gets the "CurrentDisabledState" element
 CustomProperties getCustomProperties()
          Gets the "CustomProperties" element
 boolean getDisabledTarget()
          Gets the "DisabledTarget" element
 EnterpriseNodes getEnterpriseNodes()
          Gets the "EnterpriseNodes" element
 int getExpectedRunState()
          Gets the "ExpectedRunState" element
 java.lang.String getFriendlyName()
          Gets the "FriendlyName" element
 HostedServices getHostedServices()
          Gets the "HostedServices" element
 int getIsAlive()
          Gets the "IsAlive" element
 boolean getIsOCAServer()
          Gets the "IsOCAServer" element
 int getMaxServices()
          Gets the "MaxServices" element
 int getMinServices()
          Gets the "MinServices" element
 Server.NetworkLayers getNetworkLayers()
          Gets the "NetworkLayers" element
 java.lang.String getOSServiceName()
          Gets the "OSServiceName" element
 java.lang.String getProcessID()
          Gets the "ProcessID" element
 java.lang.String getRegisterToCMS()
          Gets the "RegisterToCMS" element
 java.lang.String getServerDescriptor()
          Gets the "ServerDescriptor" element
 Server.ServerGroups getServerGroups()
          Gets the "ServerGroups" element
 java.lang.String getServerKind()
          Gets the "ServerKind" element
 java.lang.String getServerName()
          Gets the "ServerName" element
 java.lang.String getSIAHostname()
          Gets the "SIAHostname" element
 StatusInfo getStatusInfo()
          Gets the "StatusInfo" element
 SystemInfo getSystemInfo()
          Gets the "SystemInfo" element
 boolean isSetAutoBoot()
          True if has "AutoBoot" element
 boolean isSetBindSpec()
          True if has "BindSpec" element
 boolean isSetCMSAuditDBConnect()
          True if has "CMSAuditDBConnect" element
 boolean isSetCMSAuditDBDriver()
          True if has "CMSAuditDBDriver" element
 boolean isSetCommunicationProtocol()
          True if has "CommunicationProtocol" element
 boolean isSetConfiguredContainers()
          True if has "ConfiguredContainers" element
 boolean isSetCurrCommandLine()
          True if has "CurrCommandLine" element
 boolean isSetCurrentDisabledState()
          True if has "CurrentDisabledState" element
 boolean isSetCustomProperties()
          True if has "CustomProperties" element
 boolean isSetDisabledTarget()
          True if has "DisabledTarget" element
 boolean isSetEnterpriseNodes()
          True if has "EnterpriseNodes" element
 boolean isSetExpectedRunState()
          True if has "ExpectedRunState" element
 boolean isSetHostedServices()
          True if has "HostedServices" element
 boolean isSetIsAlive()
          True if has "IsAlive" element
 boolean isSetIsOCAServer()
          True if has "IsOCAServer" element
 boolean isSetMaxServices()
          True if has "MaxServices" element
 boolean isSetMinServices()
          True if has "MinServices" element
 boolean isSetNetworkLayers()
          True if has "NetworkLayers" element
 boolean isSetOSServiceName()
          True if has "OSServiceName" element
 boolean isSetProcessID()
          True if has "ProcessID" element
 boolean isSetRegisterToCMS()
          True if has "RegisterToCMS" element
 boolean isSetServerDescriptor()
          True if has "ServerDescriptor" element
 boolean isSetServerGroups()
          True if has "ServerGroups" element
 boolean isSetServerName()
          True if has "ServerName" element
 boolean isSetSIAHostname()
          True if has "SIAHostname" element
 boolean isSetStatusInfo()
          True if has "StatusInfo" element
 boolean isSetSystemInfo()
          True if has "SystemInfo" element
 void setAutoBoot(boolean autoBoot)
          Sets the "AutoBoot" element
 void setBindSpec(java.lang.String bindSpec)
          Sets the "BindSpec" element
 void setCMSAuditDBConnect(java.lang.String cmsAuditDBConnect)
          Sets the "CMSAuditDBConnect" element
 void setCMSAuditDBDriver(java.lang.String cmsAuditDBDriver)
          Sets the "CMSAuditDBDriver" element
 void setCommunicationProtocol(CommunicationProtocalEnum.Enum communicationProtocol)
          Sets the "CommunicationProtocol" element
 void setConfiguredContainers(ConfiguredContainers configuredContainers)
          Sets the "ConfiguredContainers" element
 void setCurrCommandLine(java.lang.String currCommandLine)
          Sets the "CurrCommandLine" element
 void setCurrentDisabledState(boolean currentDisabledState)
          Sets the "CurrentDisabledState" element
 void setCustomProperties(CustomProperties customProperties)
          Sets the "CustomProperties" element
 void setDisabledTarget(boolean disabledTarget)
          Sets the "DisabledTarget" element
 void setEnterpriseNodes(EnterpriseNodes enterpriseNodes)
          Sets the "EnterpriseNodes" element
 void setExpectedRunState(int expectedRunState)
          Sets the "ExpectedRunState" element
 void setFriendlyName(java.lang.String friendlyName)
          Sets the "FriendlyName" element
 void setHostedServices(HostedServices hostedServices)
          Sets the "HostedServices" element
 void setIsAlive(int isAlive)
          Sets the "IsAlive" element
 void setIsOCAServer(boolean isOCAServer)
          Sets the "IsOCAServer" element
 void setMaxServices(int maxServices)
          Sets the "MaxServices" element
 void setMinServices(int minServices)
          Sets the "MinServices" element
 void setNetworkLayers(Server.NetworkLayers networkLayers)
          Sets the "NetworkLayers" element
 void setOSServiceName(java.lang.String osServiceName)
          Sets the "OSServiceName" element
 void setProcessID(java.lang.String processID)
          Sets the "ProcessID" element
 void setRegisterToCMS(java.lang.String registerToCMS)
          Sets the "RegisterToCMS" element
 void setServerDescriptor(java.lang.String serverDescriptor)
          Sets the "ServerDescriptor" element
 void setServerGroups(Server.ServerGroups serverGroups)
          Sets the "ServerGroups" element
 void setServerKind(java.lang.String serverKind)
          Sets the "ServerKind" element
 void setServerName(java.lang.String serverName)
          Sets the "ServerName" element
 void setSIAHostname(java.lang.String siaHostname)
          Sets the "SIAHostname" element
 void setStatusInfo(StatusInfo statusInfo)
          Sets the "StatusInfo" element
 void setSystemInfo(SystemInfo systemInfo)
          Sets the "SystemInfo" element
 void unsetAutoBoot()
          Unsets the "AutoBoot" element
 void unsetBindSpec()
          Unsets the "BindSpec" element
 void unsetCMSAuditDBConnect()
          Unsets the "CMSAuditDBConnect" element
 void unsetCMSAuditDBDriver()
          Unsets the "CMSAuditDBDriver" element
 void unsetCommunicationProtocol()
          Unsets the "CommunicationProtocol" element
 void unsetConfiguredContainers()
          Unsets the "ConfiguredContainers" element
 void unsetCurrCommandLine()
          Unsets the "CurrCommandLine" element
 void unsetCurrentDisabledState()
          Unsets the "CurrentDisabledState" element
 void unsetCustomProperties()
          Unsets the "CustomProperties" element
 void unsetDisabledTarget()
          Unsets the "DisabledTarget" element
 void unsetEnterpriseNodes()
          Unsets the "EnterpriseNodes" element
 void unsetExpectedRunState()
          Unsets the "ExpectedRunState" element
 void unsetHostedServices()
          Unsets the "HostedServices" element
 void unsetIsAlive()
          Unsets the "IsAlive" element
 void unsetIsOCAServer()
          Unsets the "IsOCAServer" element
 void unsetMaxServices()
          Unsets the "MaxServices" element
 void unsetMinServices()
          Unsets the "MinServices" element
 void unsetNetworkLayers()
          Unsets the "NetworkLayers" element
 void unsetOSServiceName()
          Unsets the "OSServiceName" element
 void unsetProcessID()
          Unsets the "ProcessID" element
 void unsetRegisterToCMS()
          Unsets the "RegisterToCMS" element
 void unsetServerDescriptor()
          Unsets the "ServerDescriptor" element
 void unsetServerGroups()
          Unsets the "ServerGroups" element
 void unsetServerName()
          Unsets the "ServerName" element
 void unsetSIAHostname()
          Unsets the "SIAHostname" element
 void unsetStatusInfo()
          Unsets the "StatusInfo" element
 void unsetSystemInfo()
          Unsets the "SystemInfo" element
 org.apache.xmlbeans.XmlBoolean xgetAutoBoot()
          Gets (as xml) the "AutoBoot" element
 org.apache.xmlbeans.XmlString xgetBindSpec()
          Gets (as xml) the "BindSpec" element
 org.apache.xmlbeans.XmlString xgetCMSAuditDBConnect()
          Gets (as xml) the "CMSAuditDBConnect" element
 org.apache.xmlbeans.XmlString xgetCMSAuditDBDriver()
          Gets (as xml) the "CMSAuditDBDriver" element
 CommunicationProtocalEnum xgetCommunicationProtocol()
          Gets (as xml) the "CommunicationProtocol" element
 org.apache.xmlbeans.XmlString xgetCurrCommandLine()
          Gets (as xml) the "CurrCommandLine" element
 org.apache.xmlbeans.XmlBoolean xgetCurrentDisabledState()
          Gets (as xml) the "CurrentDisabledState" element
 org.apache.xmlbeans.XmlBoolean xgetDisabledTarget()
          Gets (as xml) the "DisabledTarget" element
 org.apache.xmlbeans.XmlInt xgetExpectedRunState()
          Gets (as xml) the "ExpectedRunState" element
 org.apache.xmlbeans.XmlString xgetFriendlyName()
          Gets (as xml) the "FriendlyName" element
 org.apache.xmlbeans.XmlInt xgetIsAlive()
          Gets (as xml) the "IsAlive" element
 org.apache.xmlbeans.XmlBoolean xgetIsOCAServer()
          Gets (as xml) the "IsOCAServer" element
 org.apache.xmlbeans.XmlInt xgetMaxServices()
          Gets (as xml) the "MaxServices" element
 org.apache.xmlbeans.XmlInt xgetMinServices()
          Gets (as xml) the "MinServices" element
 org.apache.xmlbeans.XmlString xgetOSServiceName()
          Gets (as xml) the "OSServiceName" element
 org.apache.xmlbeans.XmlString xgetProcessID()
          Gets (as xml) the "ProcessID" element
 org.apache.xmlbeans.XmlString xgetRegisterToCMS()
          Gets (as xml) the "RegisterToCMS" element
 org.apache.xmlbeans.XmlString xgetServerDescriptor()
          Gets (as xml) the "ServerDescriptor" element
 org.apache.xmlbeans.XmlString xgetServerKind()
          Gets (as xml) the "ServerKind" element
 org.apache.xmlbeans.XmlString xgetServerName()
          Gets (as xml) the "ServerName" element
 org.apache.xmlbeans.XmlString xgetSIAHostname()
          Gets (as xml) the "SIAHostname" element
 void xsetAutoBoot(org.apache.xmlbeans.XmlBoolean autoBoot)
          Sets (as xml) the "AutoBoot" element
 void xsetBindSpec(org.apache.xmlbeans.XmlString bindSpec)
          Sets (as xml) the "BindSpec" element
 void xsetCMSAuditDBConnect(org.apache.xmlbeans.XmlString cmsAuditDBConnect)
          Sets (as xml) the "CMSAuditDBConnect" element
 void xsetCMSAuditDBDriver(org.apache.xmlbeans.XmlString cmsAuditDBDriver)
          Sets (as xml) the "CMSAuditDBDriver" element
 void xsetCommunicationProtocol(CommunicationProtocalEnum communicationProtocol)
          Sets (as xml) the "CommunicationProtocol" element
 void xsetCurrCommandLine(org.apache.xmlbeans.XmlString currCommandLine)
          Sets (as xml) the "CurrCommandLine" element
 void xsetCurrentDisabledState(org.apache.xmlbeans.XmlBoolean currentDisabledState)
          Sets (as xml) the "CurrentDisabledState" element
 void xsetDisabledTarget(org.apache.xmlbeans.XmlBoolean disabledTarget)
          Sets (as xml) the "DisabledTarget" element
 void xsetExpectedRunState(org.apache.xmlbeans.XmlInt expectedRunState)
          Sets (as xml) the "ExpectedRunState" element
 void xsetFriendlyName(org.apache.xmlbeans.XmlString friendlyName)
          Sets (as xml) the "FriendlyName" element
 void xsetIsAlive(org.apache.xmlbeans.XmlInt isAlive)
          Sets (as xml) the "IsAlive" element
 void xsetIsOCAServer(org.apache.xmlbeans.XmlBoolean isOCAServer)
          Sets (as xml) the "IsOCAServer" element
 void xsetMaxServices(org.apache.xmlbeans.XmlInt maxServices)
          Sets (as xml) the "MaxServices" element
 void xsetMinServices(org.apache.xmlbeans.XmlInt minServices)
          Sets (as xml) the "MinServices" element
 void xsetOSServiceName(org.apache.xmlbeans.XmlString osServiceName)
          Sets (as xml) the "OSServiceName" element
 void xsetProcessID(org.apache.xmlbeans.XmlString processID)
          Sets (as xml) the "ProcessID" element
 void xsetRegisterToCMS(org.apache.xmlbeans.XmlString registerToCMS)
          Sets (as xml) the "RegisterToCMS" element
 void xsetServerDescriptor(org.apache.xmlbeans.XmlString serverDescriptor)
          Sets (as xml) the "ServerDescriptor" element
 void xsetServerKind(org.apache.xmlbeans.XmlString serverKind)
          Sets (as xml) the "ServerKind" element
 void xsetServerName(org.apache.xmlbeans.XmlString serverName)
          Sets (as xml) the "ServerName" element
 void xsetSIAHostname(org.apache.xmlbeans.XmlString siaHostname)
          Sets (as xml) the "SIAHostname" 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

getServerName

java.lang.String getServerName()
Gets the "ServerName" element


xgetServerName

org.apache.xmlbeans.XmlString xgetServerName()
Gets (as xml) the "ServerName" element


isSetServerName

boolean isSetServerName()
True if has "ServerName" element


setServerName

void setServerName(java.lang.String serverName)
Sets the "ServerName" element


xsetServerName

void xsetServerName(org.apache.xmlbeans.XmlString serverName)
Sets (as xml) the "ServerName" element


unsetServerName

void unsetServerName()
Unsets the "ServerName" element


getDisabledTarget

boolean getDisabledTarget()
Gets the "DisabledTarget" element


xgetDisabledTarget

org.apache.xmlbeans.XmlBoolean xgetDisabledTarget()
Gets (as xml) the "DisabledTarget" element


isSetDisabledTarget

boolean isSetDisabledTarget()
True if has "DisabledTarget" element


setDisabledTarget

void setDisabledTarget(boolean disabledTarget)
Sets the "DisabledTarget" element


xsetDisabledTarget

void xsetDisabledTarget(org.apache.xmlbeans.XmlBoolean disabledTarget)
Sets (as xml) the "DisabledTarget" element


unsetDisabledTarget

void unsetDisabledTarget()
Unsets the "DisabledTarget" element


getCurrentDisabledState

boolean getCurrentDisabledState()
Gets the "CurrentDisabledState" element


xgetCurrentDisabledState

org.apache.xmlbeans.XmlBoolean xgetCurrentDisabledState()
Gets (as xml) the "CurrentDisabledState" element


isSetCurrentDisabledState

boolean isSetCurrentDisabledState()
True if has "CurrentDisabledState" element


setCurrentDisabledState

void setCurrentDisabledState(boolean currentDisabledState)
Sets the "CurrentDisabledState" element


xsetCurrentDisabledState

void xsetCurrentDisabledState(org.apache.xmlbeans.XmlBoolean currentDisabledState)
Sets (as xml) the "CurrentDisabledState" element


unsetCurrentDisabledState

void unsetCurrentDisabledState()
Unsets the "CurrentDisabledState" element


getCMSAuditDBDriver

java.lang.String getCMSAuditDBDriver()
Gets the "CMSAuditDBDriver" element


xgetCMSAuditDBDriver

org.apache.xmlbeans.XmlString xgetCMSAuditDBDriver()
Gets (as xml) the "CMSAuditDBDriver" element


isSetCMSAuditDBDriver

boolean isSetCMSAuditDBDriver()
True if has "CMSAuditDBDriver" element


setCMSAuditDBDriver

void setCMSAuditDBDriver(java.lang.String cmsAuditDBDriver)
Sets the "CMSAuditDBDriver" element


xsetCMSAuditDBDriver

void xsetCMSAuditDBDriver(org.apache.xmlbeans.XmlString cmsAuditDBDriver)
Sets (as xml) the "CMSAuditDBDriver" element


unsetCMSAuditDBDriver

void unsetCMSAuditDBDriver()
Unsets the "CMSAuditDBDriver" element


getCMSAuditDBConnect

java.lang.String getCMSAuditDBConnect()
Gets the "CMSAuditDBConnect" element


xgetCMSAuditDBConnect

org.apache.xmlbeans.XmlString xgetCMSAuditDBConnect()
Gets (as xml) the "CMSAuditDBConnect" element


isSetCMSAuditDBConnect

boolean isSetCMSAuditDBConnect()
True if has "CMSAuditDBConnect" element


setCMSAuditDBConnect

void setCMSAuditDBConnect(java.lang.String cmsAuditDBConnect)
Sets the "CMSAuditDBConnect" element


xsetCMSAuditDBConnect

void xsetCMSAuditDBConnect(org.apache.xmlbeans.XmlString cmsAuditDBConnect)
Sets (as xml) the "CMSAuditDBConnect" element


unsetCMSAuditDBConnect

void unsetCMSAuditDBConnect()
Unsets the "CMSAuditDBConnect" element


getCommunicationProtocol

CommunicationProtocalEnum.Enum getCommunicationProtocol()
Gets the "CommunicationProtocol" element


xgetCommunicationProtocol

CommunicationProtocalEnum xgetCommunicationProtocol()
Gets (as xml) the "CommunicationProtocol" element


isSetCommunicationProtocol

boolean isSetCommunicationProtocol()
True if has "CommunicationProtocol" element


setCommunicationProtocol

void setCommunicationProtocol(CommunicationProtocalEnum.Enum communicationProtocol)
Sets the "CommunicationProtocol" element


xsetCommunicationProtocol

void xsetCommunicationProtocol(CommunicationProtocalEnum communicationProtocol)
Sets (as xml) the "CommunicationProtocol" element


unsetCommunicationProtocol

void unsetCommunicationProtocol()
Unsets the "CommunicationProtocol" element


getOSServiceName

java.lang.String getOSServiceName()
Gets the "OSServiceName" element


xgetOSServiceName

org.apache.xmlbeans.XmlString xgetOSServiceName()
Gets (as xml) the "OSServiceName" element


isSetOSServiceName

boolean isSetOSServiceName()
True if has "OSServiceName" element


setOSServiceName

void setOSServiceName(java.lang.String osServiceName)
Sets the "OSServiceName" element


xsetOSServiceName

void xsetOSServiceName(org.apache.xmlbeans.XmlString osServiceName)
Sets (as xml) the "OSServiceName" element


unsetOSServiceName

void unsetOSServiceName()
Unsets the "OSServiceName" element


getIsAlive

int getIsAlive()
Gets the "IsAlive" element


xgetIsAlive

org.apache.xmlbeans.XmlInt xgetIsAlive()
Gets (as xml) the "IsAlive" element


isSetIsAlive

boolean isSetIsAlive()
True if has "IsAlive" element


setIsAlive

void setIsAlive(int isAlive)
Sets the "IsAlive" element


xsetIsAlive

void xsetIsAlive(org.apache.xmlbeans.XmlInt isAlive)
Sets (as xml) the "IsAlive" element


unsetIsAlive

void unsetIsAlive()
Unsets the "IsAlive" element


getFriendlyName

java.lang.String getFriendlyName()
Gets the "FriendlyName" element


xgetFriendlyName

org.apache.xmlbeans.XmlString xgetFriendlyName()
Gets (as xml) the "FriendlyName" element


setFriendlyName

void setFriendlyName(java.lang.String friendlyName)
Sets the "FriendlyName" element


xsetFriendlyName

void xsetFriendlyName(org.apache.xmlbeans.XmlString friendlyName)
Sets (as xml) the "FriendlyName" element


getServerDescriptor

java.lang.String getServerDescriptor()
Gets the "ServerDescriptor" element


xgetServerDescriptor

org.apache.xmlbeans.XmlString xgetServerDescriptor()
Gets (as xml) the "ServerDescriptor" element


isSetServerDescriptor

boolean isSetServerDescriptor()
True if has "ServerDescriptor" element


setServerDescriptor

void setServerDescriptor(java.lang.String serverDescriptor)
Sets the "ServerDescriptor" element


xsetServerDescriptor

void xsetServerDescriptor(org.apache.xmlbeans.XmlString serverDescriptor)
Sets (as xml) the "ServerDescriptor" element


unsetServerDescriptor

void unsetServerDescriptor()
Unsets the "ServerDescriptor" element


getServerKind

java.lang.String getServerKind()
Gets the "ServerKind" element


xgetServerKind

org.apache.xmlbeans.XmlString xgetServerKind()
Gets (as xml) the "ServerKind" element


setServerKind

void setServerKind(java.lang.String serverKind)
Sets the "ServerKind" element


xsetServerKind

void xsetServerKind(org.apache.xmlbeans.XmlString serverKind)
Sets (as xml) the "ServerKind" element


getRegisterToCMS

java.lang.String getRegisterToCMS()
Gets the "RegisterToCMS" element


xgetRegisterToCMS

org.apache.xmlbeans.XmlString xgetRegisterToCMS()
Gets (as xml) the "RegisterToCMS" element


isSetRegisterToCMS

boolean isSetRegisterToCMS()
True if has "RegisterToCMS" element


setRegisterToCMS

void setRegisterToCMS(java.lang.String registerToCMS)
Sets the "RegisterToCMS" element


xsetRegisterToCMS

void xsetRegisterToCMS(org.apache.xmlbeans.XmlString registerToCMS)
Sets (as xml) the "RegisterToCMS" element


unsetRegisterToCMS

void unsetRegisterToCMS()
Unsets the "RegisterToCMS" element


getProcessID

java.lang.String getProcessID()
Gets the "ProcessID" element


xgetProcessID

org.apache.xmlbeans.XmlString xgetProcessID()
Gets (as xml) the "ProcessID" element


isSetProcessID

boolean isSetProcessID()
True if has "ProcessID" element


setProcessID

void setProcessID(java.lang.String processID)
Sets the "ProcessID" element


xsetProcessID

void xsetProcessID(org.apache.xmlbeans.XmlString processID)
Sets (as xml) the "ProcessID" element


unsetProcessID

void unsetProcessID()
Unsets the "ProcessID" element


getNetworkLayers

Server.NetworkLayers getNetworkLayers()
Gets the "NetworkLayers" element


isSetNetworkLayers

boolean isSetNetworkLayers()
True if has "NetworkLayers" element


setNetworkLayers

void setNetworkLayers(Server.NetworkLayers networkLayers)
Sets the "NetworkLayers" element


addNewNetworkLayers

Server.NetworkLayers addNewNetworkLayers()
Appends and returns a new empty "NetworkLayers" element


unsetNetworkLayers

void unsetNetworkLayers()
Unsets the "NetworkLayers" element


getExpectedRunState

int getExpectedRunState()
Gets the "ExpectedRunState" element


xgetExpectedRunState

org.apache.xmlbeans.XmlInt xgetExpectedRunState()
Gets (as xml) the "ExpectedRunState" element


isSetExpectedRunState

boolean isSetExpectedRunState()
True if has "ExpectedRunState" element


setExpectedRunState

void setExpectedRunState(int expectedRunState)
Sets the "ExpectedRunState" element


xsetExpectedRunState

void xsetExpectedRunState(org.apache.xmlbeans.XmlInt expectedRunState)
Sets (as xml) the "ExpectedRunState" element


unsetExpectedRunState

void unsetExpectedRunState()
Unsets the "ExpectedRunState" element


getIsOCAServer

boolean getIsOCAServer()
Gets the "IsOCAServer" element


xgetIsOCAServer

org.apache.xmlbeans.XmlBoolean xgetIsOCAServer()
Gets (as xml) the "IsOCAServer" element


isSetIsOCAServer

boolean isSetIsOCAServer()
True if has "IsOCAServer" element


setIsOCAServer

void setIsOCAServer(boolean isOCAServer)
Sets the "IsOCAServer" element


xsetIsOCAServer

void xsetIsOCAServer(org.apache.xmlbeans.XmlBoolean isOCAServer)
Sets (as xml) the "IsOCAServer" element


unsetIsOCAServer

void unsetIsOCAServer()
Unsets the "IsOCAServer" element


getAutoBoot

boolean getAutoBoot()
Gets the "AutoBoot" element


xgetAutoBoot

org.apache.xmlbeans.XmlBoolean xgetAutoBoot()
Gets (as xml) the "AutoBoot" element


isSetAutoBoot

boolean isSetAutoBoot()
True if has "AutoBoot" element


setAutoBoot

void setAutoBoot(boolean autoBoot)
Sets the "AutoBoot" element


xsetAutoBoot

void xsetAutoBoot(org.apache.xmlbeans.XmlBoolean autoBoot)
Sets (as xml) the "AutoBoot" element


unsetAutoBoot

void unsetAutoBoot()
Unsets the "AutoBoot" element


getMaxServices

int getMaxServices()
Gets the "MaxServices" element


xgetMaxServices

org.apache.xmlbeans.XmlInt xgetMaxServices()
Gets (as xml) the "MaxServices" element


isSetMaxServices

boolean isSetMaxServices()
True if has "MaxServices" element


setMaxServices

void setMaxServices(int maxServices)
Sets the "MaxServices" element


xsetMaxServices

void xsetMaxServices(org.apache.xmlbeans.XmlInt maxServices)
Sets (as xml) the "MaxServices" element


unsetMaxServices

void unsetMaxServices()
Unsets the "MaxServices" element


getMinServices

int getMinServices()
Gets the "MinServices" element


xgetMinServices

org.apache.xmlbeans.XmlInt xgetMinServices()
Gets (as xml) the "MinServices" element


isSetMinServices

boolean isSetMinServices()
True if has "MinServices" element


setMinServices

void setMinServices(int minServices)
Sets the "MinServices" element


xsetMinServices

void xsetMinServices(org.apache.xmlbeans.XmlInt minServices)
Sets (as xml) the "MinServices" element


unsetMinServices

void unsetMinServices()
Unsets the "MinServices" element


getBindSpec

java.lang.String getBindSpec()
Gets the "BindSpec" element


xgetBindSpec

org.apache.xmlbeans.XmlString xgetBindSpec()
Gets (as xml) the "BindSpec" element


isSetBindSpec

boolean isSetBindSpec()
True if has "BindSpec" element


setBindSpec

void setBindSpec(java.lang.String bindSpec)
Sets the "BindSpec" element


xsetBindSpec

void xsetBindSpec(org.apache.xmlbeans.XmlString bindSpec)
Sets (as xml) the "BindSpec" element


unsetBindSpec

void unsetBindSpec()
Unsets the "BindSpec" element


getCurrCommandLine

java.lang.String getCurrCommandLine()
Gets the "CurrCommandLine" element


xgetCurrCommandLine

org.apache.xmlbeans.XmlString xgetCurrCommandLine()
Gets (as xml) the "CurrCommandLine" element


isSetCurrCommandLine

boolean isSetCurrCommandLine()
True if has "CurrCommandLine" element


setCurrCommandLine

void setCurrCommandLine(java.lang.String currCommandLine)
Sets the "CurrCommandLine" element


xsetCurrCommandLine

void xsetCurrCommandLine(org.apache.xmlbeans.XmlString currCommandLine)
Sets (as xml) the "CurrCommandLine" element


unsetCurrCommandLine

void unsetCurrCommandLine()
Unsets the "CurrCommandLine" element


getSIAHostname

java.lang.String getSIAHostname()
Gets the "SIAHostname" element


xgetSIAHostname

org.apache.xmlbeans.XmlString xgetSIAHostname()
Gets (as xml) the "SIAHostname" element


isSetSIAHostname

boolean isSetSIAHostname()
True if has "SIAHostname" element


setSIAHostname

void setSIAHostname(java.lang.String siaHostname)
Sets the "SIAHostname" element


xsetSIAHostname

void xsetSIAHostname(org.apache.xmlbeans.XmlString siaHostname)
Sets (as xml) the "SIAHostname" element


unsetSIAHostname

void unsetSIAHostname()
Unsets the "SIAHostname" element


getServerGroups

Server.ServerGroups getServerGroups()
Gets the "ServerGroups" element


isSetServerGroups

boolean isSetServerGroups()
True if has "ServerGroups" element


setServerGroups

void setServerGroups(Server.ServerGroups serverGroups)
Sets the "ServerGroups" element


addNewServerGroups

Server.ServerGroups addNewServerGroups()
Appends and returns a new empty "ServerGroups" element


unsetServerGroups

void unsetServerGroups()
Unsets the "ServerGroups" element


getHostedServices

HostedServices getHostedServices()
Gets the "HostedServices" element


isSetHostedServices

boolean isSetHostedServices()
True if has "HostedServices" element


setHostedServices

void setHostedServices(HostedServices hostedServices)
Sets the "HostedServices" element


addNewHostedServices

HostedServices addNewHostedServices()
Appends and returns a new empty "HostedServices" element


unsetHostedServices

void unsetHostedServices()
Unsets the "HostedServices" element


getConfiguredContainers

ConfiguredContainers getConfiguredContainers()
Gets the "ConfiguredContainers" element


isSetConfiguredContainers

boolean isSetConfiguredContainers()
True if has "ConfiguredContainers" element


setConfiguredContainers

void setConfiguredContainers(ConfiguredContainers configuredContainers)
Sets the "ConfiguredContainers" element


addNewConfiguredContainers

ConfiguredContainers addNewConfiguredContainers()
Appends and returns a new empty "ConfiguredContainers" element


unsetConfiguredContainers

void unsetConfiguredContainers()
Unsets the "ConfiguredContainers" element


getEnterpriseNodes

EnterpriseNodes getEnterpriseNodes()
Gets the "EnterpriseNodes" element


isSetEnterpriseNodes

boolean isSetEnterpriseNodes()
True if has "EnterpriseNodes" element


setEnterpriseNodes

void setEnterpriseNodes(EnterpriseNodes enterpriseNodes)
Sets the "EnterpriseNodes" element


addNewEnterpriseNodes

EnterpriseNodes addNewEnterpriseNodes()
Appends and returns a new empty "EnterpriseNodes" element


unsetEnterpriseNodes

void unsetEnterpriseNodes()
Unsets the "EnterpriseNodes" element


getSystemInfo

SystemInfo getSystemInfo()
Gets the "SystemInfo" element


isSetSystemInfo

boolean isSetSystemInfo()
True if has "SystemInfo" element


setSystemInfo

void setSystemInfo(SystemInfo systemInfo)
Sets the "SystemInfo" element


addNewSystemInfo

SystemInfo addNewSystemInfo()
Appends and returns a new empty "SystemInfo" element


unsetSystemInfo

void unsetSystemInfo()
Unsets the "SystemInfo" element


getStatusInfo

StatusInfo getStatusInfo()
Gets the "StatusInfo" element


isSetStatusInfo

boolean isSetStatusInfo()
True if has "StatusInfo" element


setStatusInfo

void setStatusInfo(StatusInfo statusInfo)
Sets the "StatusInfo" element


addNewStatusInfo

StatusInfo addNewStatusInfo()
Appends and returns a new empty "StatusInfo" element


unsetStatusInfo

void unsetStatusInfo()
Unsets the "StatusInfo" 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