uk.ac.soton.itinnovation.grid.service.types.jsdl
Class JobIdentification

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.service.types.jsdl.RecognisedElementParser
      extended by uk.ac.soton.itinnovation.grid.service.types.jsdl.JobIdentification

public class JobIdentification
extends RecognisedElementParser


Constructor Summary
JobIdentification()
           
JobIdentification(Element jobIdentificationElement)
           
JobIdentification(String jobName)
           
 
Method Summary
 org.apache.axis.message.addressing.EndpointReferenceType getJobEPR()
           
 String getJobName()
           
protected  void parseElement(Element e, String namespace, String localName)
           
 void setJobEPR(Element jobEPRElement)
           
 void setJobEPR(org.apache.axis.message.addressing.EndpointReferenceType epr)
           
 void setJobName(String jobName)
           
 Element toXML(Document doc)
           
 
Methods inherited from class uk.ac.soton.itinnovation.grid.service.types.jsdl.RecognisedElementParser
addOtherNode, addRecognisedElement, addRecognisedElements, importOtherNodes, parse, removeOtherNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobIdentification

public JobIdentification(Element jobIdentificationElement)

JobIdentification

public JobIdentification()

JobIdentification

public JobIdentification(String jobName)
Method Detail

parseElement

protected void parseElement(Element e,
                            String namespace,
                            String localName)
Specified by:
parseElement in class RecognisedElementParser

getJobName

public String getJobName()

setJobName

public void setJobName(String jobName)

getJobEPR

public org.apache.axis.message.addressing.EndpointReferenceType getJobEPR()

setJobEPR

public void setJobEPR(Element jobEPRElement)

setJobEPR

public void setJobEPR(org.apache.axis.message.addressing.EndpointReferenceType epr)

toXML

public Element toXML(Document doc)


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.