Package oracle.iam.request.history.jaxb
Class Task
java.lang.Object
oracle.iam.request.history.jaxb.Task
- All Implemented Interfaces:
Serializable
<p>Java class for task complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<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>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assignmentChange property.Gets the value of the statusChange property.Gets the value of the taskName property.void
Sets the value of the assignmentChange property.void
setStatusChange
(TaskStatusChange value) Sets the value of the statusChange property.void
setTaskName
(String value) Sets the value of the taskName property.
-
Constructor Details
-
Task
public Task()
-
-
Method Details
-
getAssignmentChange
Gets the value of the assignmentChange property.- Returns:
- possible object is
AssignmentChange
-
setAssignmentChange
Sets the value of the assignmentChange property.- Parameters:
value
- allowed object isAssignmentChange
-
getStatusChange
Gets the value of the statusChange property.- Returns:
- possible object is
TaskStatusChange
-
setStatusChange
Sets the value of the statusChange property.- Parameters:
value
- allowed object isTaskStatusChange
-
getTaskName
Gets the value of the taskName property.- Returns:
- possible object is
String
-
setTaskName
Sets the value of the taskName property.- Parameters:
value
- allowed object isString
-