Skip navigation links


oracle.iam.request.history.jaxb
Class StatusChange

java.lang.Object
  extended by oracle.iam.request.history.jaxb.StatusChange

All Implemented Interfaces:
java.io.Serializable

public class StatusChange
extends java.lang.Object
implements java.io.Serializable

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>
 
See Also:
Serialized Form

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

StatusChange

public StatusChange()

Method Detail

getOldStatus

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

setOldStatus

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

getNewStatus

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

setNewStatus

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

getNewStage

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

setNewStage

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

getOldStage

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

setOldStage

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

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.