org.jboss.resteasy.test.providers.jaxb.generated.po
Class PurchaseOrderType

java.lang.Object
  extended by org.jboss.resteasy.test.providers.jaxb.generated.po.PurchaseOrderType

public class PurchaseOrderType
extends java.lang.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>
 


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

shipTo

protected USAddress shipTo

billTo

protected USAddress billTo

comment

protected java.lang.String comment

items

protected Items items

orderDate

protected javax.xml.datatype.XMLGregorianCalendar orderDate
Constructor Detail

PurchaseOrderType

public PurchaseOrderType()
Method Detail

getShipTo

public USAddress getShipTo()
Gets the value of the shipTo property.

Returns:
possible object is USAddress

setShipTo

public void setShipTo(USAddress value)
Sets the value of the shipTo property.

Parameters:
value - allowed object is USAddress

getBillTo

public USAddress getBillTo()
Gets the value of the billTo property.

Returns:
possible object is USAddress

setBillTo

public void setBillTo(USAddress value)
Sets the value of the billTo property.

Parameters:
value - allowed object is USAddress

getComment

public java.lang.String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(java.lang.String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getItems

public Items getItems()
Gets the value of the items property.

Returns:
possible object is Items

setItems

public void setItems(Items value)
Sets the value of the items property.

Parameters:
value - allowed object is Items

getOrderDate

public javax.xml.datatype.XMLGregorianCalendar getOrderDate()
Gets the value of the orderDate property.

Returns:
possible object is XMLGregorianCalendar

setOrderDate

public void setOrderDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the orderDate property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2008. All Rights Reserved.