net.sf.mrl
Interface RatingDocument.Rating.Value

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlDecimal, org.apache.xmlbeans.XmlInteger, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
RatingDocumentImpl.RatingImpl.ValueImpl
Enclosing interface:
RatingDocument.Rating

public static interface RatingDocument.Rating.Value
extends org.apache.xmlbeans.XmlInteger

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

type

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

getMin

public java.math.BigInteger getMin()
Gets the "min" attribute


xgetMin

public org.apache.xmlbeans.XmlInteger xgetMin()
Gets (as xml) the "min" attribute


isSetMin

public boolean isSetMin()
True if has "min" attribute


setMin

public void setMin(java.math.BigInteger min)
Sets the "min" attribute


xsetMin

public void xsetMin(org.apache.xmlbeans.XmlInteger min)
Sets (as xml) the "min" attribute


unsetMin

public void unsetMin()
Unsets the "min" attribute


getMax

public java.math.BigInteger getMax()
Gets the "max" attribute


xgetMax

public org.apache.xmlbeans.XmlInteger xgetMax()
Gets (as xml) the "max" attribute


isSetMax

public boolean isSetMax()
True if has "max" attribute


setMax

public void setMax(java.math.BigInteger max)
Sets the "max" attribute


xsetMax

public void xsetMax(org.apache.xmlbeans.XmlInteger max)
Sets (as xml) the "max" attribute


unsetMax

public void unsetMax()
Unsets the "max" attribute



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