org.openmobilealliance.schema.sti.v1_0
Class MediaDetailsImage

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

public class MediaDetailsImage
extends MediaDetailsBase
implements java.io.Serializable

Contains image-specific transcoding params data for media details.

Java class for MediaDetailsImage complex type.

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

 <complexType name="MediaDetailsImage">
   <complexContent>
     <extension base="{http://www.openmobilealliance.org/schema/sti/v1_0}MediaDetailsBase">
       <sequence>
         <element name="CID" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="codec" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="codecParams" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/>
         <element name="width" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeInt" minOccurs="0"/>
         <element name="height" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeInt" minOccurs="0"/>
         <element name="compressionType" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="numberOfColors" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeInt" minOccurs="0"/>
         <element name="bitPerPixel" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeInt" minOccurs="0"/>
         <element name="interlaced" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MediaDetailsImage()
           
 
Method Summary
 java.lang.Integer getBitPerPixel()
          Gets the value of the bitPerPixel property.
 java.lang.String getCID()
          Gets the value of the cid property.
 java.lang.String getCodec()
          Gets the value of the codec property.
 Properties getCodecParams()
          Gets the value of the codecParams property.
 java.lang.String getCompressionType()
          Gets the value of the compressionType property.
 java.lang.Integer getHeight()
          Gets the value of the height property.
 java.lang.Integer getNumberOfColors()
          Gets the value of the numberOfColors property.
 java.lang.Integer getWidth()
          Gets the value of the width property.
 java.lang.Boolean isInterlaced()
          Gets the value of the interlaced property.
 boolean isSetBitPerPixel()
           
 boolean isSetCID()
           
 boolean isSetCodec()
           
 boolean isSetCodecParams()
           
 boolean isSetCompressionType()
           
 boolean isSetHeight()
           
 boolean isSetInterlaced()
           
 boolean isSetNumberOfColors()
           
 boolean isSetWidth()
           
 void setBitPerPixel(java.lang.Integer value)
          Sets the value of the bitPerPixel property.
 void setCID(java.lang.String value)
          Sets the value of the cid property.
 void setCodec(java.lang.String value)
          Sets the value of the codec property.
 void setCodecParams(Properties value)
          Sets the value of the codecParams property.
 void setCompressionType(java.lang.String value)
          Sets the value of the compressionType property.
 void setHeight(java.lang.Integer value)
          Sets the value of the height property.
 void setInterlaced(java.lang.Boolean value)
          Sets the value of the interlaced property.
 void setNumberOfColors(java.lang.Integer value)
          Sets the value of the numberOfColors property.
 void setWidth(java.lang.Integer value)
          Sets the value of the width property.
 
Methods inherited from class org.openmobilealliance.schema.sti.v1_0.MediaDetailsBase
getContentType, getContentTypeParams, getDrmDetails, getExtensionData, getMetaData, getSize, isSetContentType, isSetContentTypeParams, isSetDrmDetails, isSetExtensionData, isSetMetaData, isSetSize, setContentType, setContentTypeParams, setDrmDetails, setExtensionData, setMetaData, setSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaDetailsImage

public MediaDetailsImage()
Method Detail

getCID

public java.lang.String getCID()
Gets the value of the cid property.

Returns:
possible object is String

setCID

public void setCID(java.lang.String value)
Sets the value of the cid property.

Parameters:
value - allowed object is String

isSetCID

public boolean isSetCID()

getCodec

public java.lang.String getCodec()
Gets the value of the codec property.

Returns:
possible object is String

setCodec

public void setCodec(java.lang.String value)
Sets the value of the codec property.

Parameters:
value - allowed object is String

isSetCodec

public boolean isSetCodec()

getCodecParams

public Properties getCodecParams()
Gets the value of the codecParams property.

Returns:
possible object is Properties

setCodecParams

public void setCodecParams(Properties value)
Sets the value of the codecParams property.

Parameters:
value - allowed object is Properties

isSetCodecParams

public boolean isSetCodecParams()

getWidth

public java.lang.Integer getWidth()
Gets the value of the width property.

Returns:
possible object is Integer

setWidth

public void setWidth(java.lang.Integer value)
Sets the value of the width property.

Parameters:
value - allowed object is Integer

isSetWidth

public boolean isSetWidth()

getHeight

public java.lang.Integer getHeight()
Gets the value of the height property.

Returns:
possible object is Integer

setHeight

public void setHeight(java.lang.Integer value)
Sets the value of the height property.

Parameters:
value - allowed object is Integer

isSetHeight

public boolean isSetHeight()

getCompressionType

public java.lang.String getCompressionType()
Gets the value of the compressionType property.

Returns:
possible object is String

setCompressionType

public void setCompressionType(java.lang.String value)
Sets the value of the compressionType property.

Parameters:
value - allowed object is String

isSetCompressionType

public boolean isSetCompressionType()

getNumberOfColors

public java.lang.Integer getNumberOfColors()
Gets the value of the numberOfColors property.

Returns:
possible object is Integer

setNumberOfColors

public void setNumberOfColors(java.lang.Integer value)
Sets the value of the numberOfColors property.

Parameters:
value - allowed object is Integer

isSetNumberOfColors

public boolean isSetNumberOfColors()

getBitPerPixel

public java.lang.Integer getBitPerPixel()
Gets the value of the bitPerPixel property.

Returns:
possible object is Integer

setBitPerPixel

public void setBitPerPixel(java.lang.Integer value)
Sets the value of the bitPerPixel property.

Parameters:
value - allowed object is Integer

isSetBitPerPixel

public boolean isSetBitPerPixel()

isInterlaced

public java.lang.Boolean isInterlaced()
Gets the value of the interlaced property.

Returns:
possible object is Boolean

setInterlaced

public void setInterlaced(java.lang.Boolean value)
Sets the value of the interlaced property.

Parameters:
value - allowed object is Boolean

isSetInterlaced

public boolean isSetInterlaced()