net.sf.mrl
Interface AmountDocument.Amount

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlDecimal, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
AmountDocumentImpl.AmountImpl
Enclosing interface:
AmountDocument

public static interface AmountDocument.Amount
extends org.apache.xmlbeans.XmlDecimal

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

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getUnit

public java.lang.String getUnit()
Gets the "unit" attribute


xgetUnit

public org.apache.xmlbeans.XmlString xgetUnit()
Gets (as xml) the "unit" attribute


isSetUnit

public boolean isSetUnit()
True if has "unit" attribute


setUnit

public void setUnit(java.lang.String unit)
Sets the "unit" attribute


xsetUnit

public void xsetUnit(org.apache.xmlbeans.XmlString unit)
Sets (as xml) the "unit" attribute


unsetUnit

public void unsetUnit()
Unsets the "unit" attribute



Copyright © 2004 Craig S. Cottingham. All Rights Reserved.