Package oracle.iam.request.model.vo
Class RequestModel
java.lang.Object
oracle.iam.request.model.vo.RequestModel
- All Implemented Interfaces:
 Serializable
<p>Java class for request-model complex type.
 
 <p>The following schema fragment specifies the expected content contained within this class.
 
 <pre>
 <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>
 </pre>
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the value of the approval property.Gets the value of the beneficiaryType property.Gets the value of the entityType property.Gets the value of the execution property.getName()Gets the value of the name property.Gets the value of the operation property.Gets the value of the orchestration property.Gets the value of the postSubmission property.Gets the value of the submission property.booleanGets the value of the beneficiaryExists property.booleanisBulk()Gets the value of the bulk property.Gets the value of the complexRequest property.booleanGets the value of the createRequest property.booleanGets the value of the deprecated property.Gets the value of the entitytypeInBulk property.booleanGets the value of the genericEntity property.booleanGets the value of the loginRequired property.Gets the value of the selfRequest property.booleanGets the value of the uiSupported property.voidsetApproval(Approval value) Sets the value of the approval property.voidsetBeneficiaryExists(boolean value) Sets the value of the beneficiaryExists property.voidsetBeneficiaryType(String value) Sets the value of the beneficiaryType property.voidsetBulk(boolean value) Sets the value of the bulk property.voidsetComplexRequest(Boolean value) Sets the value of the complexRequest property.voidsetCreateRequest(boolean value) Sets the value of the createRequest property.voidsetDeprecated(Boolean value) Sets the value of the deprecated property.voidsetEntityType(String value) Sets the value of the entityType property.voidsetEntitytypeInBulk(Boolean value) Sets the value of the entitytypeInBulk property.voidsetExecution(Execution value) Sets the value of the execution property.voidsetGenericEntity(boolean value) Sets the value of the genericEntity property.voidsetLoginRequired(boolean value) Sets the value of the loginRequired property.voidSets the value of the name property.voidsetOperation(String value) Sets the value of the operation property.voidsetOrchestration(Orchestration value) Sets the value of the orchestration property.voidsetPostSubmission(PostSubmission value) Sets the value of the postSubmission property.voidsetSelfRequest(Boolean value) Sets the value of the selfRequest property.voidsetSubmission(Submission value) Sets the value of the submission property.voidsetUiSupported(boolean value) Sets the value of the uiSupported property. 
- 
Constructor Details
- 
RequestModel
public RequestModel() 
 - 
 - 
Method Details
- 
getSubmission
Gets the value of the submission property.- Returns:
 - possible object is
     
Submission 
 - 
setSubmission
Sets the value of the submission property.- Parameters:
 value- allowed object isSubmission
 - 
getPostSubmission
Gets the value of the postSubmission property.- Returns:
 - possible object is
     
PostSubmission 
 - 
setPostSubmission
Sets the value of the postSubmission property.- Parameters:
 value- allowed object isPostSubmission
 - 
getApproval
Gets the value of the approval property.- Returns:
 - possible object is
     
Approval 
 - 
setApproval
Sets the value of the approval property.- Parameters:
 value- allowed object isApproval
 - 
getExecution
Gets the value of the execution property.- Returns:
 - possible object is
     
Execution 
 - 
setExecution
Sets the value of the execution property.- Parameters:
 value- allowed object isExecution
 - 
getOrchestration
Gets the value of the orchestration property.- Returns:
 - possible object is
     
Orchestration 
 - 
setOrchestration
Sets the value of the orchestration property.- Parameters:
 value- allowed object isOrchestration
 - 
getName
Gets the value of the name property.- Returns:
 - possible object is
     
String 
 - 
setName
Sets the value of the name property.- Parameters:
 value- allowed object isString
 - 
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
Gets the value of the beneficiaryType property.- Returns:
 - possible object is
     
String 
 - 
setBeneficiaryType
Sets the value of the beneficiaryType property.- Parameters:
 value- allowed object isString
 - 
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
Gets the value of the entityType property.- Returns:
 - possible object is
     
String 
 - 
setEntityType
Sets the value of the entityType property.- Parameters:
 value- allowed object isString
 - 
isComplexRequest
Gets the value of the complexRequest property.- Returns:
 - possible object is
     
Boolean 
 - 
setComplexRequest
Sets the value of the complexRequest property.- Parameters:
 value- allowed object isBoolean
 - 
getOperation
Gets the value of the operation property.- Returns:
 - possible object is
     
String 
 - 
setOperation
Sets the value of the operation property.- Parameters:
 value- allowed object isString
 - 
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
Gets the value of the entitytypeInBulk property.- Returns:
 - possible object is
     
Boolean 
 - 
setEntitytypeInBulk
Sets the value of the entitytypeInBulk property.- Parameters:
 value- allowed object isBoolean
 - 
isSelfRequest
Gets the value of the selfRequest property.- Returns:
 - possible object is
     
Boolean 
 - 
setSelfRequest
Sets the value of the selfRequest property.- Parameters:
 value- allowed object isBoolean
 - 
isUiSupported
public boolean isUiSupported()Gets the value of the uiSupported property. - 
setUiSupported
public void setUiSupported(boolean value) Sets the value of the uiSupported property. - 
isDeprecated
public boolean isDeprecated()Gets the value of the deprecated property.- Returns:
 - possible object is
     
Boolean 
 - 
setDeprecated
Sets the value of the deprecated property.- Parameters:
 value- allowed object isBoolean
 
 -