|
||||||||||
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.AdaptationClass
public class AdaptationClass
Information about Adaptation Classes; which are of interest and if they are allowed or not. Contains specific rules about how to adapt the content.
Java class for AdaptationClass complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdaptationClass"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="className" type="{http://www.w3.org/2001/XMLSchema}token"/> <element name="allowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="classRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AdaptationClass()
|
Method Summary | |
---|---|
java.lang.String |
getClassName()
Gets the value of the className property. |
java.lang.String |
getClassRef()
Gets the value of the classRef property. |
java.lang.Boolean |
isAllowed()
Gets the value of the allowed property. |
boolean |
isSetAllowed()
|
boolean |
isSetClassName()
|
boolean |
isSetClassRef()
|
void |
setAllowed(java.lang.Boolean value)
Sets the value of the allowed property. |
void |
setClassName(java.lang.String value)
Sets the value of the className property. |
void |
setClassRef(java.lang.String value)
Sets the value of the classRef property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdaptationClass()
Method Detail |
---|
public java.lang.String getClassName()
String
public void setClassName(java.lang.String value)
value
- allowed object is
String
public boolean isSetClassName()
public java.lang.Boolean isAllowed()
Boolean
public void setAllowed(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isSetAllowed()
public java.lang.String getClassRef()
String
public void setClassRef(java.lang.String value)
value
- allowed object is
String
public boolean isSetClassRef()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |