Skip navigation links


oracle.iam.request.history.jaxb
Class TaskStatusChange

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

All Implemented Interfaces:
java.io.Serializable

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

Java class for task-status-change complex type.

The following schema fragment specifies the expected content contained within this class.

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

Constructor Summary
TaskStatusChange()
           

 

Method Summary
 java.lang.String getNewStatus()
          Gets the value of the newStatus property.
 java.lang.String getOldStatus()
          Gets the value of the oldStatus property.
 void setNewStatus(java.lang.String value)
          Sets the value of the newStatus 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

TaskStatusChange

public TaskStatusChange()

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

Skip navigation links


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