|
||||||||||
| 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.Order
public class Order
A Order.
| Constructor Summary | |
|---|---|
Order()
|
|
| Method Summary | |
|---|---|
void |
addItem(Item item)
FIXME Comment this |
Item |
getItem(int index)
|
List<Item> |
getItems()
Get the item. |
String |
getOrderid()
Get the orderid. |
String |
getPerson()
Get the person. |
ShipTo |
getShipto()
Get the shipto. |
Item |
removeItem(int index)
FIXME Comment this |
void |
removeItem(Item item)
FIXME Comment this |
void |
setItems(List<Item> items)
Set the item. |
void |
setOrderid(String orderid)
Set the orderid. |
void |
setPerson(String person)
Set the person. |
void |
setShipto(ShipTo shipto)
Set the shipto. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Order()
| Method Detail |
|---|
public String getPerson()
public void setPerson(String person)
person - The person to set.public ShipTo getShipto()
public void setShipto(ShipTo shipto)
shipto - The shipto to set.public void addItem(Item item)
item - public List<Item> getItems()
public Item getItem(int index)
public void removeItem(Item item)
item - public Item removeItem(int index)
index -
public void setItems(List<Item> items)
item - The item to set.public String getOrderid()
public void setOrderid(String orderid)
orderid - The orderid to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||