Class TaskStatusChange

java.lang.Object
oracle.iam.request.history.jaxb.TaskStatusChange
All Implemented Interfaces:
Serializable

public class TaskStatusChange extends Object implements Serializable
<p>Java class for task-status-change complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="task-status-change"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="OldStatus" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="NewStatus" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
See Also:
  • Constructor Details

    • TaskStatusChange

      public TaskStatusChange()
  • Method Details

    • getOldStatus

      public String getOldStatus()
      Gets the value of the oldStatus property.
      Returns:
      possible object is String
    • setOldStatus

      public void setOldStatus(String value)
      Sets the value of the oldStatus property.
      Parameters:
      value - allowed object is String
    • getNewStatus

      public String getNewStatus()
      Gets the value of the newStatus property.
      Returns:
      possible object is String
    • setNewStatus

      public void setNewStatus(String value)
      Sets the value of the newStatus property.
      Parameters:
      value - allowed object is String