org.ggf.schemas.jsdl.x2005.x11.jsdl
Interface FileSystemType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
FileSystemTypeImpl

public interface FileSystemType
extends org.apache.xmlbeans.XmlObject

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

type

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

getFileSystemType

FileSystemTypeEnumeration.Enum getFileSystemType()
Gets the "FileSystemType" element


xgetFileSystemType

FileSystemTypeEnumeration xgetFileSystemType()
Gets (as xml) the "FileSystemType" element


isSetFileSystemType

boolean isSetFileSystemType()
True if has "FileSystemType" element


setFileSystemType

void setFileSystemType(FileSystemTypeEnumeration.Enum fileSystemType)
Sets the "FileSystemType" element


xsetFileSystemType

void xsetFileSystemType(FileSystemTypeEnumeration fileSystemType)
Sets (as xml) the "FileSystemType" element


unsetFileSystemType

void unsetFileSystemType()
Unsets the "FileSystemType" element


getDescription

String getDescription()
Gets the "Description" element


xgetDescription

DescriptionType xgetDescription()
Gets (as xml) the "Description" element


isSetDescription

boolean isSetDescription()
True if has "Description" element


setDescription

void setDescription(String description)
Sets the "Description" element


xsetDescription

void xsetDescription(DescriptionType description)
Sets (as xml) the "Description" element


unsetDescription

void unsetDescription()
Unsets the "Description" element


getMountPoint

String getMountPoint()
Gets the "MountPoint" element


xgetMountPoint

org.apache.xmlbeans.XmlString xgetMountPoint()
Gets (as xml) the "MountPoint" element


isSetMountPoint

boolean isSetMountPoint()
True if has "MountPoint" element


setMountPoint

void setMountPoint(String mountPoint)
Sets the "MountPoint" element


xsetMountPoint

void xsetMountPoint(org.apache.xmlbeans.XmlString mountPoint)
Sets (as xml) the "MountPoint" element


unsetMountPoint

void unsetMountPoint()
Unsets the "MountPoint" element


getDiskSpace

RangeValueType getDiskSpace()
Gets the "DiskSpace" element


isSetDiskSpace

boolean isSetDiskSpace()
True if has "DiskSpace" element


setDiskSpace

void setDiskSpace(RangeValueType diskSpace)
Sets the "DiskSpace" element


addNewDiskSpace

RangeValueType addNewDiskSpace()
Appends and returns a new empty "DiskSpace" element


unsetDiskSpace

void unsetDiskSpace()
Unsets the "DiskSpace" element


getName

String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlNCName xgetName()
Gets (as xml) the "name" attribute


setName

void setName(String name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.