org.openmobilealliance.schema.sti.v1_0
Class Multipart

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

public class Multipart
extends Media
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

Multipart

public Multipart()
Method Detail

getPresentation

public Multipart.Presentation getPresentation()
Gets the value of the presentation property.

Returns:
possible object is Multipart.Presentation

setPresentation

public void setPresentation(Multipart.Presentation value)
Sets the value of the presentation property.

Parameters:
value - allowed object is Multipart.Presentation

isSetPresentation

public boolean isSetPresentation()

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