com.businessobjects.enterprise.servergroup
Interface ServerGroup

All Superinterfaces:
InfoObject

public interface ServerGroup
extends InfoObject

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


Nested Class Summary
static class ServerGroup.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 CustomProperties addNewCustomProperties()
          Appends and returns a new empty "CustomProperties" element
 MemberServers addNewMemberServers()
          Appends and returns a new empty "MemberServers" element
 ServerGroups addNewServerGroups()
          Appends and returns a new empty "ServerGroups" element
 Servers addNewServers()
          Appends and returns a new empty "Servers" element
 SubGroups addNewSubGroups()
          Appends and returns a new empty "SubGroups" element
 SubServerGroups addNewSubServerGroups()
          Appends and returns a new empty "SubServerGroups" element
 CustomProperties getCustomProperties()
          Gets the "CustomProperties" element
 MemberServers getMemberServers()
          Gets the "MemberServers" element
 boolean getServerGroupHasChildren()
          Gets the "ServerGroupHasChildren" element
 ServerGroups getServerGroups()
          Gets the "ServerGroups" element
 Servers getServers()
          Gets the "Servers" element
 SubGroups getSubGroups()
          Gets the "SubGroups" element
 SubServerGroups getSubServerGroups()
          Gets the "SubServerGroups" element
 boolean isSetCustomProperties()
          True if has "CustomProperties" element
 boolean isSetMemberServers()
          True if has "MemberServers" element
 boolean isSetServerGroupHasChildren()
          True if has "ServerGroupHasChildren" element
 boolean isSetServerGroups()
          True if has "ServerGroups" element
 boolean isSetServers()
          True if has "Servers" element
 boolean isSetSubGroups()
          True if has "SubGroups" element
 boolean isSetSubServerGroups()
          True if has "SubServerGroups" element
 void setCustomProperties(CustomProperties customProperties)
          Sets the "CustomProperties" element
 void setMemberServers(MemberServers memberServers)
          Sets the "MemberServers" element
 void setServerGroupHasChildren(boolean serverGroupHasChildren)
          Sets the "ServerGroupHasChildren" element
 void setServerGroups(ServerGroups serverGroups)
          Sets the "ServerGroups" element
 void setServers(Servers servers)
          Sets the "Servers" element
 void setSubGroups(SubGroups subGroups)
          Sets the "SubGroups" element
 void setSubServerGroups(SubServerGroups subServerGroups)
          Sets the "SubServerGroups" element
 void unsetCustomProperties()
          Unsets the "CustomProperties" element
 void unsetMemberServers()
          Unsets the "MemberServers" element
 void unsetServerGroupHasChildren()
          Unsets the "ServerGroupHasChildren" element
 void unsetServerGroups()
          Unsets the "ServerGroups" element
 void unsetServers()
          Unsets the "Servers" element
 void unsetSubGroups()
          Unsets the "SubGroups" element
 void unsetSubServerGroups()
          Unsets the "SubServerGroups" element
 org.apache.xmlbeans.XmlBoolean xgetServerGroupHasChildren()
          Gets (as xml) the "ServerGroupHasChildren" element
 void xsetServerGroupHasChildren(org.apache.xmlbeans.XmlBoolean serverGroupHasChildren)
          Sets (as xml) the "ServerGroupHasChildren" 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

getSubGroups

SubGroups getSubGroups()
Gets the "SubGroups" element


isSetSubGroups

boolean isSetSubGroups()
True if has "SubGroups" element


setSubGroups

void setSubGroups(SubGroups subGroups)
Sets the "SubGroups" element


addNewSubGroups

SubGroups addNewSubGroups()
Appends and returns a new empty "SubGroups" element


unsetSubGroups

void unsetSubGroups()
Unsets the "SubGroups" element


getSubServerGroups

SubServerGroups getSubServerGroups()
Gets the "SubServerGroups" element


isSetSubServerGroups

boolean isSetSubServerGroups()
True if has "SubServerGroups" element


setSubServerGroups

void setSubServerGroups(SubServerGroups subServerGroups)
Sets the "SubServerGroups" element


addNewSubServerGroups

SubServerGroups addNewSubServerGroups()
Appends and returns a new empty "SubServerGroups" element


unsetSubServerGroups

void unsetSubServerGroups()
Unsets the "SubServerGroups" element


getServerGroups

ServerGroups getServerGroups()
Gets the "ServerGroups" element


isSetServerGroups

boolean isSetServerGroups()
True if has "ServerGroups" element


setServerGroups

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


addNewServerGroups

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


unsetServerGroups

void unsetServerGroups()
Unsets the "ServerGroups" element


getServers

Servers getServers()
Gets the "Servers" element


isSetServers

boolean isSetServers()
True if has "Servers" element


setServers

void setServers(Servers servers)
Sets the "Servers" element


addNewServers

Servers addNewServers()
Appends and returns a new empty "Servers" element


unsetServers

void unsetServers()
Unsets the "Servers" element


getMemberServers

MemberServers getMemberServers()
Gets the "MemberServers" element


isSetMemberServers

boolean isSetMemberServers()
True if has "MemberServers" element


setMemberServers

void setMemberServers(MemberServers memberServers)
Sets the "MemberServers" element


addNewMemberServers

MemberServers addNewMemberServers()
Appends and returns a new empty "MemberServers" element


unsetMemberServers

void unsetMemberServers()
Unsets the "MemberServers" element


getServerGroupHasChildren

boolean getServerGroupHasChildren()
Gets the "ServerGroupHasChildren" element


xgetServerGroupHasChildren

org.apache.xmlbeans.XmlBoolean xgetServerGroupHasChildren()
Gets (as xml) the "ServerGroupHasChildren" element


isSetServerGroupHasChildren

boolean isSetServerGroupHasChildren()
True if has "ServerGroupHasChildren" element


setServerGroupHasChildren

void setServerGroupHasChildren(boolean serverGroupHasChildren)
Sets the "ServerGroupHasChildren" element


xsetServerGroupHasChildren

void xsetServerGroupHasChildren(org.apache.xmlbeans.XmlBoolean serverGroupHasChildren)
Sets (as xml) the "ServerGroupHasChildren" element


unsetServerGroupHasChildren

void unsetServerGroupHasChildren()
Unsets the "ServerGroupHasChildren" 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