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

Packages that use DeletionScopeType
org.oasis.ebxml.registry.bindings.rs   
org.oasis.ebxml.registry.bindings.rs.types   
 

Uses of DeletionScopeType in org.oasis.ebxml.registry.bindings.rs
 

Methods in org.oasis.ebxml.registry.bindings.rs that return DeletionScopeType
 DeletionScopeType RemoveObjectsRequest.getDeletionScope()
          Returns the value of field 'deletionScope'.
 

Methods in org.oasis.ebxml.registry.bindings.rs with parameters of type DeletionScopeType
 void RemoveObjectsRequest.setDeletionScope(DeletionScopeType deletionScope)
          Sets the value of field 'deletionScope'.
 

Uses of DeletionScopeType in org.oasis.ebxml.registry.bindings.rs.types
 

Fields in org.oasis.ebxml.registry.bindings.rs.types declared as DeletionScopeType
static DeletionScopeType DeletionScopeType.DELETEALL
          The instance of the DeleteAll type
static DeletionScopeType DeletionScopeType.DELETEREPOSITORYITEMONLY
          The instance of the DeleteRepositoryItemOnly type
 

Methods in org.oasis.ebxml.registry.bindings.rs.types that return DeletionScopeType
static DeletionScopeType DeletionScopeType.valueOf(java.lang.String string)
          Returns a new DeletionScopeType based on the given String value.