Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

rim.pda
Interface FreeStorageDocument  view FreeStorageDocument download FreeStorageDocument.java

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource

public interface FreeStorageDocument
extends org.apache.xmlbeans.XmlObject

A document containing one FreeStorage(@http://pda.rim) element. This is a complex type.


Nested Class Summary
static class FreeStorageDocument.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
 int getFreeStorage()
          Gets the "FreeStorage" element
 void setFreeStorage(int freeStorage)
          Sets the "FreeStorage" element
 org.apache.xmlbeans.XmlInt xgetFreeStorage()
          Gets (as xml) the "FreeStorage" element
 void xsetFreeStorage(org.apache.xmlbeans.XmlInt freeStorage)
          Sets (as xml) the "FreeStorage" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

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

getFreeStorage

public int getFreeStorage()
Gets the "FreeStorage" element


xgetFreeStorage

public org.apache.xmlbeans.XmlInt xgetFreeStorage()
Gets (as xml) the "FreeStorage" element


setFreeStorage

public void setFreeStorage(int freeStorage)
Sets the "FreeStorage" element


xsetFreeStorage

public void xsetFreeStorage(org.apache.xmlbeans.XmlInt freeStorage)
Sets (as xml) the "FreeStorage" element