public class ProgressStep extends Object implements Serializable
| Constructor and Description |
|---|
ProgressStep() |
ProgressStep(ProgressRule[] rules,
EvaluationStatus evaluationStatus) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
EvaluationStatus |
getEvaluationStatus()
Gets the evaluationStatus value for this ProgressStep.
|
ProgressRule[] |
getRules()
Gets the rules value for this ProgressStep.
|
ProgressRule |
getRules(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setEvaluationStatus(EvaluationStatus evaluationStatus)
Sets the evaluationStatus value for this ProgressStep.
|
void |
setRules(int i,
ProgressRule _value) |
void |
setRules(ProgressRule[] rules)
Sets the rules value for this ProgressStep.
|
String |
toString() |
public ProgressStep()
public ProgressStep(ProgressRule[] rules, EvaluationStatus evaluationStatus)
public ProgressRule[] getRules()
public void setRules(ProgressRule[] rules)
rules - * The rules in this step.public ProgressRule getRules(int i)
public void setRules(int i,
ProgressRule _value)
public EvaluationStatus getEvaluationStatus()
public void setEvaluationStatus(EvaluationStatus evaluationStatus)
evaluationStatus - * The status of this step.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All rights reserved.