Package oracle.iam.request.history.jaxb
Class TaskStatusChange
java.lang.Object
oracle.iam.request.history.jaxb.TaskStatusChange
- All Implemented Interfaces:
Serializable
<p>Java class for task-status-change complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<complexType name="task-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" />
</restriction>
</complexContent>
</complexType>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the newStatus property.Gets the value of the oldStatus property.void
setNewStatus
(String value) Sets the value of the newStatus property.void
setOldStatus
(String value) Sets the value of the oldStatus property.
-
Constructor Details
-
TaskStatusChange
public TaskStatusChange()
-
-
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
-