|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.request.history.jaxb.StatusChange
public class StatusChange
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 Summary | |
|---|---|
StatusChange() |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatusChange()
| Method Detail |
|---|
public java.lang.String getOldStatus()
Stringpublic void setOldStatus(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getNewStatus()
Stringpublic void setNewStatus(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getNewStage()
Stringpublic void setNewStage(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getOldStage()
Stringpublic void setOldStage(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||