|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileSystemType
An XML FileSystem_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl). This is a complex type.
Nested Class Summary | |
---|---|
static class |
FileSystemType.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 | |
---|---|
RangeValueType |
addNewDiskSpace()
Appends and returns a new empty "DiskSpace" element |
String |
getDescription()
Gets the "Description" element |
RangeValueType |
getDiskSpace()
Gets the "DiskSpace" element |
FileSystemTypeEnumeration.Enum |
getFileSystemType()
Gets the "FileSystemType" element |
String |
getMountPoint()
Gets the "MountPoint" element |
String |
getName()
Gets the "name" attribute |
boolean |
isSetDescription()
True if has "Description" element |
boolean |
isSetDiskSpace()
True if has "DiskSpace" element |
boolean |
isSetFileSystemType()
True if has "FileSystemType" element |
boolean |
isSetMountPoint()
True if has "MountPoint" element |
void |
setDescription(String description)
Sets the "Description" element |
void |
setDiskSpace(RangeValueType diskSpace)
Sets the "DiskSpace" element |
void |
setFileSystemType(FileSystemTypeEnumeration.Enum fileSystemType)
Sets the "FileSystemType" element |
void |
setMountPoint(String mountPoint)
Sets the "MountPoint" element |
void |
setName(String name)
Sets the "name" attribute |
void |
unsetDescription()
Unsets the "Description" element |
void |
unsetDiskSpace()
Unsets the "DiskSpace" element |
void |
unsetFileSystemType()
Unsets the "FileSystemType" element |
void |
unsetMountPoint()
Unsets the "MountPoint" element |
DescriptionType |
xgetDescription()
Gets (as xml) the "Description" element |
FileSystemTypeEnumeration |
xgetFileSystemType()
Gets (as xml) the "FileSystemType" element |
org.apache.xmlbeans.XmlString |
xgetMountPoint()
Gets (as xml) the "MountPoint" element |
org.apache.xmlbeans.XmlNCName |
xgetName()
Gets (as xml) the "name" attribute |
void |
xsetDescription(DescriptionType description)
Sets (as xml) the "Description" element |
void |
xsetFileSystemType(FileSystemTypeEnumeration fileSystemType)
Sets (as xml) the "FileSystemType" element |
void |
xsetMountPoint(org.apache.xmlbeans.XmlString mountPoint)
Sets (as xml) the "MountPoint" element |
void |
xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute |
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
FileSystemTypeEnumeration.Enum getFileSystemType()
FileSystemTypeEnumeration xgetFileSystemType()
boolean isSetFileSystemType()
void setFileSystemType(FileSystemTypeEnumeration.Enum fileSystemType)
void xsetFileSystemType(FileSystemTypeEnumeration fileSystemType)
void unsetFileSystemType()
String getDescription()
DescriptionType xgetDescription()
boolean isSetDescription()
void setDescription(String description)
void xsetDescription(DescriptionType description)
void unsetDescription()
String getMountPoint()
org.apache.xmlbeans.XmlString xgetMountPoint()
boolean isSetMountPoint()
void setMountPoint(String mountPoint)
void xsetMountPoint(org.apache.xmlbeans.XmlString mountPoint)
void unsetMountPoint()
RangeValueType getDiskSpace()
boolean isSetDiskSpace()
void setDiskSpace(RangeValueType diskSpace)
RangeValueType addNewDiskSpace()
void unsetDiskSpace()
String getName()
org.apache.xmlbeans.XmlNCName xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |