|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.petalsview.dataset.FlowStepRef
public class FlowStepRef
Java class for FlowStepRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowStepRef">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="index" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="interfaceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="serviceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="flowEndStep" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="flowStartStep" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="flowRefIndex" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sucessMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="defaultErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
defaultErrorMessage
|
protected java.lang.Boolean |
flowEndStep
|
protected java.lang.String |
flowRefIndex
|
protected java.lang.Boolean |
flowStartStep
|
protected java.lang.String |
index
|
protected java.lang.String |
interfaceName
|
protected java.lang.String |
name
|
protected java.lang.String |
serviceName
|
protected java.lang.String |
sucessMessage
|
| Constructor Summary | |
|---|---|
FlowStepRef()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.lang.String |
getDefaultErrorMessage()
Gets the value of the defaultErrorMessage property. |
java.lang.String |
getFlowRefIndex()
Gets the value of the flowRefIndex property. |
java.lang.String |
getIndex()
Gets the value of the index property. |
java.lang.String |
getInterfaceName()
Gets the value of the interfaceName property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getServiceName()
Gets the value of the serviceName property. |
java.lang.String |
getSucessMessage()
Gets the value of the sucessMessage property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
java.lang.Boolean |
isFlowEndStep()
Gets the value of the flowEndStep property. |
java.lang.Boolean |
isFlowStartStep()
Gets the value of the flowStartStep property. |
void |
setDefaultErrorMessage(java.lang.String value)
Sets the value of the defaultErrorMessage property. |
void |
setFlowEndStep(java.lang.Boolean value)
Sets the value of the flowEndStep property. |
void |
setFlowRefIndex(java.lang.String value)
Sets the value of the flowRefIndex property. |
void |
setFlowStartStep(java.lang.Boolean value)
Sets the value of the flowStartStep property. |
void |
setIndex(java.lang.String value)
Sets the value of the index property. |
void |
setInterfaceName(java.lang.String value)
Sets the value of the interfaceName property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setServiceName(java.lang.String value)
Sets the value of the serviceName property. |
void |
setSucessMessage(java.lang.String value)
Sets the value of the sucessMessage property. |
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String index
protected java.lang.String name
protected java.lang.String interfaceName
protected java.lang.String serviceName
protected java.lang.Boolean flowEndStep
protected java.lang.Boolean flowStartStep
protected java.lang.String flowRefIndex
protected java.lang.String sucessMessage
protected java.lang.String defaultErrorMessage
| Constructor Detail |
|---|
public FlowStepRef()
| Method Detail |
|---|
public java.lang.String getIndex()
Stringpublic void setIndex(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInterfaceName()
Stringpublic void setInterfaceName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getServiceName()
Stringpublic void setServiceName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isFlowEndStep()
Booleanpublic void setFlowEndStep(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isFlowStartStep()
Booleanpublic void setFlowStartStep(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getFlowRefIndex()
Stringpublic void setFlowRefIndex(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSucessMessage()
Stringpublic void setSucessMessage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDefaultErrorMessage()
Stringpublic void setDefaultErrorMessage(java.lang.String value)
value - allowed object is
Stringpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||