org.icenigrid.schema.pbs.qstat
Interface ResourcesUsedDocument.ResourcesUsed

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ResourcesUsedDocumentImpl.ResourcesUsedImpl
Enclosing interface:
ResourcesUsedDocument

public static interface ResourcesUsedDocument.ResourcesUsed
extends org.apache.xmlbeans.XmlObject

An XML resources_used(@uri:gridsam:pbs:qstat). This is a complex type.


Nested Class Summary
static class ResourcesUsedDocument.ResourcesUsed.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 java.util.Calendar getCput()
          Gets the "cput" element
 MemDocument.Mem.Enum getMem()
          Gets the "mem" element
 VmemDocument.Vmem.Enum getVmem()
          Gets the "vmem" element
 java.util.Calendar getWalltime()
          Gets the "walltime" element
 void setCput(java.util.Calendar cput)
          Sets the "cput" element
 void setMem(MemDocument.Mem.Enum mem)
          Sets the "mem" element
 void setVmem(VmemDocument.Vmem.Enum vmem)
          Sets the "vmem" element
 void setWalltime(java.util.Calendar walltime)
          Sets the "walltime" element
 CputDocument.Cput xgetCput()
          Gets (as xml) the "cput" element
 MemDocument.Mem xgetMem()
          Gets (as xml) the "mem" element
 VmemDocument.Vmem xgetVmem()
          Gets (as xml) the "vmem" element
 WalltimeDocument.Walltime xgetWalltime()
          Gets (as xml) the "walltime" element
 void xsetCput(CputDocument.Cput cput)
          Sets (as xml) the "cput" element
 void xsetMem(MemDocument.Mem mem)
          Sets (as xml) the "mem" element
 void xsetVmem(VmemDocument.Vmem vmem)
          Sets (as xml) the "vmem" element
 void xsetWalltime(WalltimeDocument.Walltime walltime)
          Sets (as xml) the "walltime" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getCput

java.util.Calendar getCput()
Gets the "cput" element


xgetCput

CputDocument.Cput xgetCput()
Gets (as xml) the "cput" element


setCput

void setCput(java.util.Calendar cput)
Sets the "cput" element


xsetCput

void xsetCput(CputDocument.Cput cput)
Sets (as xml) the "cput" element


getMem

MemDocument.Mem.Enum getMem()
Gets the "mem" element


xgetMem

MemDocument.Mem xgetMem()
Gets (as xml) the "mem" element


setMem

void setMem(MemDocument.Mem.Enum mem)
Sets the "mem" element


xsetMem

void xsetMem(MemDocument.Mem mem)
Sets (as xml) the "mem" element


getVmem

VmemDocument.Vmem.Enum getVmem()
Gets the "vmem" element


xgetVmem

VmemDocument.Vmem xgetVmem()
Gets (as xml) the "vmem" element


setVmem

void setVmem(VmemDocument.Vmem.Enum vmem)
Sets the "vmem" element


xsetVmem

void xsetVmem(VmemDocument.Vmem vmem)
Sets (as xml) the "vmem" element


getWalltime

java.util.Calendar getWalltime()
Gets the "walltime" element


xgetWalltime

WalltimeDocument.Walltime xgetWalltime()
Gets (as xml) the "walltime" element


setWalltime

void setWalltime(java.util.Calendar walltime)
Sets the "walltime" element


xsetWalltime

void xsetWalltime(WalltimeDocument.Walltime walltime)
Sets (as xml) the "walltime" element



Copyright © 2009. All Rights Reserved.