Package oracle.iam.request.history.jaxb
Class ApprovalChange
java.lang.Object
oracle.iam.request.history.jaxb.ApprovalChange
- All Implemented Interfaces:
Serializable
<p>Java class for approval-change complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<complexType name="approval-change">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="task" type="{http://www.example.org}task" maxOccurs="unbounded"/>
</sequence>
<attribute name="ProcessName" 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 processName property.getTask()
Gets the value of the task property.void
setProcessName
(String value) Sets the value of the processName property.
-
Constructor Details
-
ApprovalChange
public ApprovalChange()
-
-
Method Details
-
getTask
Gets the value of the task property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the task property. <p> For example, to add a new item, do as follows: <pre> getTask().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the listTask
-
getProcessName
Gets the value of the processName property.- Returns:
- possible object is
String
-
setProcessName
Sets the value of the processName property.- Parameters:
value
- allowed object isString
-