|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML amount(@http://mrl.sf.net). This is an atomic type that is a restriction of org.apache.xmlbeans.XmlDecimal.
Nested Class Summary | |
static class |
AmountDocument.Amount.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
java.lang.String |
getUnit()
Gets the "unit" attribute |
boolean |
isSetUnit()
True if has "unit" attribute |
void |
setUnit(java.lang.String unit)
Sets the "unit" attribute |
void |
unsetUnit()
Unsets the "unit" attribute |
org.apache.xmlbeans.XmlString |
xgetUnit()
Gets (as xml) the "unit" attribute |
void |
xsetUnit(org.apache.xmlbeans.XmlString unit)
Sets (as xml) the "unit" attribute |
Methods inherited from interface org.apache.xmlbeans.XmlDecimal |
bigDecimalValue, getBigDecimalValue, set, setBigDecimalValue |
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType |
getStringValue, set, setStringValue, stringValue |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public java.lang.String getUnit()
public org.apache.xmlbeans.XmlString xgetUnit()
public boolean isSetUnit()
public void setUnit(java.lang.String unit)
public void xsetUnit(org.apache.xmlbeans.XmlString unit)
public void unsetUnit()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |