public abstract class AbstractRequestType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
any |
protected java.util.List<DetailLevelCodeType> |
detailLevel |
protected java.lang.String |
errorLanguage |
protected java.lang.String |
version |
| Constructor and Description |
|---|
AbstractRequestType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAny()
Gets the value of the any property.
|
java.util.List<DetailLevelCodeType> |
getDetailLevel()
Gets the value of the detailLevel property.
|
java.lang.String |
getErrorLanguage()
Gets the value of the errorLanguage property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setAny(java.lang.Object value)
Sets the value of the any property.
|
void |
setErrorLanguage(java.lang.String value)
Sets the value of the errorLanguage property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected java.util.List<DetailLevelCodeType> detailLevel
protected java.lang.String errorLanguage
protected java.lang.String version
protected java.lang.Object any
public java.util.List<DetailLevelCodeType> getDetailLevel()
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
public java.lang.String getErrorLanguage()
Stringpublic void setErrorLanguage(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.Object getAny()
Object
Elementpublic void setAny(java.lang.Object value)
value - the value
allowed object is
Object
ElementstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.