Uses of Interface
org.icenigrid.schema.pbs.qstat.CommentDocument.Comment

Packages that use CommentDocument.Comment
org.icenigrid.schema.pbs.qstat   
org.icenigrid.schema.pbs.qstat.impl   
 

Uses of CommentDocument.Comment in org.icenigrid.schema.pbs.qstat
 

Methods in org.icenigrid.schema.pbs.qstat that return CommentDocument.Comment
static CommentDocument.Comment CommentDocument.Comment.Factory.newInstance()
           
static CommentDocument.Comment CommentDocument.Comment.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static CommentDocument.Comment CommentDocument.Comment.Factory.newValue(java.lang.Object obj)
           
 CommentDocument.Comment JobDocument.Job.xgetComment()
          Gets (as xml) the "comment" element
 CommentDocument.Comment CommentDocument.xgetComment()
          Gets (as xml) the "comment" element
 

Methods in org.icenigrid.schema.pbs.qstat with parameters of type CommentDocument.Comment
 void JobDocument.Job.xsetComment(CommentDocument.Comment comment)
          Sets (as xml) the "comment" element
 void CommentDocument.xsetComment(CommentDocument.Comment comment)
          Sets (as xml) the "comment" element
 

Uses of CommentDocument.Comment in org.icenigrid.schema.pbs.qstat.impl
 

Classes in org.icenigrid.schema.pbs.qstat.impl that implement CommentDocument.Comment
static class CommentDocumentImpl.CommentImpl
          An XML comment(@uri:gridsam:pbs:qstat).
 

Methods in org.icenigrid.schema.pbs.qstat.impl that return CommentDocument.Comment
 CommentDocument.Comment JobDocumentImpl.JobImpl.xgetComment()
          Gets (as xml) the "comment" element
 CommentDocument.Comment CommentDocumentImpl.xgetComment()
          Gets (as xml) the "comment" element
 

Methods in org.icenigrid.schema.pbs.qstat.impl with parameters of type CommentDocument.Comment
 void JobDocumentImpl.JobImpl.xsetComment(CommentDocument.Comment comment)
          Sets (as xml) the "comment" element
 void CommentDocumentImpl.xsetComment(CommentDocument.Comment comment)
          Sets (as xml) the "comment" element
 



Copyright © 2009. All Rights Reserved.