|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.ErrorType
public class ErrorType
These are request errors (as opposed to system errors) that occur due to problems with business-level data (e.g., an invalid combination of arguments) that the application passed in.
Java class for ErrorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ShortMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="LongMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="UserDisplayHint" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="SeverityCode" type="{urn:ebay:apis:eBLBaseComponents}SeverityCodeType" minOccurs="0"/> <element name="ErrorParameters" type="{urn:ebay:apis:eBLBaseComponents}ErrorParameterType" maxOccurs="unbounded" minOccurs="0"/> <element name="ErrorClassification" type="{urn:ebay:apis:eBLBaseComponents}ErrorClassificationCodeType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected ErrorClassificationCodeType |
errorClassification
|
protected String |
errorCode
|
protected List<ErrorParameterType> |
errorParameters
|
protected String |
longMessage
|
protected SeverityCodeType |
severityCode
|
protected String |
shortMessage
|
protected Boolean |
userDisplayHint
|
Constructor Summary | |
---|---|
ErrorType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<ErrorParameterType> |
_getErrorParameters()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
ErrorClassificationCodeType |
getErrorClassification()
Gets the value of the errorClassification property. |
String |
getErrorCode()
Gets the value of the errorCode property. |
ErrorParameterType[] |
getErrorParameters()
|
ErrorParameterType |
getErrorParameters(int idx)
|
int |
getErrorParametersLength()
|
String |
getLongMessage()
Gets the value of the longMessage property. |
SeverityCodeType |
getSeverityCode()
Gets the value of the severityCode property. |
String |
getShortMessage()
Gets the value of the shortMessage property. |
Boolean |
isUserDisplayHint()
Gets the value of the userDisplayHint property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setErrorClassification(ErrorClassificationCodeType value)
Sets the value of the errorClassification property. |
void |
setErrorCode(String value)
Sets the value of the errorCode property. |
void |
setErrorParameters(ErrorParameterType[] values)
|
ErrorParameterType |
setErrorParameters(int idx,
ErrorParameterType value)
|
void |
setLongMessage(String value)
Sets the value of the longMessage property. |
void |
setSeverityCode(SeverityCodeType value)
Sets the value of the severityCode property. |
void |
setShortMessage(String value)
Sets the value of the shortMessage property. |
void |
setUserDisplayHint(Boolean value)
Sets the value of the userDisplayHint property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String shortMessage
protected String longMessage
protected String errorCode
protected Boolean userDisplayHint
protected SeverityCodeType severityCode
protected List<ErrorParameterType> errorParameters
protected ErrorClassificationCodeType errorClassification
protected List<Object> any
Constructor Detail |
---|
public ErrorType()
Method Detail |
---|
public String getShortMessage()
String
public void setShortMessage(String value)
value
- allowed object is
String
public String getLongMessage()
String
public void setLongMessage(String value)
value
- allowed object is
String
public String getErrorCode()
String
public void setErrorCode(String value)
value
- allowed object is
String
public Boolean isUserDisplayHint()
Boolean
public void setUserDisplayHint(Boolean value)
value
- allowed object is
Boolean
public SeverityCodeType getSeverityCode()
SeverityCodeType
public void setSeverityCode(SeverityCodeType value)
value
- allowed object is
SeverityCodeType
public ErrorParameterType[] getErrorParameters()
ErrorParameterType
public ErrorParameterType getErrorParameters(int idx)
ErrorParameterType
public int getErrorParametersLength()
public void setErrorParameters(ErrorParameterType[] values)
values
- allowed objects are
ErrorParameterType
protected List<ErrorParameterType> _getErrorParameters()
public ErrorParameterType setErrorParameters(int idx, ErrorParameterType value)
value
- allowed object is
ErrorParameterType
public ErrorClassificationCodeType getErrorClassification()
ErrorClassificationCodeType
public void setErrorClassification(ErrorClassificationCodeType value)
value
- allowed object is
ErrorClassificationCodeType
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.