Uses of Interface
org.ggf.schemas.jsdl.x2005.x11.jsdl.FileSystemTypeEnumeration

Packages that use FileSystemTypeEnumeration
org.ggf.schemas.jsdl.x2005.x11.jsdl   
org.ggf.schemas.jsdl.x2005.x11.jsdl.impl   
 

Uses of FileSystemTypeEnumeration in org.ggf.schemas.jsdl.x2005.x11.jsdl
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl that return FileSystemTypeEnumeration
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.newInstance()
           
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.newValue(Object obj)
           
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.parse(File file)
           
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.parse(InputStream is)
           
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.parse(Node node)
           
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.parse(Reader r)
           
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.parse(String xmlAsString)
           
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.parse(URL u)
           
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static FileSystemTypeEnumeration FileSystemTypeEnumeration.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 FileSystemTypeEnumeration FileSystemTypeDocument.xgetFileSystemType()
          Gets (as xml) the "FileSystemType" element
 FileSystemTypeEnumeration FileSystemType.xgetFileSystemType()
          Gets (as xml) the "FileSystemType" element
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl with parameters of type FileSystemTypeEnumeration
 void FileSystemTypeDocument.xsetFileSystemType(FileSystemTypeEnumeration fileSystemType)
          Sets (as xml) the "FileSystemType" element
 void FileSystemType.xsetFileSystemType(FileSystemTypeEnumeration fileSystemType)
          Sets (as xml) the "FileSystemType" element
 

Uses of FileSystemTypeEnumeration in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl
 

Classes in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl that implement FileSystemTypeEnumeration
 class FileSystemTypeEnumerationImpl
          An XML FileSystemTypeEnumeration(@http://schemas.ggf.org/jsdl/2005/11/jsdl).
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl that return FileSystemTypeEnumeration
 FileSystemTypeEnumeration FileSystemTypeImpl.xgetFileSystemType()
          Gets (as xml) the "FileSystemType" element
 FileSystemTypeEnumeration FileSystemTypeDocumentImpl.xgetFileSystemType()
          Gets (as xml) the "FileSystemType" element
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl with parameters of type FileSystemTypeEnumeration
 void FileSystemTypeImpl.xsetFileSystemType(FileSystemTypeEnumeration fileSystemType)
          Sets (as xml) the "FileSystemType" element
 void FileSystemTypeDocumentImpl.xsetFileSystemType(FileSystemTypeEnumeration fileSystemType)
          Sets (as xml) the "FileSystemType" element
 



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