Uses of Interface
org.ggf.schemas.jsdl.x2005.x11.jsdl.JobIdentificationType

Packages that use JobIdentificationType
org.ggf.schemas.jsdl.x2005.x11.jsdl   
org.ggf.schemas.jsdl.x2005.x11.jsdl.impl   
 

Uses of JobIdentificationType in org.ggf.schemas.jsdl.x2005.x11.jsdl
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl that return JobIdentificationType
 JobIdentificationType JobIdentificationDocument.addNewJobIdentification()
          Appends and returns a new empty "JobIdentification" element
 JobIdentificationType JobDescriptionType.addNewJobIdentification()
          Appends and returns a new empty "JobIdentification" element
 JobIdentificationType JobIdentificationDocument.getJobIdentification()
          Gets the "JobIdentification" element
 JobIdentificationType JobDescriptionType.getJobIdentification()
          Gets the "JobIdentification" element
static JobIdentificationType JobIdentificationType.Factory.newInstance()
           
static JobIdentificationType JobIdentificationType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static JobIdentificationType JobIdentificationType.Factory.parse(File file)
           
static JobIdentificationType JobIdentificationType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static JobIdentificationType JobIdentificationType.Factory.parse(InputStream is)
           
static JobIdentificationType JobIdentificationType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static JobIdentificationType JobIdentificationType.Factory.parse(Node node)
           
static JobIdentificationType JobIdentificationType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static JobIdentificationType JobIdentificationType.Factory.parse(Reader r)
           
static JobIdentificationType JobIdentificationType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static JobIdentificationType JobIdentificationType.Factory.parse(String xmlAsString)
           
static JobIdentificationType JobIdentificationType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static JobIdentificationType JobIdentificationType.Factory.parse(URL u)
           
static JobIdentificationType JobIdentificationType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static JobIdentificationType JobIdentificationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static JobIdentificationType JobIdentificationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static JobIdentificationType JobIdentificationType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static JobIdentificationType JobIdentificationType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl with parameters of type JobIdentificationType
 void JobIdentificationDocument.setJobIdentification(JobIdentificationType jobIdentification)
          Sets the "JobIdentification" element
 void JobDescriptionType.setJobIdentification(JobIdentificationType jobIdentification)
          Sets the "JobIdentification" element
 

Uses of JobIdentificationType in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl
 

Classes in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl that implement JobIdentificationType
 class JobIdentificationTypeImpl
          An XML JobIdentification_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl).
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl that return JobIdentificationType
 JobIdentificationType JobIdentificationDocumentImpl.addNewJobIdentification()
          Appends and returns a new empty "JobIdentification" element
 JobIdentificationType JobDescriptionTypeImpl.addNewJobIdentification()
          Appends and returns a new empty "JobIdentification" element
 JobIdentificationType JobIdentificationDocumentImpl.getJobIdentification()
          Gets the "JobIdentification" element
 JobIdentificationType JobDescriptionTypeImpl.getJobIdentification()
          Gets the "JobIdentification" element
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl with parameters of type JobIdentificationType
 void JobIdentificationDocumentImpl.setJobIdentification(JobIdentificationType jobIdentification)
          Sets the "JobIdentification" element
 void JobDescriptionTypeImpl.setJobIdentification(JobIdentificationType jobIdentification)
          Sets the "JobIdentification" element
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.