org.openmobilealliance.schema.sti.v1_0
Class Image.ColorScheme

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

public static class Image.ColorScheme
extends java.lang.Object
implements java.io.Serializable

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="scheme" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="depth" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeInt"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Image.ColorScheme()
           
 
Method Summary
 int getDepth()
          Gets the value of the depth property.
 java.lang.String getScheme()
          Gets the value of the scheme property.
 boolean isSetDepth()
           
 boolean isSetScheme()
           
 void setDepth(int value)
          Sets the value of the depth property.
 void setScheme(java.lang.String value)
          Sets the value of the scheme property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Image.ColorScheme

public Image.ColorScheme()
Method Detail

getScheme

public java.lang.String getScheme()
Gets the value of the scheme property.

Returns:
possible object is String

setScheme

public void setScheme(java.lang.String value)
Sets the value of the scheme property.

Parameters:
value - allowed object is String

isSetScheme

public boolean isSetScheme()

getDepth

public int getDepth()
Gets the value of the depth property.


setDepth

public void setDepth(int value)
Sets the value of the depth property.


isSetDepth

public boolean isSetDepth()