|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmobilealliance.schema.sti.v1_0.Media org.openmobilealliance.schema.sti.v1_0.Multipart
public class Multipart
Contains multipart-specific transcoding params data.
Java class for Multipart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Multipart"> <complexContent> <extension base="{http://www.openmobilealliance.org/schema/sti/v1_0}Media"> <sequence> <element name="presentation" 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" minOccurs="0"/> <element name="contentTypeParams" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/> <element name="template" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="layout" type="{http://www.openmobilealliance.org/schema/sti/v1_0}LayoutEnum" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <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"/> </sequence> </extension> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
Multipart.Presentation
Contains presentation-specific transcoding params data. |
Constructor Summary | |
---|---|
Multipart()
|
Method Summary | |
---|---|
Audio |
getAudio()
Gets the value of the audio property. |
Image |
getImage()
Gets the value of the image property. |
Multipart.Presentation |
getPresentation()
Gets the value of the presentation property. |
Text |
getText()
Gets the value of the text property. |
Video |
getVideo()
Gets the value of the video property. |
boolean |
isSetAudio()
|
boolean |
isSetImage()
|
boolean |
isSetPresentation()
|
boolean |
isSetText()
|
boolean |
isSetVideo()
|
void |
setAudio(Audio value)
Sets the value of the audio property. |
void |
setImage(Image value)
Sets the value of the image property. |
void |
setPresentation(Multipart.Presentation value)
Sets the value of the presentation 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 org.openmobilealliance.schema.sti.v1_0.Media |
---|
getContentType, getContentTypeParams, getExtensionData, getSizeLimit, getTransformations, isSetContentType, isSetContentTypeParams, isSetExtensionData, isSetSizeLimit, isSetTransformations, setContentType, setContentTypeParams, setExtensionData, setSizeLimit, setTransformations |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Multipart()
Method Detail |
---|
public Multipart.Presentation getPresentation()
Multipart.Presentation
public void setPresentation(Multipart.Presentation value)
value
- allowed object is
Multipart.Presentation
public boolean isSetPresentation()
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |