|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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)
|
java.util.List<Item> |
getItems()
Get the item. |
java.lang.String |
getOrderid()
Get the orderid. |
java.lang.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(java.util.List<Item> items)
Set the item. |
void |
setOrderid(java.lang.String orderid)
Set the orderid. |
void |
setPerson(java.lang.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 java.lang.String getPerson()
public void setPerson(java.lang.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 java.util.List<Item> getItems()
public Item getItem(int index)
public void removeItem(Item item)
item
- public Item removeItem(int index)
index
-
public void setItems(java.util.List<Item> items)
item
- The item to set.public java.lang.String getOrderid()
public void setOrderid(java.lang.String orderid)
orderid
- The orderid to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |