Class RequestModel

java.lang.Object
oracle.iam.request.model.vo.RequestModel
All Implemented Interfaces:
Serializable

public class RequestModel extends Object implements Serializable
<p>Java class for request-model complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="request-model"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="submission" type="{http://www.oracle.com/schema/oim/request}submission"/&gt; &lt;element name="post-submission" type="{http://www.oracle.com/schema/oim/request}post-submission" minOccurs="0"/&gt; &lt;element name="approval" type="{http://www.oracle.com/schema/oim/request}approval"/&gt; &lt;element name="execution" type="{http://www.oracle.com/schema/oim/request}execution" minOccurs="0"/&gt; &lt;element name="orchestration" type="{http://www.oracle.com/schema/oim/request}orchestration" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /&gt; &lt;attribute name="loginRequired" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="beneficiaryExists" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="beneficiaryType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /&gt; &lt;attribute name="create-request" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="generic-entity" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="entity-type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /&gt; &lt;attribute name="complex-request" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="operation" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /&gt; &lt;attribute name="bulk" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="entitytype-in-bulk" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="self-request" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="ui-supported" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="deprecated" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
See Also:
  • Constructor Details

    • RequestModel

      public RequestModel()
  • Method Details

    • 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 String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(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 String getBeneficiaryType()
      Gets the value of the beneficiaryType property.
      Returns:
      possible object is String
    • setBeneficiaryType

      public void setBeneficiaryType(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 String getEntityType()
      Gets the value of the entityType property.
      Returns:
      possible object is String
    • setEntityType

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

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

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

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

      public void setOperation(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 Boolean isEntitytypeInBulk()
      Gets the value of the entitytypeInBulk property.
      Returns:
      possible object is Boolean
    • setEntitytypeInBulk

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

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

      public void setSelfRequest(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.
    • isDeprecated

      public boolean isDeprecated()
      Gets the value of the deprecated property.
      Returns:
      possible object is Boolean
    • setDeprecated

      public void setDeprecated(Boolean value)
      Sets the value of the deprecated property.
      Parameters:
      value - allowed object is Boolean