public class StatusChange
extends java.lang.Object
implements java.io.Serializable
Java class for status-change complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="status-change"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="OldStatus" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="NewStatus" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="NewStage" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="OldStage" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
StatusChange() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNewStage()
Gets the value of the newStage property.
|
java.lang.String |
getNewStatus()
Gets the value of the newStatus property.
|
java.lang.String |
getOldStage()
Gets the value of the oldStage property.
|
java.lang.String |
getOldStatus()
Gets the value of the oldStatus property.
|
void |
setNewStage(java.lang.String value)
Sets the value of the newStage property.
|
void |
setNewStatus(java.lang.String value)
Sets the value of the newStatus property.
|
void |
setOldStage(java.lang.String value)
Sets the value of the oldStage property.
|
void |
setOldStatus(java.lang.String value)
Sets the value of the oldStatus property.
|
public java.lang.String getOldStatus()
String
public void setOldStatus(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNewStatus()
String
public void setNewStatus(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNewStage()
String
public void setNewStage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOldStage()
String
public void setOldStage(java.lang.String value)
value
- allowed object is
String