Skip navigation links


oracle.iam.request.model.vo
Class RequestModel

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

All Implemented Interfaces:
java.io.Serializable

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" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

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.
 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 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

RequestModel

public RequestModel()

Method Detail

getSubmission

public Submission getSubmission()
Gets the value of the submission property.
Returns:
possible object is Submission

setSubmission

public void setSubmission(Submission value)
Sets the value of the submission property.
Parameters:
value - allowed object is Submission

getPostSubmission

public PostSubmission getPostSubmission()
Gets the value of the postSubmission property.
Returns:
possible object is PostSubmission

setPostSubmission

public void setPostSubmission(PostSubmission value)
Sets the value of the postSubmission property.
Parameters:
value - allowed object is PostSubmission

getApproval

public Approval getApproval()
Gets the value of the approval property.
Returns:
possible object is Approval

setApproval

public void setApproval(Approval value)
Sets the value of the approval property.
Parameters:
value - allowed object is Approval

getExecution

public Execution getExecution()
Gets the value of the execution property.
Returns:
possible object is Execution

setExecution

public void setExecution(Execution value)
Sets the value of the execution property.
Parameters:
value - allowed object is Execution

getOrchestration

public Orchestration getOrchestration()
Gets the value of the orchestration property.
Returns:
possible object is Orchestration

setOrchestration

public void setOrchestration(Orchestration value)
Sets the value of the orchestration property.
Parameters:
value - allowed object is Orchestration

getName

public java.lang.String getName()
Gets the value of the name property.
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String

isLoginRequired

public boolean isLoginRequired()
Gets the value of the loginRequired property.

setLoginRequired

public void setLoginRequired(boolean value)
Sets the value of the loginRequired property.

isBeneficiaryExists

public boolean isBeneficiaryExists()
Gets the value of the beneficiaryExists property.

setBeneficiaryExists

public void setBeneficiaryExists(boolean value)
Sets the value of the beneficiaryExists property.

getBeneficiaryType

public java.lang.String getBeneficiaryType()
Gets the value of the beneficiaryType property.
Returns:
possible object is String

setBeneficiaryType

public void setBeneficiaryType(java.lang.String value)
Sets the value of the beneficiaryType property.
Parameters:
value - allowed object is String

isCreateRequest

public boolean isCreateRequest()
Gets the value of the createRequest property.

setCreateRequest

public void setCreateRequest(boolean value)
Sets the value of the createRequest property.

isGenericEntity

public boolean isGenericEntity()
Gets the value of the genericEntity property.

setGenericEntity

public void setGenericEntity(boolean value)
Sets the value of the genericEntity property.

getEntityType

public java.lang.String getEntityType()
Gets the value of the entityType property.
Returns:
possible object is String

setEntityType

public void setEntityType(java.lang.String value)
Sets the value of the entityType property.
Parameters:
value - allowed object is String

isComplexRequest

public java.lang.Boolean isComplexRequest()
Gets the value of the complexRequest property.
Returns:
possible object is Boolean

setComplexRequest

public void setComplexRequest(java.lang.Boolean value)
Sets the value of the complexRequest property.
Parameters:
value - allowed object is Boolean

getOperation

public java.lang.String getOperation()
Gets the value of the operation property.
Returns:
possible object is String

setOperation

public void setOperation(java.lang.String value)
Sets the value of the operation property.
Parameters:
value - allowed object is String

isBulk

public boolean isBulk()
Gets the value of the bulk property.

setBulk

public void setBulk(boolean value)
Sets the value of the bulk property.

isEntitytypeInBulk

public java.lang.Boolean isEntitytypeInBulk()
Gets the value of the entitytypeInBulk property.
Returns:
possible object is Boolean

setEntitytypeInBulk

public void setEntitytypeInBulk(java.lang.Boolean value)
Sets the value of the entitytypeInBulk property.
Parameters:
value - allowed object is Boolean

isSelfRequest

public java.lang.Boolean isSelfRequest()
Gets the value of the selfRequest property.
Returns:
possible object is Boolean

setSelfRequest

public void setSelfRequest(java.lang.Boolean value)
Sets the value of the selfRequest property.
Parameters:
value - allowed object is Boolean

isUiSupported

public boolean isUiSupported()
Gets the value of the uiSupported property.

setUiSupported

public void setUiSupported(boolean value)
Sets the value of the uiSupported property.

Skip navigation links


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