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

Public Member Functions

 PurchaseOrderTypeImpl (org.apache.xmlbeans.SchemaType sType)
 
com.freemindcafe.purchase1.USAddress getShipTo ()
 
void setShipTo (com.freemindcafe.purchase1.USAddress shipTo)
 
com.freemindcafe.purchase1.USAddress addNewShipTo ()
 
com.freemindcafe.purchase1.USAddress getBillTo ()
 
void setBillTo (com.freemindcafe.purchase1.USAddress billTo)
 
com.freemindcafe.purchase1.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.purchase1.Items getItems ()
 
void setItems (com.freemindcafe.purchase1.Items items)
 
com.freemindcafe.purchase1.Items addNewItems ()
 
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.purchase1.PurchaseOrderType
static final org.apache.xmlbeans.SchemaType type
 

Member Function Documentation

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

Appends and returns a new empty "billTo" element

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 104 of file PurchaseOrderTypeImpl.java.

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

Appends and returns a new empty "items" element

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 236 of file PurchaseOrderTypeImpl.java.

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

Appends and returns a new empty "shipTo" element

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 64 of file PurchaseOrderTypeImpl.java.

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

Gets the "billTo" element

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 78 of file PurchaseOrderTypeImpl.java.

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

Gets the "comment" element

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 118 of file PurchaseOrderTypeImpl.java.

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

Gets the "items" element

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 210 of file PurchaseOrderTypeImpl.java.

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

Gets the "orderDate" attribute

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 250 of file PurchaseOrderTypeImpl.java.

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

Gets the "shipTo" element

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 38 of file PurchaseOrderTypeImpl.java.

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

True if has "comment" element

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 150 of file PurchaseOrderTypeImpl.java.

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

True if has "orderDate" attribute

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 282 of file PurchaseOrderTypeImpl.java.

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

Sets the "billTo" element

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 96 of file PurchaseOrderTypeImpl.java.

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

Sets the "comment" element

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 162 of file PurchaseOrderTypeImpl.java.

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

Sets the "items" element

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 228 of file PurchaseOrderTypeImpl.java.

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

Sets the "orderDate" attribute

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 294 of file PurchaseOrderTypeImpl.java.

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

Sets the "shipTo" element

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 56 of file PurchaseOrderTypeImpl.java.

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

Unsets the "comment" element

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 198 of file PurchaseOrderTypeImpl.java.

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

Unsets the "orderDate" attribute

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 330 of file PurchaseOrderTypeImpl.java.

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

Gets (as xml) the "comment" element

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 136 of file PurchaseOrderTypeImpl.java.

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

Gets (as xml) the "orderDate" attribute

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 268 of file PurchaseOrderTypeImpl.java.

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

Sets (as xml) the "comment" element

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 180 of file PurchaseOrderTypeImpl.java.

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

Sets (as xml) the "orderDate" attribute

Implements com.freemindcafe.purchase1.PurchaseOrderType.

Definition at line 312 of file PurchaseOrderTypeImpl.java.


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