background image

PurchaseOrderType Class

<< ObjectFactory Class | Basic JAXB Examples >>
<< ObjectFactory Class | Basic JAXB Examples >>

PurchaseOrderType Class

PurchaseOrderType
Class
In PurchaseOrderType.java:
The PurchaseOrderType class is part of the primer.po package.
Content in instantiations of this class binds to the XML schema child element named
PurchaseOrderType
.
PurchaseOrderType
is a public interface that provides the following methods:
getItems();
setItems(primer.po.Items value);
getOrderDate();
setOrderDate(java.util.Calendar value);
getComment();
setComment(java.lang.String value);
getBillTo();
setBillTo(primer.po.USAddress value);
getShipTo();
setShipTo(primer.po.USAddress value);
USAddress
Class
In USAddress.java:
The USAddress class is part of the primer.po package.
Content in instantiations of this class binds to the XML schema element named USAddress.
USAddress
is a public interface that provides the following methods:
getState();
setState(String value);
getZip();
setZip(java.math.BigDecimal value);
getCountry();
setCountry(String value);
getCity();
setCity(String value);
getStreet();
setStreet(String value);
getName();
setName(String value);
JAXB Examples
The Java EE 5 Tutorial · September 2007
510