public class ShipTo extends Object
Constructor and Description |
---|
ShipTo() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
JAXB Callback method used to reassociate the item with the owning Order.
|
String |
getAddress()
Get the address.
|
String |
getCity()
Get the city.
|
String |
getCountry()
Get the country.
|
String |
getName()
Get the name.
|
Order |
getOrder()
Get the order.
|
void |
setAddress(String address)
Set the address.
|
void |
setCity(String city)
Set the city.
|
void |
setCountry(String country)
Set the country.
|
void |
setName(String name)
Set the name.
|
void |
setOrder(Order order)
Set the order.
|
public String getName()
public void setName(String name)
name
- The name to set.public String getAddress()
public void setAddress(String address)
address
- The address to set.public String getCity()
public void setCity(String city)
city
- The city to set.public String getCountry()
public void setCountry(String country)
country
- The country to set.public Order getOrder()
public void setOrder(Order order)
order
- The order to set.public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
unmarshaller
- the JAXB Unmarshaller
.parent
- the owning Contact
instance.Copyright © 2015. All Rights Reserved.