public static class Neobin.Transitions.Transition.Var extends Object
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">
<attribute name="type" use="required" type="{http://neobin.ericaro.net/v1/}data-type" />
<attribute name="name" use="required" type="{http://neobin.ericaro.net/v1/}qname" />
<attribute name="many" type="{http://neobin.ericaro.net/v1/}many-type" default="single" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManyType |
many |
protected String |
name |
protected DataType |
type |
| Constructor and Description |
|---|
Neobin.Transitions.Transition.Var() |
| Modifier and Type | Method and Description |
|---|---|
ManyType |
getMany()
Gets the value of the many property.
|
String |
getName()
Gets the value of the name property.
|
DataType |
getType()
Gets the value of the type property.
|
void |
setMany(ManyType value)
Sets the value of the many property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(DataType value)
Sets the value of the type property.
|
public DataType getType()
DataTypepublic void setType(DataType value)
value - allowed object is
DataTypepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ManyType getMany()
ManyTypeCopyright © 2012. All Rights Reserved.