|
||||||||||
| 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()
Audiopublic void setAudio(Audio value)
value - allowed object is
Audiopublic boolean isSetAudio()
public Image getImage()
Imagepublic void setImage(Image value)
value - allowed object is
Imagepublic boolean isSetImage()
public Video getVideo()
Videopublic void setVideo(Video value)
value - allowed object is
Videopublic boolean isSetVideo()
public Text getText()
Textpublic void setText(Text value)
value - allowed object is
Textpublic boolean isSetText()
public Multipart getMultipart()
Multipartpublic void setMultipart(Multipart value)
value - allowed object is
Multipartpublic boolean isSetMultipart()
public java.lang.Long getSizeLimit()
Longpublic void setSizeLimit(java.lang.Long value)
value - allowed object is
Longpublic boolean isSetSizeLimit()
public Properties getExtensionData()
Propertiespublic void setExtensionData(Properties value)
value - allowed object is
Propertiespublic boolean isSetExtensionData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||