org.openmobilealliance.schema.sti.v1_0
Class JobResult

java.lang.Object
  extended by org.openmobilealliance.schema.sti.v1_0.Job
      extended by org.openmobilealliance.schema.sti.v1_0.JobResult
All Implemented Interfaces:
java.io.Serializable

public class JobResult
extends Job
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

JobResult

public JobResult()
Method Detail

getMainReturnResult

public ReturnResult getMainReturnResult()
Gets the value of the mainReturnResult property.

Returns:
possible object is ReturnResult

setMainReturnResult

public void setMainReturnResult(ReturnResult value)
Sets the value of the mainReturnResult property.

Parameters:
value - allowed object is ReturnResult

isSetMainReturnResult

public boolean isSetMainReturnResult()

getAdditionalReturnResults

public ReturnResults getAdditionalReturnResults()
Gets the value of the additionalReturnResults property.

Returns:
possible object is ReturnResults

setAdditionalReturnResults

public void setAdditionalReturnResults(ReturnResults value)
Sets the value of the additionalReturnResults property.

Parameters:
value - allowed object is ReturnResults

isSetAdditionalReturnResults

public boolean isSetAdditionalReturnResults()

getAdaptationsPerformed

public JobResult.AdaptationsPerformed getAdaptationsPerformed()
Gets the value of the adaptationsPerformed property.

Returns:
possible object is JobResult.AdaptationsPerformed

setAdaptationsPerformed

public void setAdaptationsPerformed(JobResult.AdaptationsPerformed value)
Sets the value of the adaptationsPerformed property.

Parameters:
value - allowed object is JobResult.AdaptationsPerformed

isSetAdaptationsPerformed

public boolean isSetAdaptationsPerformed()

getDuration

public java.lang.Integer getDuration()
Gets the value of the duration property.

Returns:
possible object is Integer

setDuration

public void setDuration(java.lang.Integer value)
Sets the value of the duration property.

Parameters:
value - allowed object is Integer

isSetDuration

public boolean isSetDuration()

getOutput

public JobResult.Output getOutput()
Gets the value of the output property.

Returns:
possible object is JobResult.Output

setOutput

public void setOutput(JobResult.Output value)
Sets the value of the output property.

Parameters:
value - allowed object is JobResult.Output

isSetOutput

public boolean isSetOutput()

getInputMediaProperties

public MediaProperties getInputMediaProperties()
Gets the value of the inputMediaProperties property.

Returns:
possible object is MediaProperties

setInputMediaProperties

public void setInputMediaProperties(MediaProperties value)
Sets the value of the inputMediaProperties property.

Parameters:
value - allowed object is MediaProperties

isSetInputMediaProperties

public boolean isSetInputMediaProperties()

getOutputMediaProperties

public MediaProperties getOutputMediaProperties()
Gets the value of the outputMediaProperties property.

Returns:
possible object is MediaProperties

setOutputMediaProperties

public void setOutputMediaProperties(MediaProperties value)
Sets the value of the outputMediaProperties property.

Parameters:
value - allowed object is MediaProperties

isSetOutputMediaProperties

public boolean isSetOutputMediaProperties()