Samples JDK
List of all members | Classes | Public Member Functions | Static Public Attributes
com.freemindcafe.purchase3.PurchaseOrderDocument Interface Reference
Inheritance diagram for com.freemindcafe.purchase3.PurchaseOrderDocument:
com.freemindcafe.purchase3.impl.PurchaseOrderDocumentImpl

Classes

class  Factory
 

Public Member Functions

com.freemindcafe.purchase3.PurchaseOrderType getPurchaseOrder ()
 
void setPurchaseOrder (com.freemindcafe.purchase3.PurchaseOrderType purchaseOrder)
 
com.freemindcafe.purchase3.PurchaseOrderType addNewPurchaseOrder ()
 

Static Public Attributes

static final org.apache.xmlbeans.SchemaType type
 

Member Function Documentation

com.freemindcafe.purchase3.PurchaseOrderType com.freemindcafe.purchase3.PurchaseOrderDocument.addNewPurchaseOrder ( )

Appends and returns a new empty "purchaseOrder" element

Implemented in com.freemindcafe.purchase3.impl.PurchaseOrderDocumentImpl.

com.freemindcafe.purchase3.PurchaseOrderType com.freemindcafe.purchase3.PurchaseOrderDocument.getPurchaseOrder ( )

Gets the "purchaseOrder" element

Implemented in com.freemindcafe.purchase3.impl.PurchaseOrderDocumentImpl.

void com.freemindcafe.purchase3.PurchaseOrderDocument.setPurchaseOrder ( com.freemindcafe.purchase3.PurchaseOrderType  purchaseOrder)

Sets the "purchaseOrder" element

Implemented in com.freemindcafe.purchase3.impl.PurchaseOrderDocumentImpl.

Member Data Documentation

final org.apache.xmlbeans.SchemaType com.freemindcafe.purchase3.PurchaseOrderDocument.type
static
Initial value:
= (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PurchaseOrderDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3415DA2FD2301C0CF5A1A9BAB0E726C4").resolveHandle("purchaseorder4feedoctype")

Definition at line 19 of file PurchaseOrderDocument.java.


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