Class PostSubmission

java.lang.Object
oracle.iam.request.model.vo.PostSubmission
All Implemented Interfaces:
Serializable

public class PostSubmission extends Object implements Serializable
<p>Java class for post-submission complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="post-submission"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="data-action-handler" type="{http://www.oracle.com/schema/oim/request}data-action-handler" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
See Also:
  • Constructor Details

    • PostSubmission

      public PostSubmission()
  • Method Details

    • getDataActionHandler

      public DataActionHandler getDataActionHandler()
      Gets the value of the dataActionHandler property.
      Returns:
      possible object is DataActionHandler
    • setDataActionHandler

      public void setDataActionHandler(DataActionHandler value)
      Sets the value of the dataActionHandler property.
      Parameters:
      value - allowed object is DataActionHandler