|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.resteasy.test.providers.jaxb.generated.po.PurchaseOrderType
public class PurchaseOrderType
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>
| Field Summary | |
|---|---|
protected USAddress |
billTo
|
protected java.lang.String |
comment
|
protected Items |
items
|
protected javax.xml.datatype.XMLGregorianCalendar |
orderDate
|
protected USAddress |
shipTo
|
| Constructor Summary | |
|---|---|
PurchaseOrderType()
|
|
| Method Summary | |
|---|---|
USAddress |
getBillTo()
Gets the value of the billTo property. |
java.lang.String |
getComment()
Gets the value of the comment property. |
Items |
getItems()
Gets the value of the items property. |
javax.xml.datatype.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(java.lang.String value)
Sets the value of the comment property. |
void |
setItems(Items value)
Sets the value of the items property. |
void |
setOrderDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the orderDate property. |
void |
setShipTo(USAddress value)
Sets the value of the shipTo property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected USAddress shipTo
protected USAddress billTo
protected java.lang.String comment
protected Items items
protected javax.xml.datatype.XMLGregorianCalendar orderDate
| Constructor Detail |
|---|
public PurchaseOrderType()
| Method Detail |
|---|
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 java.lang.String getComment()
Stringpublic void setComment(java.lang.String value)
value - allowed object is
Stringpublic Items getItems()
Itemspublic void setItems(Items value)
value - allowed object is
Itemspublic javax.xml.datatype.XMLGregorianCalendar getOrderDate()
XMLGregorianCalendarpublic void setOrderDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||