org.openmobilealliance.schema.sti.v1_0
Class MediaDetailMultipart.MediaDetailsPresentation

java.lang.Object
  extended by org.openmobilealliance.schema.sti.v1_0.MediaDetailMultipart.MediaDetailsPresentation
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MediaDetailMultipart

public static class MediaDetailMultipart.MediaDetailsPresentation
extends java.lang.Object
implements java.io.Serializable

Contains presentation-specific transcoding params data.

Java class for anonymous complex type.

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

 <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="layout" type="{http://www.openmobilealliance.org/schema/sti/v1_0}LayoutEnum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MediaDetailMultipart.MediaDetailsPresentation()
           
 
Method Summary
 java.lang.String getContentType()
          Gets the value of the contentType property.
 Properties getContentTypeParams()
          Gets the value of the contentTypeParams property.
 LayoutEnum getLayout()
          Gets the value of the layout property.
 boolean isSetContentType()
           
 boolean isSetContentTypeParams()
           
 boolean isSetLayout()
           
 void setContentType(java.lang.String value)
          Sets the value of the contentType property.
 void setContentTypeParams(Properties value)
          Sets the value of the contentTypeParams property.
 void setLayout(LayoutEnum value)
          Sets the value of the layout property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaDetailMultipart.MediaDetailsPresentation

public MediaDetailMultipart.MediaDetailsPresentation()
Method Detail

getContentType

public java.lang.String getContentType()
Gets the value of the contentType property.

Returns:
possible object is String

setContentType

public void setContentType(java.lang.String value)
Sets the value of the contentType property.

Parameters:
value - allowed object is String

isSetContentType

public boolean isSetContentType()

getContentTypeParams

public Properties getContentTypeParams()
Gets the value of the contentTypeParams property.

Returns:
possible object is Properties

setContentTypeParams

public void setContentTypeParams(Properties value)
Sets the value of the contentTypeParams property.

Parameters:
value - allowed object is Properties

isSetContentTypeParams

public boolean isSetContentTypeParams()

getLayout

public LayoutEnum getLayout()
Gets the value of the layout property.

Returns:
possible object is LayoutEnum

setLayout

public void setLayout(LayoutEnum value)
Sets the value of the layout property.

Parameters:
value - allowed object is LayoutEnum

isSetLayout

public boolean isSetLayout()