|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML value(@http://mrl.sf.net). This is an atomic type that is a restriction of org.apache.xmlbeans.XmlInteger.
Nested Class Summary | |
static class |
RatingDocument.Rating.Value.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.math.BigInteger |
getMax()
Gets the "max" attribute |
java.math.BigInteger |
getMin()
Gets the "min" attribute |
boolean |
isSetMax()
True if has "max" attribute |
boolean |
isSetMin()
True if has "min" attribute |
void |
setMax(java.math.BigInteger max)
Sets the "max" attribute |
void |
setMin(java.math.BigInteger min)
Sets the "min" attribute |
void |
unsetMax()
Unsets the "max" attribute |
void |
unsetMin()
Unsets the "min" attribute |
org.apache.xmlbeans.XmlInteger |
xgetMax()
Gets (as xml) the "max" attribute |
org.apache.xmlbeans.XmlInteger |
xgetMin()
Gets (as xml) the "min" attribute |
void |
xsetMax(org.apache.xmlbeans.XmlInteger max)
Sets (as xml) the "max" attribute |
void |
xsetMin(org.apache.xmlbeans.XmlInteger min)
Sets (as xml) the "min" attribute |
Methods inherited from interface org.apache.xmlbeans.XmlInteger |
bigIntegerValue, getBigIntegerValue, set, setBigIntegerValue |
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.math.BigInteger getMin()
public org.apache.xmlbeans.XmlInteger xgetMin()
public boolean isSetMin()
public void setMin(java.math.BigInteger min)
public void xsetMin(org.apache.xmlbeans.XmlInteger min)
public void unsetMin()
public java.math.BigInteger getMax()
public org.apache.xmlbeans.XmlInteger xgetMax()
public boolean isSetMax()
public void setMax(java.math.BigInteger max)
public void xsetMax(org.apache.xmlbeans.XmlInteger max)
public void unsetMax()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |