org.oasis.ebxml.registry.bindings.rs.types
Class DeletionScopeType

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.rs.types.DeletionScopeType
All Implemented Interfaces:
java.io.Serializable

public class DeletionScopeType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static DeletionScopeType DELETEALL
          The instance of the DeleteAll type
static int DELETEALL_TYPE
          The DeleteAll type
static DeletionScopeType DELETEREPOSITORYITEMONLY
          The instance of the DeleteRepositoryItemOnly type
static int DELETEREPOSITORYITEMONLY_TYPE
          The DeleteRepositoryItemOnly type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of DeletionScopeType
 int getType()
          Returns the type of this DeletionScopeType
 java.lang.String toString()
          Returns the String representation of this DeletionScopeType
static DeletionScopeType valueOf(java.lang.String string)
          Returns a new DeletionScopeType based on the given String value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DELETEALL_TYPE

public static final int DELETEALL_TYPE
The DeleteAll type

See Also:
Constant Field Values

DELETEALL

public static final DeletionScopeType DELETEALL
The instance of the DeleteAll type


DELETEREPOSITORYITEMONLY_TYPE

public static final int DELETEREPOSITORYITEMONLY_TYPE
The DeleteRepositoryItemOnly type

See Also:
Constant Field Values

DELETEREPOSITORYITEMONLY

public static final DeletionScopeType DELETEREPOSITORYITEMONLY
The instance of the DeleteRepositoryItemOnly type

Method Detail

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of DeletionScopeType


getType

public int getType()
Returns the type of this DeletionScopeType


toString

public java.lang.String toString()
Returns the String representation of this DeletionScopeType


valueOf

public static DeletionScopeType valueOf(java.lang.String string)
Returns a new DeletionScopeType based on the given String value.

Parameters:
string -