Class ApprovalChange

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

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

    • ApprovalChange

      public ApprovalChange()
  • Method Details

    • getTask

      public List<Task> 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 list Task
    • getProcessName

      public String getProcessName()
      Gets the value of the processName property.
      Returns:
      possible object is String
    • setProcessName

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