| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.AbstractRequestType |
Known Indirect Subclasses
|
Base type definition of request payload that can carry any type of payload content with optional versioning information and detail level requirements.
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="Version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<any processContents='lax' namespace='' minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| any | |||||||||||
| detailLevel | |||||||||||
| errorLanguage | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the any property.
| |||||||||||
Gets the value of the detailLevel property.
| |||||||||||
Gets the value of the errorLanguage property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the any property.
| |||||||||||
Sets the value of the errorLanguage property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the any property.
Gets the value of the detailLevel property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the detailLevel property.
For example, to add a new item, do as follows:
getDetailLevel().add(newItem);
Objects of the following type(s) are allowed in the list
DetailLevelCodeType
Gets the value of the errorLanguage property.
Gets the value of the version property.
Sets the value of the any property.
| value | Allowed object is Object Element |
|---|
Sets the value of the errorLanguage property.
| value | Allowed object is String |
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|