|
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 java.util.List<java.lang.Object> |
any
|
protected java.util.List<TaxIdentifierType> |
buyerTaxIdentifier
|
protected AddressType |
shippingAddress
|
Constructor Summary | |
---|---|
BuyerType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<TaxIdentifierType> |
_getBuyerTaxIdentifier()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
TaxIdentifierType[] |
getBuyerTaxIdentifier()
|
TaxIdentifierType |
getBuyerTaxIdentifier(int idx)
|
int |
getBuyerTaxIdentifierLength()
|
AddressType |
getShippingAddress()
Gets the value of the shippingAddress property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.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 java.util.List<TaxIdentifierType> buyerTaxIdentifier
protected java.util.List<java.lang.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 java.util.List<TaxIdentifierType> _getBuyerTaxIdentifier()
public TaxIdentifierType setBuyerTaxIdentifier(int idx, TaxIdentifierType value)
value
- allowed object is
TaxIdentifierType
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.