org.openmobilealliance.schema.sti.v1_0
Class Transformation

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

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

Contains transformation data.

Java class for Transformation complex type.

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

 <complexType name="Transformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="attributes" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/>
         <element name="order" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeInt" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Transformation()
           
 
Method Summary
 Properties getAttributes()
          Gets the value of the attributes property.
 java.lang.Integer getOrder()
          Gets the value of the order property.
 java.lang.String getType()
          Gets the value of the type property.
 boolean isSetAttributes()
           
 boolean isSetOrder()
           
 boolean isSetType()
           
 void setAttributes(Properties value)
          Sets the value of the attributes property.
 void setOrder(java.lang.Integer value)
          Sets the value of the order property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transformation

public Transformation()
Method Detail

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isSetType

public boolean isSetType()

getAttributes

public Properties getAttributes()
Gets the value of the attributes property.

Returns:
possible object is Properties

setAttributes

public void setAttributes(Properties value)
Sets the value of the attributes property.

Parameters:
value - allowed object is Properties

isSetAttributes

public boolean isSetAttributes()

getOrder

public java.lang.Integer getOrder()
Gets the value of the order property.

Returns:
possible object is Integer

setOrder

public void setOrder(java.lang.Integer value)
Sets the value of the order property.

Parameters:
value - allowed object is Integer

isSetOrder

public boolean isSetOrder()