public static class Neobin.States.State extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
path |
protected String |
value |
| Constructor and Description |
|---|
Neobin.States.State() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Gets the value of the path property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getPath()
StringCopyright © 2012. All Rights Reserved.