|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.request.history.jaxb.Task
public class Task
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>
| 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 |
|---|
public Task()
| Method Detail |
|---|
public AssignmentChange getAssignmentChange()
AssignmentChangepublic void setAssignmentChange(AssignmentChange value)
value - allowed object is AssignmentChangepublic TaskStatusChange getStatusChange()
TaskStatusChangepublic void setStatusChange(TaskStatusChange value)
value - allowed object is TaskStatusChangepublic java.lang.String getTaskName()
Stringpublic void setTaskName(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||