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

Packages that use ErrorParameterType
com.ebay.api.eBLBaseComponents   
 

Uses of ErrorParameterType in com.ebay.api.eBLBaseComponents
 

Methods in com.ebay.api.eBLBaseComponents that return ErrorParameterType
 ErrorParameterType[] ErrorType.getErrorParameters()
           
 ErrorParameterType ErrorType.getErrorParameters(int i)
           
 

Methods in com.ebay.api.eBLBaseComponents with parameters of type ErrorParameterType
 void ErrorType.setErrorParameters(ErrorParameterType[] errorParameters)
           
 void ErrorType.setErrorParameters(int i, ErrorParameterType value)