Package oracle.iam.request.history.jaxb
Class StatusChange
java.lang.Object
oracle.iam.request.history.jaxb.StatusChange
- All Implemented Interfaces:
Serializable
<p>Java class for status-change complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<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>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the newStage property.Gets the value of the newStatus property.Gets the value of the oldStage property.Gets the value of the oldStatus property.void
setNewStage
(String value) Sets the value of the newStage property.void
setNewStatus
(String value) Sets the value of the newStatus property.void
setOldStage
(String value) Sets the value of the oldStage property.void
setOldStatus
(String value) Sets the value of the oldStatus property.
-
Constructor Details
-
StatusChange
public StatusChange()
-
-
Method Details
-
getOldStatus
Gets the value of the oldStatus property.- Returns:
- possible object is
String
-
setOldStatus
Sets the value of the oldStatus property.- Parameters:
value
- allowed object isString
-
getNewStatus
Gets the value of the newStatus property.- Returns:
- possible object is
String
-
setNewStatus
Sets the value of the newStatus property.- Parameters:
value
- allowed object isString
-
getNewStage
Gets the value of the newStage property.- Returns:
- possible object is
String
-
setNewStage
Sets the value of the newStage property.- Parameters:
value
- allowed object isString
-
getOldStage
Gets the value of the oldStage property.- Returns:
- possible object is
String
-
setOldStage
Sets the value of the oldStage property.- Parameters:
value
- allowed object isString
-