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

Classes

class  Factory
 

Public Member Functions

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

Static Public Attributes

static final org.apache.xmlbeans.SchemaType type
 

Member Function Documentation

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

Appends and returns a new empty "purchaseOrder" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderDocumentImpl.

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

Gets the "purchaseOrder" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderDocumentImpl.

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

Sets the "purchaseOrder" element

Implemented in com.freemindcafe.purchase1.impl.PurchaseOrderDocumentImpl.

Member Data Documentation

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

Definition at line 19 of file PurchaseOrderDocument.java.


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