Package oracle.iam.request.model.vo
Class PostSubmission
java.lang.Object
oracle.iam.request.model.vo.PostSubmission
- All Implemented Interfaces:
Serializable
<p>Java class for post-submission complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<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>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataActionHandler property.void
Sets the value of the dataActionHandler property.
-
Constructor Details
-
PostSubmission
public PostSubmission()
-
-
Method Details
-
getDataActionHandler
Gets the value of the dataActionHandler property.- Returns:
- possible object is
DataActionHandler
-
setDataActionHandler
Sets the value of the dataActionHandler property.- Parameters:
value
- allowed object isDataActionHandler
-