Uses of Interface
org.icenigrid.schema.service.gridsam.SubmitJobDocument

Packages that use SubmitJobDocument
org.icenigrid.schema.service.gridsam   
org.icenigrid.schema.service.gridsam.impl   
 

Uses of SubmitJobDocument in org.icenigrid.schema.service.gridsam
 

Methods in org.icenigrid.schema.service.gridsam that return SubmitJobDocument
static SubmitJobDocument SubmitJobDocument.Factory.newInstance()
           
static SubmitJobDocument SubmitJobDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SubmitJobDocument SubmitJobDocument.Factory.parse(java.io.File file)
           
static SubmitJobDocument SubmitJobDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static SubmitJobDocument SubmitJobDocument.Factory.parse(java.io.InputStream is)
           
static SubmitJobDocument SubmitJobDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SubmitJobDocument SubmitJobDocument.Factory.parse(org.w3c.dom.Node node)
           
static SubmitJobDocument SubmitJobDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static SubmitJobDocument SubmitJobDocument.Factory.parse(java.io.Reader r)
           
static SubmitJobDocument SubmitJobDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SubmitJobDocument SubmitJobDocument.Factory.parse(java.lang.String xmlAsString)
           
static SubmitJobDocument SubmitJobDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SubmitJobDocument SubmitJobDocument.Factory.parse(java.net.URL u)
           
static SubmitJobDocument SubmitJobDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static SubmitJobDocument SubmitJobDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SubmitJobDocument SubmitJobDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SubmitJobDocument SubmitJobDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static SubmitJobDocument SubmitJobDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of SubmitJobDocument in org.icenigrid.schema.service.gridsam.impl
 

Classes in org.icenigrid.schema.service.gridsam.impl that implement SubmitJobDocument
 class SubmitJobDocumentImpl
          A document containing one submitJob(@http://www.icenigrid.org/service/gridsam) element.
 



Copyright © 2009. All Rights Reserved.