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

Classes

class  Factory
 

Public Member Functions

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 ()
 

Static Public Attributes

static final org.apache.xmlbeans.SchemaType type
 

Member Function Documentation

com.freemindcafe.purchase1.USAddress com.freemindcafe.purchase1.PurchaseOrderType.addNewBillTo ( )

Appends and returns a new empty "billTo" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

com.freemindcafe.purchase1.Items com.freemindcafe.purchase1.PurchaseOrderType.addNewItems ( )

Appends and returns a new empty "items" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

com.freemindcafe.purchase1.USAddress com.freemindcafe.purchase1.PurchaseOrderType.addNewShipTo ( )

Appends and returns a new empty "shipTo" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

com.freemindcafe.purchase1.USAddress com.freemindcafe.purchase1.PurchaseOrderType.getBillTo ( )

Gets the "billTo" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

java.lang.String com.freemindcafe.purchase1.PurchaseOrderType.getComment ( )

Gets the "comment" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

com.freemindcafe.purchase1.Items com.freemindcafe.purchase1.PurchaseOrderType.getItems ( )

Gets the "items" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

java.util.Calendar com.freemindcafe.purchase1.PurchaseOrderType.getOrderDate ( )

Gets the "orderDate" attribute

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

com.freemindcafe.purchase1.USAddress com.freemindcafe.purchase1.PurchaseOrderType.getShipTo ( )

Gets the "shipTo" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

boolean com.freemindcafe.purchase1.PurchaseOrderType.isSetComment ( )

True if has "comment" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

boolean com.freemindcafe.purchase1.PurchaseOrderType.isSetOrderDate ( )

True if has "orderDate" attribute

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

void com.freemindcafe.purchase1.PurchaseOrderType.setBillTo ( com.freemindcafe.purchase1.USAddress  billTo)

Sets the "billTo" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

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

Sets the "comment" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

void com.freemindcafe.purchase1.PurchaseOrderType.setItems ( com.freemindcafe.purchase1.Items  items)

Sets the "items" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

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

Sets the "orderDate" attribute

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

void com.freemindcafe.purchase1.PurchaseOrderType.setShipTo ( com.freemindcafe.purchase1.USAddress  shipTo)

Sets the "shipTo" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

void com.freemindcafe.purchase1.PurchaseOrderType.unsetComment ( )

Unsets the "comment" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

void com.freemindcafe.purchase1.PurchaseOrderType.unsetOrderDate ( )

Unsets the "orderDate" attribute

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

org.apache.xmlbeans.XmlString com.freemindcafe.purchase1.PurchaseOrderType.xgetComment ( )

Gets (as xml) the "comment" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

org.apache.xmlbeans.XmlDate com.freemindcafe.purchase1.PurchaseOrderType.xgetOrderDate ( )

Gets (as xml) the "orderDate" attribute

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

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

Sets (as xml) the "comment" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

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

Sets (as xml) the "orderDate" attribute

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderTypeImpl.

Member Data Documentation

final org.apache.xmlbeans.SchemaType com.freemindcafe.purchase1.PurchaseOrderType.type
static
Initial value:
= (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PurchaseOrderType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s69BCD15466272EC3AA5442602DE8F054").resolveHandle("purchaseordertypecdb6type")

Definition at line 18 of file PurchaseOrderType.java.


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