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

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

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

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl that return DataStagingType
 DataStagingType JobDescriptionType.addNewDataStaging()
          Appends and returns a new empty value (as xml) as the last "DataStaging" element
 DataStagingType DataStagingDocument.addNewDataStaging()
          Appends and returns a new empty "DataStaging" element
 DataStagingType DataStagingDocument.getDataStaging()
          Gets the "DataStaging" element
 DataStagingType[] JobDescriptionType.getDataStagingArray()
          Gets array of all "DataStaging" elements
 DataStagingType JobDescriptionType.getDataStagingArray(int i)
          Gets ith "DataStaging" element
 DataStagingType JobDescriptionType.insertNewDataStaging(int i)
          Inserts and returns a new empty value (as xml) as the ith "DataStaging" element
static DataStagingType DataStagingType.Factory.newInstance()
           
static DataStagingType DataStagingType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static DataStagingType DataStagingType.Factory.parse(File file)
           
static DataStagingType DataStagingType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static DataStagingType DataStagingType.Factory.parse(InputStream is)
           
static DataStagingType DataStagingType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static DataStagingType DataStagingType.Factory.parse(Node node)
           
static DataStagingType DataStagingType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static DataStagingType DataStagingType.Factory.parse(Reader r)
           
static DataStagingType DataStagingType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static DataStagingType DataStagingType.Factory.parse(String xmlAsString)
           
static DataStagingType DataStagingType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static DataStagingType DataStagingType.Factory.parse(URL u)
           
static DataStagingType DataStagingType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static DataStagingType DataStagingType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static DataStagingType DataStagingType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static DataStagingType DataStagingType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static DataStagingType DataStagingType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl with parameters of type DataStagingType
 void DataStagingDocument.setDataStaging(DataStagingType dataStaging)
          Sets the "DataStaging" element
 void JobDescriptionType.setDataStagingArray(DataStagingType[] dataStagingArray)
          Sets array of all "DataStaging" element
 void JobDescriptionType.setDataStagingArray(int i, DataStagingType dataStaging)
          Sets ith "DataStaging" element
 

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

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

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl that return DataStagingType
 DataStagingType JobDescriptionTypeImpl.addNewDataStaging()
          Appends and returns a new empty value (as xml) as the last "DataStaging" element
 DataStagingType DataStagingDocumentImpl.addNewDataStaging()
          Appends and returns a new empty "DataStaging" element
 DataStagingType DataStagingDocumentImpl.getDataStaging()
          Gets the "DataStaging" element
 DataStagingType[] JobDescriptionTypeImpl.getDataStagingArray()
          Gets array of all "DataStaging" elements
 DataStagingType JobDescriptionTypeImpl.getDataStagingArray(int i)
          Gets ith "DataStaging" element
 DataStagingType JobDescriptionTypeImpl.insertNewDataStaging(int i)
          Inserts and returns a new empty value (as xml) as the ith "DataStaging" element
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl with parameters of type DataStagingType
 void DataStagingDocumentImpl.setDataStaging(DataStagingType dataStaging)
          Sets the "DataStaging" element
 void JobDescriptionTypeImpl.setDataStagingArray(DataStagingType[] dataStagingArray)
          Sets array of all "DataStaging" element
 void JobDescriptionTypeImpl.setDataStagingArray(int i, DataStagingType dataStaging)
          Sets ith "DataStaging" element
 



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