|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmobilealliance.schema.sti.v1_0.Job
public abstract class Job
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>
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 |
---|
public Job()
Method Detail |
---|
public java.lang.String getJobID()
String
public void setJobID(java.lang.String value)
value
- allowed object is
String
public boolean isSetJobID()
public Properties getExtensionData()
Properties
public void setExtensionData(Properties value)
value
- allowed object is
Properties
public boolean isSetExtensionData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |