org.openmobilealliance.schema.sti.v1_0
Class AdaptationClass

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

public class AdaptationClass
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

AdaptationClass

public AdaptationClass()
Method Detail

getClassName

public java.lang.String getClassName()
Gets the value of the className property.

Returns:
possible object is String

setClassName

public void setClassName(java.lang.String value)
Sets the value of the className property.

Parameters:
value - allowed object is String

isSetClassName

public boolean isSetClassName()

isAllowed

public java.lang.Boolean isAllowed()
Gets the value of the allowed property.

Returns:
possible object is Boolean

setAllowed

public void setAllowed(java.lang.Boolean value)
Sets the value of the allowed property.

Parameters:
value - allowed object is Boolean

isSetAllowed

public boolean isSetAllowed()

getClassRef

public java.lang.String getClassRef()
Gets the value of the classRef property.

Returns:
possible object is String

setClassRef

public void setClassRef(java.lang.String value)
Sets the value of the classRef property.

Parameters:
value - allowed object is String

isSetClassRef

public boolean isSetClassRef()