Uses of Interface
org.icenigrid.schema.pbs.qstat.JobOwnerDocument

Packages that use JobOwnerDocument
org.icenigrid.schema.pbs.qstat   
org.icenigrid.schema.pbs.qstat.impl   
 

Uses of JobOwnerDocument in org.icenigrid.schema.pbs.qstat
 

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

Uses of JobOwnerDocument in org.icenigrid.schema.pbs.qstat.impl
 

Classes in org.icenigrid.schema.pbs.qstat.impl that implement JobOwnerDocument
 class JobOwnerDocumentImpl
          A document containing one Job_Owner(@uri:gridsam:pbs:qstat) element.
 



Copyright © 2009. All Rights Reserved.