Class StatusChange

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

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

    • StatusChange

      public StatusChange()
  • 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
    • getNewStage

      public String getNewStage()
      Gets the value of the newStage property.
      Returns:
      possible object is String
    • setNewStage

      public void setNewStage(String value)
      Sets the value of the newStage property.
      Parameters:
      value - allowed object is String
    • getOldStage

      public String getOldStage()
      Gets the value of the oldStage property.
      Returns:
      possible object is String
    • setOldStage

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