public class CodeValueType
extends java.lang.Object
implements java.io.Serializable
Java class for CodeValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodeValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{http://flexagon.com/release/executionunits}ValueScript" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
code |
protected java.lang.String |
value |
protected PipelineScriptType |
valueScript |
| Constructor and Description |
|---|
CodeValueType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Gets the value of the code property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
PipelineScriptType |
getValueScript()
Gets the value of the valueScript property.
|
void |
setCode(java.lang.String value)
Sets the value of the code property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
void |
setValueScript(PipelineScriptType value)
Sets the value of the valueScript property.
|
protected java.lang.String code
protected java.lang.String value
protected PipelineScriptType valueScript
public java.lang.String getCode()
Stringpublic void setCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic PipelineScriptType getValueScript()
PipelineScriptTypepublic void setValueScript(PipelineScriptType value)
value - allowed object is
PipelineScriptType