|
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.AbstractRequestType
public abstract class AbstractRequestType
Base type definition of the request payload, which can carry any type of payload content plus optional versioning information and detail level requirements. All concrete request types (e.g., AddItemRequestType) are derived from the abstract request type. The naming convention we use for the concrete type names is the name of the service (the verb or call name) followed by "RequestType": VerbNameRequestType
Java class for AbstractRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DetailLevel" type="{urn:ebay:apis:eBLBaseComponents}DetailLevelCodeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ErrorLanguage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MessageID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EndUserIP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ErrorHandling" type="{urn:ebay:apis:eBLBaseComponents}ErrorHandlingCodeType" minOccurs="0"/>
<element name="InvocationID" type="{urn:ebay:apis:eBLBaseComponents}UUIDType" minOccurs="0"/>
<element name="OutputSelector" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="WarningLevel" type="{urn:ebay:apis:eBLBaseComponents}WarningLevelCodeType" minOccurs="0"/>
<element name="BotBlock" type="{urn:ebay:apis:eBLBaseComponents}BotBlockRequestType" minOccurs="0"/>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
any
|
protected BotBlockRequestType |
botBlock
|
protected List<DetailLevelCodeType> |
detailLevel
|
protected String |
endUserIP
|
protected ErrorHandlingCodeType |
errorHandling
|
protected String |
errorLanguage
|
protected String |
invocationID
|
protected String |
messageID
|
protected List<String> |
outputSelector
|
protected String |
version
|
protected WarningLevelCodeType |
warningLevel
|
| Constructor Summary | |
|---|---|
AbstractRequestType()
|
|
| Method Summary | |
|---|---|
protected List<Object> |
_getAny()
|
protected List<DetailLevelCodeType> |
_getDetailLevel()
|
protected List<String> |
_getOutputSelector()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
BotBlockRequestType |
getBotBlock()
Gets the value of the botBlock property. |
DetailLevelCodeType[] |
getDetailLevel()
|
DetailLevelCodeType |
getDetailLevel(int idx)
|
int |
getDetailLevelLength()
|
String |
getEndUserIP()
Gets the value of the endUserIP property. |
ErrorHandlingCodeType |
getErrorHandling()
Gets the value of the errorHandling property. |
String |
getErrorLanguage()
Gets the value of the errorLanguage property. |
String |
getInvocationID()
Gets the value of the invocationID property. |
String |
getMessageID()
Gets the value of the messageID property. |
String[] |
getOutputSelector()
|
String |
getOutputSelector(int idx)
|
int |
getOutputSelectorLength()
|
String |
getVersion()
Gets the value of the version property. |
WarningLevelCodeType |
getWarningLevel()
Gets the value of the warningLevel property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setBotBlock(BotBlockRequestType value)
Sets the value of the botBlock property. |
void |
setDetailLevel(DetailLevelCodeType[] values)
|
DetailLevelCodeType |
setDetailLevel(int idx,
DetailLevelCodeType value)
|
void |
setEndUserIP(String value)
Sets the value of the endUserIP property. |
void |
setErrorHandling(ErrorHandlingCodeType value)
Sets the value of the errorHandling property. |
void |
setErrorLanguage(String value)
Sets the value of the errorLanguage property. |
void |
setInvocationID(String value)
Sets the value of the invocationID property. |
void |
setMessageID(String value)
Sets the value of the messageID property. |
String |
setOutputSelector(int idx,
String value)
|
void |
setOutputSelector(String[] values)
|
void |
setVersion(String value)
Sets the value of the version property. |
void |
setWarningLevel(WarningLevelCodeType value)
Sets the value of the warningLevel property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DetailLevelCodeType> detailLevel
protected String errorLanguage
protected String messageID
protected String version
protected String endUserIP
protected ErrorHandlingCodeType errorHandling
protected String invocationID
protected List<String> outputSelector
protected WarningLevelCodeType warningLevel
protected BotBlockRequestType botBlock
protected List<Object> any
| Constructor Detail |
|---|
public AbstractRequestType()
| Method Detail |
|---|
public DetailLevelCodeType[] getDetailLevel()
DetailLevelCodeTypepublic DetailLevelCodeType getDetailLevel(int idx)
DetailLevelCodeTypepublic int getDetailLevelLength()
public void setDetailLevel(DetailLevelCodeType[] values)
values - allowed objects are
DetailLevelCodeTypeprotected List<DetailLevelCodeType> _getDetailLevel()
public DetailLevelCodeType setDetailLevel(int idx,
DetailLevelCodeType value)
value - allowed object is
DetailLevelCodeTypepublic String getErrorLanguage()
Stringpublic void setErrorLanguage(String value)
value - allowed object is
Stringpublic String getMessageID()
Stringpublic void setMessageID(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getEndUserIP()
Stringpublic void setEndUserIP(String value)
value - allowed object is
Stringpublic ErrorHandlingCodeType getErrorHandling()
ErrorHandlingCodeTypepublic void setErrorHandling(ErrorHandlingCodeType value)
value - allowed object is
ErrorHandlingCodeTypepublic String getInvocationID()
Stringpublic void setInvocationID(String value)
value - allowed object is
Stringpublic String[] getOutputSelector()
Stringpublic String getOutputSelector(int idx)
Stringpublic int getOutputSelectorLength()
public void setOutputSelector(String[] values)
values - allowed objects are
Stringprotected List<String> _getOutputSelector()
public String setOutputSelector(int idx,
String value)
value - allowed object is
Stringpublic WarningLevelCodeType getWarningLevel()
WarningLevelCodeTypepublic void setWarningLevel(WarningLevelCodeType value)
value - allowed object is
WarningLevelCodeTypepublic BotBlockRequestType getBotBlock()
BotBlockRequestTypepublic void setBotBlock(BotBlockRequestType value)
value - allowed object is
BotBlockRequestTypepublic Object[] getAny()
Object
Elementpublic Object getAny(int idx)
Object
Elementpublic int getAnyLength()
public void setAny(Object[] values)
values - allowed objects are
Object
Elementprotected List<Object> _getAny()
public Object setAny(int idx,
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.