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>
| Constructor and Description |
|---|
PostSubmission() |
| Modifier and Type | Method and Description |
|---|---|
DataActionHandler |
getDataActionHandler()
Gets the value of the dataActionHandler property.
|
void |
setDataActionHandler(DataActionHandler value)
Sets the value of the dataActionHandler property.
|
public DataActionHandler getDataActionHandler()
DataActionHandlerpublic void setDataActionHandler(DataActionHandler value)
value - allowed object is
DataActionHandler