public class Neobin 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">
<all>
<element name="package" type="{http://neobin.ericaro.net/v1/}qname"/>
<element name="header" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://neobin.ericaro.net/v1/}javaIdentifier" minOccurs="0"/>
<element name="expression" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="transitions">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="transition" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="var" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
<attribute name="name" use="required" type="{http://neobin.ericaro.net/v1/}alias" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="states" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="state" maxOccurs="unbounded">
<complexType>
<simpleContent>
<extension base="<http://neobin.ericaro.net/v1/>javaIdentifier">
<attribute name="path" use="required" type="{http://neobin.ericaro.net/v1/}path" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Neobin.States
Java class for anonymous complex type.
|
static class |
Neobin.Transitions
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
_package |
protected String |
expression |
protected String |
header |
protected String |
name |
protected Neobin.States |
states |
protected Neobin.Transitions |
transitions |
| Constructor and Description |
|---|
Neobin() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
Gets the value of the expression property.
|
String |
getHeader()
Gets the value of the header property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPackage()
Gets the value of the package property.
|
Neobin.States |
getStates()
Gets the value of the states property.
|
Neobin.Transitions |
getTransitions()
Gets the value of the transitions property.
|
void |
setExpression(String value)
Sets the value of the expression property.
|
void |
setHeader(String value)
Sets the value of the header property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPackage(String value)
Sets the value of the package property.
|
void |
setStates(Neobin.States value)
Sets the value of the states property.
|
void |
setTransitions(Neobin.Transitions value)
Sets the value of the transitions property.
|
protected String _package
protected String header
protected String name
protected String expression
protected Neobin.Transitions transitions
protected Neobin.States states
public String getPackage()
Stringpublic void setPackage(String value)
value - allowed object is
Stringpublic String getHeader()
Stringpublic void setHeader(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getExpression()
Stringpublic void setExpression(String value)
value - allowed object is
Stringpublic Neobin.Transitions getTransitions()
Neobin.Transitionspublic void setTransitions(Neobin.Transitions value)
value - allowed object is
Neobin.Transitionspublic Neobin.States getStates()
Neobin.Statespublic void setStates(Neobin.States value)
value - allowed object is
Neobin.StatesCopyright © 2012. All Rights Reserved.