Uses of Class
com.ebay.api.eBLBaseComponents.SeverityCodeType

Packages that use SeverityCodeType
com.ebay.api.eBLBaseComponents   
 

Uses of SeverityCodeType in com.ebay.api.eBLBaseComponents
 

Fields in com.ebay.api.eBLBaseComponents declared as SeverityCodeType
static SeverityCodeType SeverityCodeType.Warning
           
static SeverityCodeType SeverityCodeType.Error
           
static SeverityCodeType SeverityCodeType.CustomCode
           
 

Methods in com.ebay.api.eBLBaseComponents that return SeverityCodeType
static SeverityCodeType SeverityCodeType.fromValue(org.apache.axis.types.Token value)
           
static SeverityCodeType SeverityCodeType.fromString(java.lang.String value)
           
 SeverityCodeType ErrorType.getSeverityCode()
           
 

Methods in com.ebay.api.eBLBaseComponents with parameters of type SeverityCodeType
 void ErrorType.setSeverityCode(SeverityCodeType severityCode)