|
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 java.util.List<java.lang.Object> |
any
|
protected ErrorClassificationCodeType |
errorClassification
|
protected java.lang.String |
errorCode
|
protected java.util.List<ErrorParameterType> |
errorParameters
|
protected java.lang.String |
longMessage
|
protected SeverityCodeType |
severityCode
|
protected java.lang.String |
shortMessage
|
protected java.lang.Boolean |
userDisplayHint
|
Constructor Summary | |
---|---|
ErrorType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<ErrorParameterType> |
_getErrorParameters()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
ErrorClassificationCodeType |
getErrorClassification()
Gets the value of the errorClassification property. |
java.lang.String |
getErrorCode()
Gets the value of the errorCode property. |
ErrorParameterType[] |
getErrorParameters()
|
ErrorParameterType |
getErrorParameters(int idx)
|
int |
getErrorParametersLength()
|
java.lang.String |
getLongMessage()
Gets the value of the longMessage property. |
SeverityCodeType |
getSeverityCode()
Gets the value of the severityCode property. |
java.lang.String |
getShortMessage()
Gets the value of the shortMessage property. |
java.lang.Boolean |
isUserDisplayHint()
Gets the value of the userDisplayHint property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setErrorClassification(ErrorClassificationCodeType value)
Sets the value of the errorClassification property. |
void |
setErrorCode(java.lang.String value)
Sets the value of the errorCode property. |
void |
setErrorParameters(ErrorParameterType[] values)
|
ErrorParameterType |
setErrorParameters(int idx,
ErrorParameterType value)
|
void |
setLongMessage(java.lang.String value)
Sets the value of the longMessage property. |
void |
setSeverityCode(SeverityCodeType value)
Sets the value of the severityCode property. |
void |
setShortMessage(java.lang.String value)
Sets the value of the shortMessage property. |
void |
setUserDisplayHint(java.lang.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 java.lang.String shortMessage
protected java.lang.String longMessage
protected java.lang.String errorCode
protected java.lang.Boolean userDisplayHint
protected SeverityCodeType severityCode
protected java.util.List<ErrorParameterType> errorParameters
protected ErrorClassificationCodeType errorClassification
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public ErrorType()
Method Detail |
---|
public java.lang.String getShortMessage()
String
public void setShortMessage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLongMessage()
String
public void setLongMessage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getErrorCode()
String
public void setErrorCode(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isUserDisplayHint()
Boolean
public void setUserDisplayHint(java.lang.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 java.util.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 java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Object
Element
|
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.