org.eclipse.stardust.engine.api.ws
Class ConfigurationVariableXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ConfigurationVariableXto

public class ConfigurationVariableXto
extends Object

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

ConfigurationVariableXto

public ConfigurationVariableXto()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDefaultValue

public String getDefaultValue()
Gets the value of the defaultValue property.

Returns:
possible object is String

setDefaultValue

public void setDefaultValue(String value)
Sets the value of the defaultValue property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getModelOid

public int getModelOid()
Gets the value of the modelOid property.


setModelOid

public void setModelOid(int value)
Sets the value of the modelOid property.


getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.