Uses of Interface
org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.FileNameType

Packages that use FileNameType
org.ggf.schemas.jsdl.x2005.x11.jsdlPosix   
org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl   
org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd   
org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl   
 

Uses of FileNameType in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix that return FileNameType
 FileNameType POSIXApplicationType.addNewError()
          Appends and returns a new empty "Error" element
 FileNameType ErrorDocument.addNewError()
          Appends and returns a new empty "Error" element
 FileNameType POSIXApplicationType.addNewExecutable()
          Appends and returns a new empty "Executable" element
 FileNameType ExecutableDocument.addNewExecutable()
          Appends and returns a new empty "Executable" element
 FileNameType POSIXApplicationType.addNewInput()
          Appends and returns a new empty "Input" element
 FileNameType InputDocument.addNewInput()
          Appends and returns a new empty "Input" element
 FileNameType POSIXApplicationType.addNewOutput()
          Appends and returns a new empty "Output" element
 FileNameType OutputDocument.addNewOutput()
          Appends and returns a new empty "Output" element
 FileNameType POSIXApplicationType.getError()
          Gets the "Error" element
 FileNameType ErrorDocument.getError()
          Gets the "Error" element
 FileNameType POSIXApplicationType.getExecutable()
          Gets the "Executable" element
 FileNameType ExecutableDocument.getExecutable()
          Gets the "Executable" element
 FileNameType POSIXApplicationType.getInput()
          Gets the "Input" element
 FileNameType InputDocument.getInput()
          Gets the "Input" element
 FileNameType POSIXApplicationType.getOutput()
          Gets the "Output" element
 FileNameType OutputDocument.getOutput()
          Gets the "Output" element
static FileNameType FileNameType.Factory.newInstance()
           
static FileNameType FileNameType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static FileNameType FileNameType.Factory.parse(File file)
           
static FileNameType FileNameType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static FileNameType FileNameType.Factory.parse(InputStream is)
           
static FileNameType FileNameType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static FileNameType FileNameType.Factory.parse(Node node)
           
static FileNameType FileNameType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static FileNameType FileNameType.Factory.parse(Reader r)
           
static FileNameType FileNameType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static FileNameType FileNameType.Factory.parse(String xmlAsString)
           
static FileNameType FileNameType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static FileNameType FileNameType.Factory.parse(URL u)
           
static FileNameType FileNameType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static FileNameType FileNameType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static FileNameType FileNameType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static FileNameType FileNameType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static FileNameType FileNameType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix with parameters of type FileNameType
 void POSIXApplicationType.setError(FileNameType error)
          Sets the "Error" element
 void ErrorDocument.setError(FileNameType error)
          Sets the "Error" element
 void POSIXApplicationType.setExecutable(FileNameType executable)
          Sets the "Executable" element
 void ExecutableDocument.setExecutable(FileNameType executable)
          Sets the "Executable" element
 void POSIXApplicationType.setInput(FileNameType input)
          Sets the "Input" element
 void InputDocument.setInput(FileNameType input)
          Sets the "Input" element
 void POSIXApplicationType.setOutput(FileNameType output)
          Sets the "Output" element
 void OutputDocument.setOutput(FileNameType output)
          Sets the "Output" element
 

Uses of FileNameType in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl
 

Classes in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl that implement FileNameType
 class FileNameTypeImpl
          An XML FileName_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl-posix).
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl that return FileNameType
 FileNameType POSIXApplicationTypeImpl.addNewError()
          Appends and returns a new empty "Error" element
 FileNameType ErrorDocumentImpl.addNewError()
          Appends and returns a new empty "Error" element
 FileNameType POSIXApplicationTypeImpl.addNewExecutable()
          Appends and returns a new empty "Executable" element
 FileNameType ExecutableDocumentImpl.addNewExecutable()
          Appends and returns a new empty "Executable" element
 FileNameType POSIXApplicationTypeImpl.addNewInput()
          Appends and returns a new empty "Input" element
 FileNameType InputDocumentImpl.addNewInput()
          Appends and returns a new empty "Input" element
 FileNameType POSIXApplicationTypeImpl.addNewOutput()
          Appends and returns a new empty "Output" element
 FileNameType OutputDocumentImpl.addNewOutput()
          Appends and returns a new empty "Output" element
 FileNameType POSIXApplicationTypeImpl.getError()
          Gets the "Error" element
 FileNameType ErrorDocumentImpl.getError()
          Gets the "Error" element
 FileNameType POSIXApplicationTypeImpl.getExecutable()
          Gets the "Executable" element
 FileNameType ExecutableDocumentImpl.getExecutable()
          Gets the "Executable" element
 FileNameType POSIXApplicationTypeImpl.getInput()
          Gets the "Input" element
 FileNameType InputDocumentImpl.getInput()
          Gets the "Input" element
 FileNameType POSIXApplicationTypeImpl.getOutput()
          Gets the "Output" element
 FileNameType OutputDocumentImpl.getOutput()
          Gets the "Output" element
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl with parameters of type FileNameType
 void POSIXApplicationTypeImpl.setError(FileNameType error)
          Sets the "Error" element
 void ErrorDocumentImpl.setError(FileNameType error)
          Sets the "Error" element
 void POSIXApplicationTypeImpl.setExecutable(FileNameType executable)
          Sets the "Executable" element
 void ExecutableDocumentImpl.setExecutable(FileNameType executable)
          Sets the "Executable" element
 void POSIXApplicationTypeImpl.setInput(FileNameType input)
          Sets the "Input" element
 void InputDocumentImpl.setInput(FileNameType input)
          Sets the "Input" element
 void POSIXApplicationTypeImpl.setOutput(FileNameType output)
          Sets the "Output" element
 void OutputDocumentImpl.setOutput(FileNameType output)
          Sets the "Output" element
 

Uses of FileNameType in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd
 

Methods in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd that return FileNameType
 FileNameType SPMDApplicationType.addNewError()
          Appends and returns a new empty "Error" element
 FileNameType SPMDApplicationType.addNewExecutable()
          Appends and returns a new empty "Executable" element
 FileNameType SPMDApplicationType.addNewInput()
          Appends and returns a new empty "Input" element
 FileNameType SPMDApplicationType.addNewOutput()
          Appends and returns a new empty "Output" element
 FileNameType SPMDApplicationType.getError()
          Gets the "Error" element
 FileNameType SPMDApplicationType.getExecutable()
          Gets the "Executable" element
 FileNameType SPMDApplicationType.getInput()
          Gets the "Input" element
 FileNameType SPMDApplicationType.getOutput()
          Gets the "Output" element
 

Methods in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd with parameters of type FileNameType
 void SPMDApplicationType.setError(FileNameType error)
          Sets the "Error" element
 void SPMDApplicationType.setExecutable(FileNameType executable)
          Sets the "Executable" element
 void SPMDApplicationType.setInput(FileNameType input)
          Sets the "Input" element
 void SPMDApplicationType.setOutput(FileNameType output)
          Sets the "Output" element
 

Uses of FileNameType in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl
 

Methods in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl that return FileNameType
 FileNameType SPMDApplicationTypeImpl.addNewError()
          Appends and returns a new empty "Error" element
 FileNameType SPMDApplicationTypeImpl.addNewExecutable()
          Appends and returns a new empty "Executable" element
 FileNameType SPMDApplicationTypeImpl.addNewInput()
          Appends and returns a new empty "Input" element
 FileNameType SPMDApplicationTypeImpl.addNewOutput()
          Appends and returns a new empty "Output" element
 FileNameType SPMDApplicationTypeImpl.getError()
          Gets the "Error" element
 FileNameType SPMDApplicationTypeImpl.getExecutable()
          Gets the "Executable" element
 FileNameType SPMDApplicationTypeImpl.getInput()
          Gets the "Input" element
 FileNameType SPMDApplicationTypeImpl.getOutput()
          Gets the "Output" element
 

Methods in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl with parameters of type FileNameType
 void SPMDApplicationTypeImpl.setError(FileNameType error)
          Sets the "Error" element
 void SPMDApplicationTypeImpl.setExecutable(FileNameType executable)
          Sets the "Executable" element
 void SPMDApplicationTypeImpl.setInput(FileNameType input)
          Sets the "Input" element
 void SPMDApplicationTypeImpl.setOutput(FileNameType output)
          Sets the "Output" element
 



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