|
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()
DetailLevelCodeType
public DetailLevelCodeType getDetailLevel(int idx)
DetailLevelCodeType
public int getDetailLevelLength()
public void setDetailLevel(DetailLevelCodeType[] values)
values
- allowed objects are
DetailLevelCodeType
protected List<DetailLevelCodeType> _getDetailLevel()
public DetailLevelCodeType setDetailLevel(int idx, DetailLevelCodeType value)
value
- allowed object is
DetailLevelCodeType
public String getErrorLanguage()
String
public void setErrorLanguage(String value)
value
- allowed object is
String
public String getMessageID()
String
public void setMessageID(String value)
value
- allowed object is
String
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getEndUserIP()
String
public void setEndUserIP(String value)
value
- allowed object is
String
public ErrorHandlingCodeType getErrorHandling()
ErrorHandlingCodeType
public void setErrorHandling(ErrorHandlingCodeType value)
value
- allowed object is
ErrorHandlingCodeType
public String getInvocationID()
String
public void setInvocationID(String value)
value
- allowed object is
String
public String[] getOutputSelector()
String
public String getOutputSelector(int idx)
String
public int getOutputSelectorLength()
public void setOutputSelector(String[] values)
values
- allowed objects are
String
protected List<String> _getOutputSelector()
public String setOutputSelector(int idx, String value)
value
- allowed object is
String
public WarningLevelCodeType getWarningLevel()
WarningLevelCodeType
public void setWarningLevel(WarningLevelCodeType value)
value
- allowed object is
WarningLevelCodeType
public BotBlockRequestType getBotBlock()
BotBlockRequestType
public void setBotBlock(BotBlockRequestType value)
value
- allowed object is
BotBlockRequestType
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.