public class BuyerType
extends java.lang.Object
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 ref="{urn:ebay:apis:eBLBaseComponents}ShippingAddress" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AddressType |
shippingAddress |
| Constructor and Description |
|---|
BuyerType() |
| Modifier and Type | Method and Description |
|---|---|
AddressType |
getShippingAddress()
Gets the value of the shippingAddress property.
|
void |
setShippingAddress(AddressType value)
Sets the value of the shippingAddress property.
|
protected AddressType shippingAddress
public AddressType getShippingAddress()
AddressTypepublic void setShippingAddress(AddressType value)
value - the value
allowed object is
AddressTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.