public class CustomScriptGate
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Script" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="TimeoutSeconds" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Precondition" type="{http://flexagon.com/release/executionunits}PreconditionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected PreconditionType |
precondition |
protected java.lang.String |
script |
protected java.lang.Integer |
timeoutSeconds |
Constructor and Description |
---|
CustomScriptGate() |
Modifier and Type | Method and Description |
---|---|
PreconditionType |
getPrecondition()
Gets the value of the precondition property.
|
java.lang.String |
getScript()
Gets the value of the script property.
|
java.lang.Integer |
getTimeoutSeconds()
Gets the value of the timeoutSeconds property.
|
void |
setPrecondition(PreconditionType value)
Sets the value of the precondition property.
|
void |
setScript(java.lang.String value)
Sets the value of the script property.
|
void |
setTimeoutSeconds(java.lang.Integer value)
Sets the value of the timeoutSeconds property.
|
protected java.lang.String script
protected java.lang.Integer timeoutSeconds
protected PreconditionType precondition
public java.lang.String getScript()
String
public void setScript(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getTimeoutSeconds()
Integer
public void setTimeoutSeconds(java.lang.Integer value)
value
- allowed object is
Integer
public PreconditionType getPrecondition()
PreconditionType
public void setPrecondition(PreconditionType value)
value
- allowed object is
PreconditionType