|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ConfigurationVariableXto
public class ConfigurationVariableXto
Stores the changeable value of configuration-variable and also exposes non-changeable information like name, defaultValue, description
Java class for ConfigurationVariable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfigurationVariable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="modelOid" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ConfigurationVariableXto()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDefaultValue()
Gets the value of the defaultValue property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
int |
getModelOid()
Gets the value of the modelOid property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getValue()
Gets the value of the value property. |
void |
setDefaultValue(java.lang.String value)
Sets the value of the defaultValue property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setModelOid(int value)
Sets the value of the modelOid property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationVariableXto()
| Method Detail |
|---|
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDefaultValue()
Stringpublic void setDefaultValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic int getModelOid()
public void setModelOid(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||