|
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 java.util.List<java.lang.Object> |
any
|
protected BotBlockRequestType |
botBlock
|
protected java.util.List<DetailLevelCodeType> |
detailLevel
|
protected java.lang.String |
endUserIP
|
protected ErrorHandlingCodeType |
errorHandling
|
protected java.lang.String |
errorLanguage
|
protected java.lang.String |
invocationID
|
protected java.lang.String |
messageID
|
protected java.util.List<java.lang.String> |
outputSelector
|
protected java.lang.String |
version
|
protected WarningLevelCodeType |
warningLevel
|
Constructor Summary | |
---|---|
AbstractRequestType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<DetailLevelCodeType> |
_getDetailLevel()
|
protected java.util.List<java.lang.String> |
_getOutputSelector()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
BotBlockRequestType |
getBotBlock()
Gets the value of the botBlock property. |
DetailLevelCodeType[] |
getDetailLevel()
|
DetailLevelCodeType |
getDetailLevel(int idx)
|
int |
getDetailLevelLength()
|
java.lang.String |
getEndUserIP()
Gets the value of the endUserIP property. |
ErrorHandlingCodeType |
getErrorHandling()
Gets the value of the errorHandling property. |
java.lang.String |
getErrorLanguage()
Gets the value of the errorLanguage property. |
java.lang.String |
getInvocationID()
Gets the value of the invocationID property. |
java.lang.String |
getMessageID()
Gets the value of the messageID property. |
java.lang.String[] |
getOutputSelector()
|
java.lang.String |
getOutputSelector(int idx)
|
int |
getOutputSelectorLength()
|
java.lang.String |
getVersion()
Gets the value of the version property. |
WarningLevelCodeType |
getWarningLevel()
Gets the value of the warningLevel property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.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(java.lang.String value)
Sets the value of the endUserIP property. |
void |
setErrorHandling(ErrorHandlingCodeType value)
Sets the value of the errorHandling property. |
void |
setErrorLanguage(java.lang.String value)
Sets the value of the errorLanguage property. |
void |
setInvocationID(java.lang.String value)
Sets the value of the invocationID property. |
void |
setMessageID(java.lang.String value)
Sets the value of the messageID property. |
java.lang.String |
setOutputSelector(int idx,
java.lang.String value)
|
void |
setOutputSelector(java.lang.String[] values)
|
void |
setVersion(java.lang.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 java.util.List<DetailLevelCodeType> detailLevel
protected java.lang.String errorLanguage
protected java.lang.String messageID
protected java.lang.String version
protected java.lang.String endUserIP
protected ErrorHandlingCodeType errorHandling
protected java.lang.String invocationID
protected java.util.List<java.lang.String> outputSelector
protected WarningLevelCodeType warningLevel
protected BotBlockRequestType botBlock
protected java.util.List<java.lang.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 java.util.List<DetailLevelCodeType> _getDetailLevel()
public DetailLevelCodeType setDetailLevel(int idx, DetailLevelCodeType value)
value
- allowed object is
DetailLevelCodeType
public java.lang.String getErrorLanguage()
String
public void setErrorLanguage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMessageID()
String
public void setMessageID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEndUserIP()
String
public void setEndUserIP(java.lang.String value)
value
- allowed object is
String
public ErrorHandlingCodeType getErrorHandling()
ErrorHandlingCodeType
public void setErrorHandling(ErrorHandlingCodeType value)
value
- allowed object is
ErrorHandlingCodeType
public java.lang.String getInvocationID()
String
public void setInvocationID(java.lang.String value)
value
- allowed object is
String
public java.lang.String[] getOutputSelector()
String
public java.lang.String getOutputSelector(int idx)
String
public int getOutputSelectorLength()
public void setOutputSelector(java.lang.String[] values)
values
- allowed objects are
String
protected java.util.List<java.lang.String> _getOutputSelector()
public java.lang.String setOutputSelector(int idx, java.lang.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 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.