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

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

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

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

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

Classes in org.icenigrid.schema.pbs.qstat.impl that implement QtimeDocument
 class QtimeDocumentImpl
          A document containing one qtime(@uri:gridsam:pbs:qstat) element.
 



Copyright © 2009. All Rights Reserved.