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

Packages that use ArgumentType
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 ArgumentType in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix that return ArgumentType
 ArgumentType POSIXApplicationType.addNewArgument()
          Appends and returns a new empty value (as xml) as the last "Argument" element
 ArgumentType ArgumentDocument.addNewArgument()
          Appends and returns a new empty "Argument" element
 ArgumentType ArgumentDocument.getArgument()
          Gets the "Argument" element
 ArgumentType[] POSIXApplicationType.getArgumentArray()
          Gets array of all "Argument" elements
 ArgumentType POSIXApplicationType.getArgumentArray(int i)
          Gets ith "Argument" element
 ArgumentType POSIXApplicationType.insertNewArgument(int i)
          Inserts and returns a new empty value (as xml) as the ith "Argument" element
static ArgumentType ArgumentType.Factory.newInstance()
           
static ArgumentType ArgumentType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ArgumentType ArgumentType.Factory.parse(File file)
           
static ArgumentType ArgumentType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ArgumentType ArgumentType.Factory.parse(InputStream is)
           
static ArgumentType ArgumentType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ArgumentType ArgumentType.Factory.parse(Node node)
           
static ArgumentType ArgumentType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ArgumentType ArgumentType.Factory.parse(Reader r)
           
static ArgumentType ArgumentType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ArgumentType ArgumentType.Factory.parse(String xmlAsString)
           
static ArgumentType ArgumentType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ArgumentType ArgumentType.Factory.parse(URL u)
           
static ArgumentType ArgumentType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ArgumentType ArgumentType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ArgumentType ArgumentType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ArgumentType ArgumentType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ArgumentType ArgumentType.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 ArgumentType
 void ArgumentDocument.setArgument(ArgumentType argument)
          Sets the "Argument" element
 void POSIXApplicationType.setArgumentArray(ArgumentType[] argumentArray)
          Sets array of all "Argument" element
 void POSIXApplicationType.setArgumentArray(int i, ArgumentType argument)
          Sets ith "Argument" element
 

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

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

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl that return ArgumentType
 ArgumentType POSIXApplicationTypeImpl.addNewArgument()
          Appends and returns a new empty value (as xml) as the last "Argument" element
 ArgumentType ArgumentDocumentImpl.addNewArgument()
          Appends and returns a new empty "Argument" element
 ArgumentType ArgumentDocumentImpl.getArgument()
          Gets the "Argument" element
 ArgumentType[] POSIXApplicationTypeImpl.getArgumentArray()
          Gets array of all "Argument" elements
 ArgumentType POSIXApplicationTypeImpl.getArgumentArray(int i)
          Gets ith "Argument" element
 ArgumentType POSIXApplicationTypeImpl.insertNewArgument(int i)
          Inserts and returns a new empty value (as xml) as the ith "Argument" element
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl with parameters of type ArgumentType
 void ArgumentDocumentImpl.setArgument(ArgumentType argument)
          Sets the "Argument" element
 void POSIXApplicationTypeImpl.setArgumentArray(ArgumentType[] argumentArray)
          Sets array of all "Argument" element
 void POSIXApplicationTypeImpl.setArgumentArray(int i, ArgumentType argument)
          Sets ith "Argument" element
 

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

Methods in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd that return ArgumentType
 ArgumentType SPMDApplicationType.addNewArgument()
          Appends and returns a new empty value (as xml) as the last "Argument" element
 ArgumentType[] SPMDApplicationType.getArgumentArray()
          Gets array of all "Argument" elements
 ArgumentType SPMDApplicationType.getArgumentArray(int i)
          Gets ith "Argument" element
 ArgumentType SPMDApplicationType.insertNewArgument(int i)
          Inserts and returns a new empty value (as xml) as the ith "Argument" element
 

Methods in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd with parameters of type ArgumentType
 void SPMDApplicationType.setArgumentArray(ArgumentType[] argumentArray)
          Sets array of all "Argument" element
 void SPMDApplicationType.setArgumentArray(int i, ArgumentType argument)
          Sets ith "Argument" element
 

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

Methods in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl that return ArgumentType
 ArgumentType SPMDApplicationTypeImpl.addNewArgument()
          Appends and returns a new empty value (as xml) as the last "Argument" element
 ArgumentType[] SPMDApplicationTypeImpl.getArgumentArray()
          Gets array of all "Argument" elements
 ArgumentType SPMDApplicationTypeImpl.getArgumentArray(int i)
          Gets ith "Argument" element
 ArgumentType SPMDApplicationTypeImpl.insertNewArgument(int i)
          Inserts and returns a new empty value (as xml) as the ith "Argument" element
 

Methods in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl with parameters of type ArgumentType
 void SPMDApplicationTypeImpl.setArgumentArray(ArgumentType[] argumentArray)
          Sets array of all "Argument" element
 void SPMDApplicationTypeImpl.setArgumentArray(int i, ArgumentType argument)
          Sets ith "Argument" element
 



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