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