|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobilealliance.schema.sti.v1_0.TranscodingParams
public class TranscodingParams
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>
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 |
---|
public TranscodingParams()
Method Detail |
---|
public Audio getAudio()
Audio
public void setAudio(Audio value)
value
- allowed object is
Audio
public boolean isSetAudio()
public Image getImage()
Image
public void setImage(Image value)
value
- allowed object is
Image
public boolean isSetImage()
public Video getVideo()
Video
public void setVideo(Video value)
value
- allowed object is
Video
public boolean isSetVideo()
public Text getText()
Text
public void setText(Text value)
value
- allowed object is
Text
public boolean isSetText()
public Multipart getMultipart()
Multipart
public void setMultipart(Multipart value)
value
- allowed object is
Multipart
public boolean isSetMultipart()
public java.lang.Long getSizeLimit()
Long
public void setSizeLimit(java.lang.Long value)
value
- allowed object is
Long
public boolean isSetSizeLimit()
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 |