com.businessobjects.dsws.biplatform
Interface ServerCommand


public interface ServerCommand

An XML ServerCommand(@http://biplatform.dsws.businessobjects.com/2007/06/01). This is an atomic type that is a restriction of com.businessobjects.dsws.biplatform.ServerCommand.


Nested Class Summary
static class ServerCommand.Enum
          Enumeration value class for com.businessobjects.dsws.biplatform.ServerCommand.
static class ServerCommand.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static ServerCommand.Enum DISABLE
           
static ServerCommand.Enum ENABLE
           
static int INT_DISABLE
           
static int INT_ENABLE
           
static int INT_RESTART
           
static int INT_START
           
static int INT_STOP
           
static ServerCommand.Enum RESTART
           
static ServerCommand.Enum START
           
static ServerCommand.Enum STOP
           
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
           
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
           
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

START

static final ServerCommand.Enum START

STOP

static final ServerCommand.Enum STOP

RESTART

static final ServerCommand.Enum RESTART

ENABLE

static final ServerCommand.Enum ENABLE

DISABLE

static final ServerCommand.Enum DISABLE

INT_START

static final int INT_START
See Also:
Constant Field Values

INT_STOP

static final int INT_STOP
See Also:
Constant Field Values

INT_RESTART

static final int INT_RESTART
See Also:
Constant Field Values

INT_ENABLE

static final int INT_ENABLE
See Also:
Constant Field Values

INT_DISABLE

static final int INT_DISABLE
See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)