|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmobilealliance.schema.sti.v1_0.Job
org.openmobilealliance.schema.sti.v1_0.JobResult
public class JobResult
Contains transcoding job result data. Note: `output` is a conditional element (see STI spec for details).
Java class for JobResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobResult">
<complexContent>
<extension base="{http://www.openmobilealliance.org/schema/sti/v1_0}Job">
<sequence>
<element name="mainReturnResult" type="{http://www.openmobilealliance.org/schema/sti/v1_0}ReturnResult"/>
<element name="additionalReturnResults" type="{http://www.openmobilealliance.org/schema/sti/v1_0}ReturnResults" minOccurs="0"/>
<element name="adaptationsPerformed" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="adaptationPerformed" type="{http://www.w3.org/2001/XMLSchema}token" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="duration" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeInt" minOccurs="0"/>
<element name="output" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="contentType" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="contentTypeParams" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="mediaSize" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeLong" minOccurs="0"/>
<element name="extensionData" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="inputMediaProperties" type="{http://www.openmobilealliance.org/schema/sti/v1_0}MediaProperties" minOccurs="0"/>
<element name="outputMediaProperties" type="{http://www.openmobilealliance.org/schema/sti/v1_0}MediaProperties" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
JobResult.AdaptationsPerformed
Java class for anonymous complex type. |
static class |
JobResult.Output
Java class for anonymous complex type. |
| Constructor Summary | |
|---|---|
JobResult()
|
|
| Method Summary | |
|---|---|
JobResult.AdaptationsPerformed |
getAdaptationsPerformed()
Gets the value of the adaptationsPerformed property. |
ReturnResults |
getAdditionalReturnResults()
Gets the value of the additionalReturnResults property. |
java.lang.Integer |
getDuration()
Gets the value of the duration property. |
MediaProperties |
getInputMediaProperties()
Gets the value of the inputMediaProperties property. |
ReturnResult |
getMainReturnResult()
Gets the value of the mainReturnResult property. |
JobResult.Output |
getOutput()
Gets the value of the output property. |
MediaProperties |
getOutputMediaProperties()
Gets the value of the outputMediaProperties property. |
boolean |
isSetAdaptationsPerformed()
|
boolean |
isSetAdditionalReturnResults()
|
boolean |
isSetDuration()
|
boolean |
isSetInputMediaProperties()
|
boolean |
isSetMainReturnResult()
|
boolean |
isSetOutput()
|
boolean |
isSetOutputMediaProperties()
|
void |
setAdaptationsPerformed(JobResult.AdaptationsPerformed value)
Sets the value of the adaptationsPerformed property. |
void |
setAdditionalReturnResults(ReturnResults value)
Sets the value of the additionalReturnResults property. |
void |
setDuration(java.lang.Integer value)
Sets the value of the duration property. |
void |
setInputMediaProperties(MediaProperties value)
Sets the value of the inputMediaProperties property. |
void |
setMainReturnResult(ReturnResult value)
Sets the value of the mainReturnResult property. |
void |
setOutput(JobResult.Output value)
Sets the value of the output property. |
void |
setOutputMediaProperties(MediaProperties value)
Sets the value of the outputMediaProperties property. |
| Methods inherited from class org.openmobilealliance.schema.sti.v1_0.Job |
|---|
getExtensionData, getJobID, isSetExtensionData, isSetJobID, setExtensionData, setJobID |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobResult()
| Method Detail |
|---|
public ReturnResult getMainReturnResult()
ReturnResultpublic void setMainReturnResult(ReturnResult value)
value - allowed object is
ReturnResultpublic boolean isSetMainReturnResult()
public ReturnResults getAdditionalReturnResults()
ReturnResultspublic void setAdditionalReturnResults(ReturnResults value)
value - allowed object is
ReturnResultspublic boolean isSetAdditionalReturnResults()
public JobResult.AdaptationsPerformed getAdaptationsPerformed()
JobResult.AdaptationsPerformedpublic void setAdaptationsPerformed(JobResult.AdaptationsPerformed value)
value - allowed object is
JobResult.AdaptationsPerformedpublic boolean isSetAdaptationsPerformed()
public java.lang.Integer getDuration()
Integerpublic void setDuration(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isSetDuration()
public JobResult.Output getOutput()
JobResult.Outputpublic void setOutput(JobResult.Output value)
value - allowed object is
JobResult.Outputpublic boolean isSetOutput()
public MediaProperties getInputMediaProperties()
MediaPropertiespublic void setInputMediaProperties(MediaProperties value)
value - allowed object is
MediaPropertiespublic boolean isSetInputMediaProperties()
public MediaProperties getOutputMediaProperties()
MediaPropertiespublic void setOutputMediaProperties(MediaProperties value)
value - allowed object is
MediaPropertiespublic boolean isSetOutputMediaProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||