|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.request.model.vo.RequestModel
public class RequestModel
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 Summary | |
|---|---|
RequestModel() |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestModel()
| Method Detail |
|---|
public Submission getSubmission()
Submissionpublic void setSubmission(Submission value)
value - allowed object is Submissionpublic PostSubmission getPostSubmission()
PostSubmissionpublic void setPostSubmission(PostSubmission value)
value - allowed object is PostSubmissionpublic Approval getApproval()
Approvalpublic void setApproval(Approval value)
value - allowed object is Approvalpublic Execution getExecution()
Executionpublic void setExecution(Execution value)
value - allowed object is Executionpublic Orchestration getOrchestration()
Orchestrationpublic void setOrchestration(Orchestration value)
value - allowed object is Orchestrationpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic boolean isLoginRequired()
public void setLoginRequired(boolean value)
public boolean isBeneficiaryExists()
public void setBeneficiaryExists(boolean value)
public java.lang.String getBeneficiaryType()
Stringpublic void setBeneficiaryType(java.lang.String value)
value - allowed object is Stringpublic boolean isCreateRequest()
public void setCreateRequest(boolean value)
public boolean isGenericEntity()
public void setGenericEntity(boolean value)
public java.lang.String getEntityType()
Stringpublic void setEntityType(java.lang.String value)
value - allowed object is Stringpublic java.lang.Boolean isComplexRequest()
Booleanpublic void setComplexRequest(java.lang.Boolean value)
value - allowed object is Booleanpublic java.lang.String getOperation()
Stringpublic void setOperation(java.lang.String value)
value - allowed object is Stringpublic boolean isBulk()
public void setBulk(boolean value)
public java.lang.Boolean isEntitytypeInBulk()
Booleanpublic void setEntitytypeInBulk(java.lang.Boolean value)
value - allowed object is Booleanpublic java.lang.Boolean isSelfRequest()
Booleanpublic void setSelfRequest(java.lang.Boolean value)
value - allowed object is Booleanpublic boolean isUiSupported()
public void setUiSupported(boolean value)
public boolean isDeprecated()
Booleanpublic void setDeprecated(java.lang.Boolean value)
value - allowed object is Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||