|
||||||||||
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.Transformation
public class Transformation
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>
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 |
---|
public Transformation()
Method Detail |
---|
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public boolean isSetType()
public Properties getAttributes()
Properties
public void setAttributes(Properties value)
value
- allowed object is
Properties
public boolean isSetAttributes()
public java.lang.Integer getOrder()
Integer
public void setOrder(java.lang.Integer value)
value
- allowed object is
Integer
public boolean isSetOrder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |