public class TestGate
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="TestQualifier" type="{http://flexagon.com/release/executionunits}TestQualifierEnum" minOccurs="0"/> <element name="TestQualifierValue" type="{http://flexagon.com/release/executionunits}PipelineScriptType" minOccurs="0"/> <element name="TestTypeId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://flexagon.com/release/executionunits}TestTypeIdScript" minOccurs="0"/> <element name="Precondition" type="{http://flexagon.com/release/executionunits}PreconditionType" minOccurs="0"/> <element name="OverrideRoleScript" type="{http://flexagon.com/release/executionunits}PipelineScriptType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected PipelineScriptType |
overrideRoleScript |
protected PreconditionType |
precondition |
protected TestQualifierEnum |
testQualifier |
protected PipelineScriptType |
testQualifierValue |
protected long |
testTypeId |
protected PipelineScriptType |
testTypeIdScript |
Constructor and Description |
---|
TestGate() |
Modifier and Type | Method and Description |
---|---|
PipelineScriptType |
getOverrideRoleScript()
Gets the value of the overrideRoleScript property.
|
PreconditionType |
getPrecondition()
Gets the value of the precondition property.
|
TestQualifierEnum |
getTestQualifier()
Gets the value of the testQualifier property.
|
PipelineScriptType |
getTestQualifierValue()
Gets the value of the testQualifierValue property.
|
long |
getTestTypeId()
Gets the value of the testTypeId property.
|
PipelineScriptType |
getTestTypeIdScript()
Gets the value of the testTypeIdScript property.
|
void |
setOverrideRoleScript(PipelineScriptType value)
Sets the value of the overrideRoleScript property.
|
void |
setPrecondition(PreconditionType value)
Sets the value of the precondition property.
|
void |
setTestQualifier(TestQualifierEnum value)
Sets the value of the testQualifier property.
|
void |
setTestQualifierValue(PipelineScriptType value)
Sets the value of the testQualifierValue property.
|
void |
setTestTypeId(long value)
Sets the value of the testTypeId property.
|
void |
setTestTypeIdScript(PipelineScriptType value)
Sets the value of the testTypeIdScript property.
|
protected TestQualifierEnum testQualifier
protected PipelineScriptType testQualifierValue
protected long testTypeId
protected PipelineScriptType testTypeIdScript
protected PreconditionType precondition
protected PipelineScriptType overrideRoleScript
public TestQualifierEnum getTestQualifier()
TestQualifierEnum
public void setTestQualifier(TestQualifierEnum value)
value
- allowed object is
TestQualifierEnum
public PipelineScriptType getTestQualifierValue()
PipelineScriptType
public void setTestQualifierValue(PipelineScriptType value)
value
- allowed object is
PipelineScriptType
public long getTestTypeId()
public void setTestTypeId(long value)
public PipelineScriptType getTestTypeIdScript()
PipelineScriptType
public void setTestTypeIdScript(PipelineScriptType value)
value
- allowed object is
PipelineScriptType
public PreconditionType getPrecondition()
PreconditionType
public void setPrecondition(PreconditionType value)
value
- allowed object is
PreconditionType
public PipelineScriptType getOverrideRoleScript()
PipelineScriptType
public void setOverrideRoleScript(PipelineScriptType value)
value
- allowed object is
PipelineScriptType