|
||||||||||
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.Image.ColorScheme
public static class Image.ColorScheme
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>
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 |
---|
public Image.ColorScheme()
Method Detail |
---|
public java.lang.String getScheme()
String
public void setScheme(java.lang.String value)
value
- allowed object is
String
public boolean isSetScheme()
public int getDepth()
public void setDepth(int value)
public boolean isSetDepth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |