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

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

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

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

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

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

Fields in org.oasis.ebxml.registry.bindings.rs.types declared as StatusType
static StatusType StatusType.SUCCESS
          The instance of the Success type
static StatusType StatusType.FAILURE
          The instance of the Failure type
static StatusType StatusType.UNAVAILABLE
          The instance of the Unavailable type
 

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