Uses of Class
org.oasis.ebxml.registry.bindings.rim.types.StatusType

Packages that use StatusType
org.oasis.ebxml.registry.bindings.rim   
org.oasis.ebxml.registry.bindings.rim.types   
 

Uses of StatusType in org.oasis.ebxml.registry.bindings.rim
 

Methods in org.oasis.ebxml.registry.bindings.rim that return StatusType
 StatusType RegistryEntryType.getStatus()
          Returns the value of field 'status'.
 

Methods in org.oasis.ebxml.registry.bindings.rim with parameters of type StatusType
 void RegistryEntryType.setStatus(StatusType status)
          Sets the value of field 'status'.
 

Uses of StatusType in org.oasis.ebxml.registry.bindings.rim.types
 

Fields in org.oasis.ebxml.registry.bindings.rim.types declared as StatusType
static StatusType StatusType.SUBMITTED
          The instance of the Submitted type
static StatusType StatusType.APPROVED
          The instance of the Approved type
static StatusType StatusType.DEPRECATED
          The instance of the Deprecated type
static StatusType StatusType.WITHDRAWN
          The instance of the Withdrawn type
 

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