public class UtilityWorkflowStep
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="ProjectId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://flexagon.com/release/executionunits}Inputs"/> <element ref="{http://flexagon.com/release/executionunits}FlexFields"/> <element name="Precondition" type="{http://flexagon.com/release/executionunits}PreconditionType" minOccurs="0"/> <element name="OnError" type="{http://flexagon.com/release/executionunits}OnErrorType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected FlexFieldListType |
flexFields |
protected InputListType |
inputs |
protected OnErrorType |
onError |
protected PreconditionType |
precondition |
protected long |
projectId |
Constructor and Description |
---|
UtilityWorkflowStep() |
Modifier and Type | Method and Description |
---|---|
FlexFieldListType |
getFlexFields()
Gets the value of the flexFields property.
|
InputListType |
getInputs()
Gets the value of the inputs property.
|
OnErrorType |
getOnError()
Gets the value of the onError property.
|
PreconditionType |
getPrecondition()
Gets the value of the precondition property.
|
long |
getProjectId()
Gets the value of the projectId property.
|
void |
setFlexFields(FlexFieldListType value)
Sets the value of the flexFields property.
|
void |
setInputs(InputListType value)
Sets the value of the inputs property.
|
void |
setOnError(OnErrorType value)
Sets the value of the onError property.
|
void |
setPrecondition(PreconditionType value)
Sets the value of the precondition property.
|
void |
setProjectId(long value)
Sets the value of the projectId property.
|
protected long projectId
protected InputListType inputs
protected FlexFieldListType flexFields
protected PreconditionType precondition
protected OnErrorType onError
public long getProjectId()
public void setProjectId(long value)
public InputListType getInputs()
InputListType
public void setInputs(InputListType value)
value
- allowed object is
InputListType
public FlexFieldListType getFlexFields()
FlexFieldListType
public void setFlexFields(FlexFieldListType value)
value
- allowed object is
FlexFieldListType
public PreconditionType getPrecondition()
PreconditionType
public void setPrecondition(PreconditionType value)
value
- allowed object is
PreconditionType
public OnErrorType getOnError()
OnErrorType
public void setOnError(OnErrorType value)
value
- allowed object is
OnErrorType