org.openmobilealliance.schema.sti.v1_0
Class Job

java.lang.Object
  extended by org.openmobilealliance.schema.sti.v1_0.Job
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JobResult, TranscodingJob

public abstract class Job
extends java.lang.Object
implements java.io.Serializable

Base job type containing data common to the TranscodingJob and to the JobResult types.

Java class for Job complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Job">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="jobID" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="extensionData" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Job()
           
 
Method Summary
 Properties getExtensionData()
          Gets the value of the extensionData property.
 java.lang.String getJobID()
          Gets the value of the jobID property.
 boolean isSetExtensionData()
           
 boolean isSetJobID()
           
 void setExtensionData(Properties value)
          Sets the value of the extensionData property.
 void setJobID(java.lang.String value)
          Sets the value of the jobID property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Job

public Job()
Method Detail

getJobID

public java.lang.String getJobID()
Gets the value of the jobID property.

Returns:
possible object is String

setJobID

public void setJobID(java.lang.String value)
Sets the value of the jobID property.

Parameters:
value - allowed object is String

isSetJobID

public boolean isSetJobID()

getExtensionData

public Properties getExtensionData()
Gets the value of the extensionData property.

Returns:
possible object is Properties

setExtensionData

public void setExtensionData(Properties value)
Sets the value of the extensionData property.

Parameters:
value - allowed object is Properties

isSetExtensionData

public boolean isSetExtensionData()