|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.resteasy.test.providers.jaxb.data.ShipTo
public class ShipTo
A ShipTo.
| Constructor Summary | |
|---|---|
ShipTo()
|
|
| Method Summary | |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
JAXB Callback method used to reassociate the item with the owning Order. |
java.lang.String |
getAddress()
Get the address. |
java.lang.String |
getCity()
Get the city. |
java.lang.String |
getCountry()
Get the country. |
java.lang.String |
getName()
Get the name. |
Order |
getOrder()
Get the order. |
void |
setAddress(java.lang.String address)
Set the address. |
void |
setCity(java.lang.String city)
Set the city. |
void |
setCountry(java.lang.String country)
Set the country. |
void |
setName(java.lang.String name)
Set the name. |
void |
setOrder(Order order)
Set the order. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShipTo()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.public java.lang.String getAddress()
public void setAddress(java.lang.String address)
address - The address to set.public java.lang.String getCity()
public void setCity(java.lang.String city)
city - The city to set.public java.lang.String getCountry()
public void setCountry(java.lang.String country)
country - The country to set.public Order getOrder()
public void setOrder(Order order)
order - The order to set.
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
unmarshaller - the JAXB Unmarshaller.parent - the owning Contact instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||