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

Classes

class  Factory
 
interface  Quantity
 

Public Member Functions

java.lang.String getProductName ()
 
org.apache.xmlbeans.XmlString xgetProductName ()
 
void setProductName (java.lang.String productName)
 
void xsetProductName (org.apache.xmlbeans.XmlString productName)
 
int getQuantity ()
 
com.freemindcafe.purchase1.Items.Item.Quantity xgetQuantity ()
 
void setQuantity (int quantity)
 
void xsetQuantity (com.freemindcafe.purchase1.Items.Item.Quantity quantity)
 
java.math.BigDecimal getUSPrice ()
 
org.apache.xmlbeans.XmlDecimal xgetUSPrice ()
 
void setUSPrice (java.math.BigDecimal usPrice)
 
void xsetUSPrice (org.apache.xmlbeans.XmlDecimal usPrice)
 
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 ()
 
java.util.Calendar getShipDate ()
 
org.apache.xmlbeans.XmlDate xgetShipDate ()
 
boolean isSetShipDate ()
 
void setShipDate (java.util.Calendar shipDate)
 
void xsetShipDate (org.apache.xmlbeans.XmlDate shipDate)
 
void unsetShipDate ()
 
java.lang.String getPartNum ()
 
com.freemindcafe.purchase1.SKU xgetPartNum ()
 
void setPartNum (java.lang.String partNum)
 
void xsetPartNum (com.freemindcafe.purchase1.SKU partNum)
 

Static Public Attributes

static final org.apache.xmlbeans.SchemaType type
 

Member Function Documentation

java.lang.String com.freemindcafe.purchase1.Items.Item.getComment ( )

Gets the "comment" element

java.lang.String com.freemindcafe.purchase1.Items.Item.getPartNum ( )

Gets the "partNum" attribute

java.lang.String com.freemindcafe.purchase1.Items.Item.getProductName ( )

Gets the "productName" element

int com.freemindcafe.purchase1.Items.Item.getQuantity ( )

Gets the "quantity" element

java.util.Calendar com.freemindcafe.purchase1.Items.Item.getShipDate ( )

Gets the "shipDate" element

java.math.BigDecimal com.freemindcafe.purchase1.Items.Item.getUSPrice ( )

Gets the "USPrice" element

boolean com.freemindcafe.purchase1.Items.Item.isSetComment ( )

True if has "comment" element

boolean com.freemindcafe.purchase1.Items.Item.isSetShipDate ( )

True if has "shipDate" element

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

Sets the "comment" element

void com.freemindcafe.purchase1.Items.Item.setPartNum ( java.lang.String  partNum)

Sets the "partNum" attribute

void com.freemindcafe.purchase1.Items.Item.setProductName ( java.lang.String  productName)

Sets the "productName" element

void com.freemindcafe.purchase1.Items.Item.setQuantity ( int  quantity)

Sets the "quantity" element

void com.freemindcafe.purchase1.Items.Item.setShipDate ( java.util.Calendar  shipDate)

Sets the "shipDate" element

void com.freemindcafe.purchase1.Items.Item.setUSPrice ( java.math.BigDecimal  usPrice)

Sets the "USPrice" element

void com.freemindcafe.purchase1.Items.Item.unsetComment ( )

Unsets the "comment" element

void com.freemindcafe.purchase1.Items.Item.unsetShipDate ( )

Unsets the "shipDate" element

org.apache.xmlbeans.XmlString com.freemindcafe.purchase1.Items.Item.xgetComment ( )

Gets (as xml) the "comment" element

com.freemindcafe.purchase1.SKU com.freemindcafe.purchase1.Items.Item.xgetPartNum ( )

Gets (as xml) the "partNum" attribute

org.apache.xmlbeans.XmlString com.freemindcafe.purchase1.Items.Item.xgetProductName ( )

Gets (as xml) the "productName" element

com.freemindcafe.purchase1.Items.Item.Quantity com.freemindcafe.purchase1.Items.Item.xgetQuantity ( )

Gets (as xml) the "quantity" element

org.apache.xmlbeans.XmlDate com.freemindcafe.purchase1.Items.Item.xgetShipDate ( )

Gets (as xml) the "shipDate" element

org.apache.xmlbeans.XmlDecimal com.freemindcafe.purchase1.Items.Item.xgetUSPrice ( )

Gets (as xml) the "USPrice" element

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

Sets (as xml) the "comment" element

void com.freemindcafe.purchase1.Items.Item.xsetPartNum ( com.freemindcafe.purchase1.SKU  partNum)

Sets (as xml) the "partNum" attribute

void com.freemindcafe.purchase1.Items.Item.xsetProductName ( org.apache.xmlbeans.XmlString  productName)

Sets (as xml) the "productName" element

void com.freemindcafe.purchase1.Items.Item.xsetQuantity ( com.freemindcafe.purchase1.Items.Item.Quantity  quantity)

Sets (as xml) the "quantity" element

void com.freemindcafe.purchase1.Items.Item.xsetShipDate ( org.apache.xmlbeans.XmlDate  shipDate)

Sets (as xml) the "shipDate" element

void com.freemindcafe.purchase1.Items.Item.xsetUSPrice ( org.apache.xmlbeans.XmlDecimal  usPrice)

Sets (as xml) the "USPrice" element

Member Data Documentation

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

Definition at line 75 of file Items.java.


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