Samples JDK
List of all members | Public Member Functions
com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl Class Reference
Inheritance diagram for com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl:
com.freemindcafe.purchase2.PurchaseOrderType

Public Member Functions

 PurchaseOrderTypeImpl (org.apache.xmlbeans.SchemaType sType)
 
com.freemindcafe.purchase2.USAddress getShipTo ()
 
void setShipTo (com.freemindcafe.purchase2.USAddress shipTo)
 
com.freemindcafe.purchase2.USAddress addNewShipTo ()
 
com.freemindcafe.purchase2.USAddress getBillTo ()
 
void setBillTo (com.freemindcafe.purchase2.USAddress billTo)
 
com.freemindcafe.purchase2.USAddress addNewBillTo ()
 
java.lang.String getComment ()
 
org.apache.xmlbeans.XmlString xgetComment ()
 
boolean isSetComment ()
 
void setComment (java.lang.String comment)
 
void xsetComment (org.apache.xmlbeans.XmlString comment)
 
void unsetComment ()
 
com.freemindcafe.purchase2.Items getItems ()
 
void setItems (com.freemindcafe.purchase2.Items items)
 
com.freemindcafe.purchase2.Items addNewItems ()
 
org.apache.xmlbeans.XmlObject getElement ()
 
void setElement (org.apache.xmlbeans.XmlObject element)
 
org.apache.xmlbeans.XmlObject addNewElement ()
 
java.util.Calendar getOrderDate ()
 
org.apache.xmlbeans.XmlDate xgetOrderDate ()
 
boolean isSetOrderDate ()
 
void setOrderDate (java.util.Calendar orderDate)
 
void xsetOrderDate (org.apache.xmlbeans.XmlDate orderDate)
 
void unsetOrderDate ()
 

Additional Inherited Members

- Static Public Attributes inherited from com.freemindcafe.purchase2.PurchaseOrderType
static final org.apache.xmlbeans.SchemaType type
 

Member Function Documentation

com.freemindcafe.purchase2.USAddress com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.addNewBillTo ( )

Appends and returns a new empty "billTo" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 106 of file PurchaseOrderTypeImpl.java.

org.apache.xmlbeans.XmlObject com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.addNewElement ( )

Appends and returns a new empty "element" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 278 of file PurchaseOrderTypeImpl.java.

com.freemindcafe.purchase2.Items com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.addNewItems ( )

Appends and returns a new empty "items" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 238 of file PurchaseOrderTypeImpl.java.

com.freemindcafe.purchase2.USAddress com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.addNewShipTo ( )

Appends and returns a new empty "shipTo" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 66 of file PurchaseOrderTypeImpl.java.

com.freemindcafe.purchase2.USAddress com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.getBillTo ( )

Gets the "billTo" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 80 of file PurchaseOrderTypeImpl.java.

java.lang.String com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.getComment ( )

Gets the "comment" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 120 of file PurchaseOrderTypeImpl.java.

org.apache.xmlbeans.XmlObject com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.getElement ( )

Gets the "element" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 252 of file PurchaseOrderTypeImpl.java.

com.freemindcafe.purchase2.Items com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.getItems ( )

Gets the "items" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 212 of file PurchaseOrderTypeImpl.java.

java.util.Calendar com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.getOrderDate ( )

Gets the "orderDate" attribute

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 292 of file PurchaseOrderTypeImpl.java.

com.freemindcafe.purchase2.USAddress com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.getShipTo ( )

Gets the "shipTo" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 40 of file PurchaseOrderTypeImpl.java.

boolean com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.isSetComment ( )

True if has "comment" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 152 of file PurchaseOrderTypeImpl.java.

boolean com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.isSetOrderDate ( )

True if has "orderDate" attribute

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 324 of file PurchaseOrderTypeImpl.java.

void com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.setBillTo ( com.freemindcafe.purchase2.USAddress  billTo)

Sets the "billTo" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 98 of file PurchaseOrderTypeImpl.java.

void com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.setComment ( java.lang.String  comment)

Sets the "comment" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 164 of file PurchaseOrderTypeImpl.java.

void com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.setElement ( org.apache.xmlbeans.XmlObject  element)

Sets the "element" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 270 of file PurchaseOrderTypeImpl.java.

void com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.setItems ( com.freemindcafe.purchase2.Items  items)

Sets the "items" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 230 of file PurchaseOrderTypeImpl.java.

void com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.setOrderDate ( java.util.Calendar  orderDate)

Sets the "orderDate" attribute

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 336 of file PurchaseOrderTypeImpl.java.

void com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.setShipTo ( com.freemindcafe.purchase2.USAddress  shipTo)

Sets the "shipTo" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 58 of file PurchaseOrderTypeImpl.java.

void com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.unsetComment ( )

Unsets the "comment" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 200 of file PurchaseOrderTypeImpl.java.

void com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.unsetOrderDate ( )

Unsets the "orderDate" attribute

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 372 of file PurchaseOrderTypeImpl.java.

org.apache.xmlbeans.XmlString com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.xgetComment ( )

Gets (as xml) the "comment" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 138 of file PurchaseOrderTypeImpl.java.

org.apache.xmlbeans.XmlDate com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.xgetOrderDate ( )

Gets (as xml) the "orderDate" attribute

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 310 of file PurchaseOrderTypeImpl.java.

void com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.xsetComment ( org.apache.xmlbeans.XmlString  comment)

Sets (as xml) the "comment" element

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 182 of file PurchaseOrderTypeImpl.java.

void com.freemindcafe.purchase2.impl.PurchaseOrderTypeImpl.xsetOrderDate ( org.apache.xmlbeans.XmlDate  orderDate)

Sets (as xml) the "orderDate" attribute

Implements com.freemindcafe.purchase2.PurchaseOrderType.

Definition at line 354 of file PurchaseOrderTypeImpl.java.


The documentation for this class was generated from the following file: