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

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

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

Methods in org.oasis.ebxml.registry.bindings.rs that return ErrorType
 ErrorType RegistryErrorList.getHighestSeverity()
          Returns the value of field 'highestSeverity'.
 ErrorType RegistryError.getSeverity()
          Returns the value of field 'severity'.
 

Methods in org.oasis.ebxml.registry.bindings.rs with parameters of type ErrorType
 void RegistryErrorList.setHighestSeverity(ErrorType highestSeverity)
          Sets the value of field 'highestSeverity'.
 void RegistryError.setSeverity(ErrorType severity)
          Sets the value of field 'severity'.
 

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

Fields in org.oasis.ebxml.registry.bindings.rs.types declared as ErrorType
static ErrorType ErrorType.WARNING
          The instance of the Warning type
static ErrorType ErrorType.ERROR
          The instance of the Error type
 

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