org.openmobilealliance.schema.sti.v1_0
Class TranscodingParams

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

public class TranscodingParams
extends java.lang.Object
implements java.io.Serializable

Contains the transcoding params data for all media types.

Java class for TranscodingParams complex type.

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

 <complexType name="TranscodingParams">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice minOccurs="0">
           <element name="audio" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Audio" minOccurs="0"/>
           <element name="image" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Image" minOccurs="0"/>
           <element name="video" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Video" minOccurs="0"/>
           <element name="text" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Text" minOccurs="0"/>
           <element name="multipart" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Multipart" minOccurs="0"/>
         </choice>
         <element name="sizeLimit" type="{http://www.openmobilealliance.org/schema/sti/v1_0}unboundedLong" 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
TranscodingParams()
           
 
Method Summary
 Audio getAudio()
          Gets the value of the audio property.
 Properties getExtensionData()
          Gets the value of the extensionData property.
 Image getImage()
          Gets the value of the image property.
 Multipart getMultipart()
          Gets the value of the multipart property.
 java.lang.Long getSizeLimit()
          Gets the value of the sizeLimit property.
 Text getText()
          Gets the value of the text property.
 Video getVideo()
          Gets the value of the video property.
 boolean isSetAudio()
           
 boolean isSetExtensionData()
           
 boolean isSetImage()
           
 boolean isSetMultipart()
           
 boolean isSetSizeLimit()
           
 boolean isSetText()
           
 boolean isSetVideo()
           
 void setAudio(Audio value)
          Sets the value of the audio property.
 void setExtensionData(Properties value)
          Sets the value of the extensionData property.
 void setImage(Image value)
          Sets the value of the image property.
 void setMultipart(Multipart value)
          Sets the value of the multipart property.
 void setSizeLimit(java.lang.Long value)
          Sets the value of the sizeLimit property.
 void setText(Text value)
          Sets the value of the text property.
 void setVideo(Video value)
          Sets the value of the video property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranscodingParams

public TranscodingParams()
Method Detail

getAudio

public Audio getAudio()
Gets the value of the audio property.

Returns:
possible object is Audio

setAudio

public void setAudio(Audio value)
Sets the value of the audio property.

Parameters:
value - allowed object is Audio

isSetAudio

public boolean isSetAudio()

getImage

public Image getImage()
Gets the value of the image property.

Returns:
possible object is Image

setImage

public void setImage(Image value)
Sets the value of the image property.

Parameters:
value - allowed object is Image

isSetImage

public boolean isSetImage()

getVideo

public Video getVideo()
Gets the value of the video property.

Returns:
possible object is Video

setVideo

public void setVideo(Video value)
Sets the value of the video property.

Parameters:
value - allowed object is Video

isSetVideo

public boolean isSetVideo()

getText

public Text getText()
Gets the value of the text property.

Returns:
possible object is Text

setText

public void setText(Text value)
Sets the value of the text property.

Parameters:
value - allowed object is Text

isSetText

public boolean isSetText()

getMultipart

public Multipart getMultipart()
Gets the value of the multipart property.

Returns:
possible object is Multipart

setMultipart

public void setMultipart(Multipart value)
Sets the value of the multipart property.

Parameters:
value - allowed object is Multipart

isSetMultipart

public boolean isSetMultipart()

getSizeLimit

public java.lang.Long getSizeLimit()
Gets the value of the sizeLimit property.

Returns:
possible object is Long

setSizeLimit

public void setSizeLimit(java.lang.Long value)
Sets the value of the sizeLimit property.

Parameters:
value - allowed object is Long

isSetSizeLimit

public boolean isSetSizeLimit()

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