Class Task

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

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

    • Task

      public Task()
  • Method Details

    • 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 String getTaskName()
      Gets the value of the taskName property.
      Returns:
      possible object is String
    • setTaskName

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