Skip navigation links


oracle.iam.request.history.jaxb
Class Task

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

All Implemented Interfaces:
java.io.Serializable

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

Java class for task complex type.

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

 <complexType name="task">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="assignment_change" type="{http://www.example.org}assignment-change"/>
         <element name="status_change" type="{http://www.example.org}task-status-change"/>
       </sequence>
       <attribute name="TaskName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
Task()
           

 

Method Summary
 AssignmentChange getAssignmentChange()
          Gets the value of the assignmentChange property.
 TaskStatusChange getStatusChange()
          Gets the value of the statusChange property.
 java.lang.String getTaskName()
          Gets the value of the taskName property.
 void setAssignmentChange(AssignmentChange value)
          Sets the value of the assignmentChange property.
 void setStatusChange(TaskStatusChange value)
          Sets the value of the statusChange property.
 void setTaskName(java.lang.String value)
          Sets the value of the taskName property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Task

public Task()

Method Detail

getAssignmentChange

public AssignmentChange getAssignmentChange()
Gets the value of the assignmentChange property.
Returns:
possible object is AssignmentChange

setAssignmentChange

public void setAssignmentChange(AssignmentChange value)
Sets the value of the assignmentChange property.
Parameters:
value - allowed object is AssignmentChange

getStatusChange

public TaskStatusChange getStatusChange()
Gets the value of the statusChange property.
Returns:
possible object is TaskStatusChange

setStatusChange

public void setStatusChange(TaskStatusChange value)
Sets the value of the statusChange property.
Parameters:
value - allowed object is TaskStatusChange

getTaskName

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

setTaskName

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

Skip navigation links


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