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()
USAddress
public void setShipTo(USAddress value)
value
- allowed object is
USAddress
public USAddress getBillTo()
USAddress
public void setBillTo(USAddress value)
value
- allowed object is
USAddress
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public Items getItems()
Items
public void setItems(Items value)
value
- allowed object is
Items
public XMLGregorianCalendar getOrderDate()
XMLGregorianCalendar
public void setOrderDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2012. All Rights Reserved.