Skip navigation links


oracle.iam.request.model.vo
Class PostSubmission

java.lang.Object
  extended by oracle.iam.request.model.vo.PostSubmission

All Implemented Interfaces:
java.io.Serializable

public class PostSubmission
extends java.lang.Object
implements java.io.Serializable

Java class for post-submission complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="post_submission">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="data_action_handler" type="{http://www.oracle.com/schema/oim/request}data-action-handler" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
PostSubmission()
           

 

Method Summary
 DataActionHandler getDataActionHandler()
          Gets the value of the dataActionHandler property.
 void setDataActionHandler(DataActionHandler value)
          Sets the value of the dataActionHandler property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PostSubmission

public PostSubmission()

Method Detail

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

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.