|
|||||||||
| 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"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ConfigurationVariableXto()
|
|
| Method Summary | |
|---|---|
String |
getDefaultValue()
Gets the value of the defaultValue property. |
String |
getDescription()
Gets the value of the description property. |
int |
getModelOid()
Gets the value of the modelOid property. |
String |
getName()
Gets the value of the name property. |
String |
getType()
Gets the value of the type property. |
String |
getValue()
Gets the value of the value property. |
void |
setDefaultValue(String value)
Sets the value of the defaultValue property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setModelOid(int value)
Sets the value of the modelOid property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setValue(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 String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDefaultValue()
Stringpublic void setDefaultValue(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic int getModelOid()
public void setModelOid(int value)
public String getType()
Stringpublic void setType(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||