com.businessobjects.enterprise.server
Class Server.ServerGroups.Factory

java.lang.Object
  extended by com.businessobjects.enterprise.server.Server.ServerGroups.Factory
Enclosing interface:
Server.ServerGroups

public static final class Server.ServerGroups.Factory
extends java.lang.Object

A class with methods for creating instances of the ServerGroups type.


Method Summary
static Server.ServerGroups newInstance()
          Creates an empty instance of the ServerGroups type.
static Server.ServerGroups newInstance(org.apache.xmlbeans.XmlOptions options)
          Internal Use Only.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static Server.ServerGroups newInstance()
Creates an empty instance of the ServerGroups type.

Returns:
ServerGroups instance.

newInstance

public static Server.ServerGroups newInstance(org.apache.xmlbeans.XmlOptions options)
Internal Use Only.