public class PurchaseOrderType extends Object
Java class for PurchaseOrderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PurchaseOrderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="shipTo" type="{http://jboss.org/resteasy/test/providers/jaxb/generated/po}USAddress"/>
<element name="billTo" type="{http://jboss.org/resteasy/test/providers/jaxb/generated/po}USAddress"/>
<element ref="{http://jboss.org/resteasy/test/providers/jaxb/generated/po}comment" minOccurs="0"/>
<element name="items" type="{http://jboss.org/resteasy/test/providers/jaxb/generated/po}Items"/>
</sequence>
<attribute name="orderDate" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected USAddress |
billTo |
protected String |
comment |
protected Items |
items |
protected XMLGregorianCalendar |
orderDate |
protected USAddress |
shipTo |
| Constructor and Description |
|---|
PurchaseOrderType() |
| Modifier and Type | Method and Description |
|---|---|
USAddress |
getBillTo()
Gets the value of the billTo property.
|
String |
getComment()
Gets the value of the comment property.
|
Items |
getItems()
Gets the value of the items property.
|
XMLGregorianCalendar |
getOrderDate()
Gets the value of the orderDate property.
|
USAddress |
getShipTo()
Gets the value of the shipTo property.
|
void |
setBillTo(USAddress value)
Sets the value of the billTo property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setItems(Items value)
Sets the value of the items property.
|
void |
setOrderDate(XMLGregorianCalendar value)
Sets the value of the orderDate property.
|
void |
setShipTo(USAddress value)
Sets the value of the shipTo property.
|
protected USAddress shipTo
protected USAddress billTo
protected String comment
protected Items items
protected XMLGregorianCalendar orderDate
public USAddress getShipTo()
USAddresspublic void setShipTo(USAddress value)
value - allowed object is
USAddresspublic USAddress getBillTo()
USAddresspublic void setBillTo(USAddress value)
value - allowed object is
USAddresspublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic Items getItems()
Itemspublic void setItems(Items value)
value - allowed object is
Itemspublic XMLGregorianCalendar getOrderDate()
XMLGregorianCalendarpublic void setOrderDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2013. All Rights Reserved.