public interface LineItem
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
LineItem.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the "description" element
|
BigDecimal |
getPrice()
Gets the "price" element
|
BigInteger |
getQuantity()
Gets the "quantity" element
|
void |
setDescription(String description)
Sets the "description" element
|
void |
setPrice(BigDecimal price)
Sets the "price" element
|
void |
setQuantity(BigInteger quantity)
Sets the "quantity" element
|
org.apache.xmlbeans.XmlString |
xgetDescription()
Gets (as xml) the "description" element
|
org.apache.xmlbeans.XmlDecimal |
xgetPrice()
Gets (as xml) the "price" element
|
org.apache.xmlbeans.XmlInteger |
xgetQuantity()
Gets (as xml) the "quantity" element
|
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "description" element
|
void |
xsetPrice(org.apache.xmlbeans.XmlDecimal price)
Sets (as xml) the "price" element
|
void |
xsetQuantity(org.apache.xmlbeans.XmlInteger quantity)
Sets (as xml) the "quantity" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getDescription()
org.apache.xmlbeans.XmlString xgetDescription()
void setDescription(String description)
void xsetDescription(org.apache.xmlbeans.XmlString description)
BigDecimal getPrice()
org.apache.xmlbeans.XmlDecimal xgetPrice()
void setPrice(BigDecimal price)
void xsetPrice(org.apache.xmlbeans.XmlDecimal price)
BigInteger getQuantity()
org.apache.xmlbeans.XmlInteger xgetQuantity()
void setQuantity(BigInteger quantity)
void xsetQuantity(org.apache.xmlbeans.XmlInteger quantity)
Copyright © 2017. All rights reserved.