org.openmobilealliance.schema.sti.v1_0
Class TranscodingJob.Target

java.lang.Object
  extended by org.openmobilealliance.schema.sti.v1_0.TranscodingJob.Target
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TranscodingJob

public static class TranscodingJob.Target
extends java.lang.Object
implements java.io.Serializable

Contains target media info to used to perform a transcoding job.

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="externalLocation" type="{http://www.openmobilealliance.org/schema/sti/v1_0}ExternalLocation" minOccurs="0"/>
         <element name="profileID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="applicationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="applicationSizeLimit" type="{http://www.openmobilealliance.org/schema/sti/v1_0}unboundedLong" minOccurs="0"/>
         <element name="transcodingParams" type="{http://www.openmobilealliance.org/schema/sti/v1_0}TranscodingParams" minOccurs="0"/>
         <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
TranscodingJob.Target()
           
 
Method Summary
 java.lang.Long getApplicationSizeLimit()
          Gets the value of the applicationSizeLimit property.
 java.lang.String getApplicationType()
          Gets the value of the applicationType property.
 Properties getExtensionData()
          Gets the value of the extensionData property.
 ExternalLocation getExternalLocation()
          Gets the value of the externalLocation property.
 java.lang.String getProfileID()
          Gets the value of the profileID property.
 TranscodingParams getTranscodingParams()
          Gets the value of the transcodingParams property.
 boolean isSetApplicationSizeLimit()
           
 boolean isSetApplicationType()
           
 boolean isSetExtensionData()
           
 boolean isSetExternalLocation()
           
 boolean isSetProfileID()
           
 boolean isSetTranscodingParams()
           
 void setApplicationSizeLimit(java.lang.Long value)
          Sets the value of the applicationSizeLimit property.
 void setApplicationType(java.lang.String value)
          Sets the value of the applicationType property.
 void setExtensionData(Properties value)
          Sets the value of the extensionData property.
 void setExternalLocation(ExternalLocation value)
          Sets the value of the externalLocation property.
 void setProfileID(java.lang.String value)
          Sets the value of the profileID property.
 void setTranscodingParams(TranscodingParams value)
          Sets the value of the transcodingParams property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranscodingJob.Target

public TranscodingJob.Target()
Method Detail

getExternalLocation

public ExternalLocation getExternalLocation()
Gets the value of the externalLocation property.

Returns:
possible object is ExternalLocation

setExternalLocation

public void setExternalLocation(ExternalLocation value)
Sets the value of the externalLocation property.

Parameters:
value - allowed object is ExternalLocation

isSetExternalLocation

public boolean isSetExternalLocation()

getProfileID

public java.lang.String getProfileID()
Gets the value of the profileID property.

Returns:
possible object is String

setProfileID

public void setProfileID(java.lang.String value)
Sets the value of the profileID property.

Parameters:
value - allowed object is String

isSetProfileID

public boolean isSetProfileID()

getApplicationType

public java.lang.String getApplicationType()
Gets the value of the applicationType property.

Returns:
possible object is String

setApplicationType

public void setApplicationType(java.lang.String value)
Sets the value of the applicationType property.

Parameters:
value - allowed object is String

isSetApplicationType

public boolean isSetApplicationType()

getApplicationSizeLimit

public java.lang.Long getApplicationSizeLimit()
Gets the value of the applicationSizeLimit property.

Returns:
possible object is Long

setApplicationSizeLimit

public void setApplicationSizeLimit(java.lang.Long value)
Sets the value of the applicationSizeLimit property.

Parameters:
value - allowed object is Long

isSetApplicationSizeLimit

public boolean isSetApplicationSizeLimit()

getTranscodingParams

public TranscodingParams getTranscodingParams()
Gets the value of the transcodingParams property.

Returns:
possible object is TranscodingParams

setTranscodingParams

public void setTranscodingParams(TranscodingParams value)
Sets the value of the transcodingParams property.

Parameters:
value - allowed object is TranscodingParams

isSetTranscodingParams

public boolean isSetTranscodingParams()

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()