|
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.BuyerType
public class BuyerType
This type is used by various Get calls, including GetItem and GetOrders. Only the order management calls return the BuyerTaxIdentifier container, and each call that uses BuyerType uses the ShippingAddress container a little differently.
Java class for BuyerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BuyerType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ShippingAddress" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/> <element name="BuyerTaxIdentifier" type="{urn:ebay:apis:eBLBaseComponents}TaxIdentifierType" maxOccurs="unbounded" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected List<TaxIdentifierType> |
buyerTaxIdentifier
|
protected AddressType |
shippingAddress
|
Constructor Summary | |
---|---|
BuyerType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<TaxIdentifierType> |
_getBuyerTaxIdentifier()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
TaxIdentifierType[] |
getBuyerTaxIdentifier()
|
TaxIdentifierType |
getBuyerTaxIdentifier(int idx)
|
int |
getBuyerTaxIdentifierLength()
|
AddressType |
getShippingAddress()
Gets the value of the shippingAddress property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
TaxIdentifierType |
setBuyerTaxIdentifier(int idx,
TaxIdentifierType value)
|
void |
setBuyerTaxIdentifier(TaxIdentifierType[] values)
|
void |
setShippingAddress(AddressType value)
Sets the value of the shippingAddress property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AddressType shippingAddress
protected List<TaxIdentifierType> buyerTaxIdentifier
protected List<Object> any
Constructor Detail |
---|
public BuyerType()
Method Detail |
---|
public AddressType getShippingAddress()
AddressType
public void setShippingAddress(AddressType value)
value
- allowed object is
AddressType
public TaxIdentifierType[] getBuyerTaxIdentifier()
TaxIdentifierType
public TaxIdentifierType getBuyerTaxIdentifier(int idx)
TaxIdentifierType
public int getBuyerTaxIdentifierLength()
public void setBuyerTaxIdentifier(TaxIdentifierType[] values)
values
- allowed objects are
TaxIdentifierType
protected List<TaxIdentifierType> _getBuyerTaxIdentifier()
public TaxIdentifierType setBuyerTaxIdentifier(int idx, TaxIdentifierType value)
value
- allowed object is
TaxIdentifierType
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.