public class RequestModel
extends java.lang.Object
implements java.io.Serializable
Java class for request-model complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="request-model"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="submission" type="{http://www.oracle.com/schema/oim/request}submission"/> <element name="post-submission" type="{http://www.oracle.com/schema/oim/request}post-submission" minOccurs="0"/> <element name="approval" type="{http://www.oracle.com/schema/oim/request}approval"/> <element name="execution" type="{http://www.oracle.com/schema/oim/request}execution" minOccurs="0"/> <element name="orchestration" type="{http://www.oracle.com/schema/oim/request}orchestration" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="loginRequired" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="beneficiaryExists" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="beneficiaryType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="create-request" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="generic-entity" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="entity-type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="complex-request" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="operation" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="bulk" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="entitytype-in-bulk" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="self-request" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="ui-supported" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="deprecated" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
RequestModel() |
Modifier and Type | Method and Description |
---|---|
Approval |
getApproval()
Gets the value of the approval property.
|
java.lang.String |
getBeneficiaryType()
Gets the value of the beneficiaryType property.
|
java.lang.String |
getEntityType()
Gets the value of the entityType property.
|
Execution |
getExecution()
Gets the value of the execution property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getOperation()
Gets the value of the operation property.
|
Orchestration |
getOrchestration()
Gets the value of the orchestration property.
|
PostSubmission |
getPostSubmission()
Gets the value of the postSubmission property.
|
Submission |
getSubmission()
Gets the value of the submission property.
|
boolean |
isBeneficiaryExists()
Gets the value of the beneficiaryExists property.
|
boolean |
isBulk()
Gets the value of the bulk property.
|
java.lang.Boolean |
isComplexRequest()
Gets the value of the complexRequest property.
|
boolean |
isCreateRequest()
Gets the value of the createRequest property.
|
boolean |
isDeprecated()
Gets the value of the deprecated property.
|
java.lang.Boolean |
isEntitytypeInBulk()
Gets the value of the entitytypeInBulk property.
|
boolean |
isGenericEntity()
Gets the value of the genericEntity property.
|
boolean |
isLoginRequired()
Gets the value of the loginRequired property.
|
java.lang.Boolean |
isSelfRequest()
Gets the value of the selfRequest property.
|
boolean |
isUiSupported()
Gets the value of the uiSupported property.
|
void |
setApproval(Approval value)
Sets the value of the approval property.
|
void |
setBeneficiaryExists(boolean value)
Sets the value of the beneficiaryExists property.
|
void |
setBeneficiaryType(java.lang.String value)
Sets the value of the beneficiaryType property.
|
void |
setBulk(boolean value)
Sets the value of the bulk property.
|
void |
setComplexRequest(java.lang.Boolean value)
Sets the value of the complexRequest property.
|
void |
setCreateRequest(boolean value)
Sets the value of the createRequest property.
|
void |
setDeprecated(java.lang.Boolean value)
Sets the value of the deprecated property.
|
void |
setEntityType(java.lang.String value)
Sets the value of the entityType property.
|
void |
setEntitytypeInBulk(java.lang.Boolean value)
Sets the value of the entitytypeInBulk property.
|
void |
setExecution(Execution value)
Sets the value of the execution property.
|
void |
setGenericEntity(boolean value)
Sets the value of the genericEntity property.
|
void |
setLoginRequired(boolean value)
Sets the value of the loginRequired property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOperation(java.lang.String value)
Sets the value of the operation property.
|
void |
setOrchestration(Orchestration value)
Sets the value of the orchestration property.
|
void |
setPostSubmission(PostSubmission value)
Sets the value of the postSubmission property.
|
void |
setSelfRequest(java.lang.Boolean value)
Sets the value of the selfRequest property.
|
void |
setSubmission(Submission value)
Sets the value of the submission property.
|
void |
setUiSupported(boolean value)
Sets the value of the uiSupported property.
|
public Submission getSubmission()
Submission
public void setSubmission(Submission value)
value
- allowed object is
Submission
public PostSubmission getPostSubmission()
PostSubmission
public void setPostSubmission(PostSubmission value)
value
- allowed object is
PostSubmission
public Approval getApproval()
Approval
public void setApproval(Approval value)
value
- allowed object is
Approval
public Execution getExecution()
Execution
public void setExecution(Execution value)
value
- allowed object is
Execution
public Orchestration getOrchestration()
Orchestration
public void setOrchestration(Orchestration value)
value
- allowed object is
Orchestration
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isLoginRequired()
public void setLoginRequired(boolean value)
public boolean isBeneficiaryExists()
public void setBeneficiaryExists(boolean value)
public java.lang.String getBeneficiaryType()
String
public void setBeneficiaryType(java.lang.String value)
value
- allowed object is
String
public boolean isCreateRequest()
public void setCreateRequest(boolean value)
public boolean isGenericEntity()
public void setGenericEntity(boolean value)
public java.lang.String getEntityType()
String
public void setEntityType(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isComplexRequest()
Boolean
public void setComplexRequest(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getOperation()
String
public void setOperation(java.lang.String value)
value
- allowed object is
String
public boolean isBulk()
public void setBulk(boolean value)
public java.lang.Boolean isEntitytypeInBulk()
Boolean
public void setEntitytypeInBulk(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isSelfRequest()
Boolean
public void setSelfRequest(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isUiSupported()
public void setUiSupported(boolean value)
public boolean isDeprecated()
Boolean
public void setDeprecated(java.lang.Boolean value)
value
- allowed object is
Boolean