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

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

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

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

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

Classes in org.icenigrid.schema.pbs.qstat.impl that implement EtimeDocument
 class EtimeDocumentImpl
          A document containing one etime(@uri:gridsam:pbs:qstat) element.
 



Copyright © 2009. All Rights Reserved.