Class Approval

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

public class Approval extends Object implements Serializable
<p>Java class for approval complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="approval"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="methodology-params" type="{http://www.oracle.com/schema/oim/request}methodology-param"/&gt; &lt;/sequence&gt; &lt;attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /&gt; &lt;attribute name="methodology" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
See Also:
  • Constructor Details

    • Approval

      public Approval()
  • Method Details

    • getMethodologyParams

      public MethodologyParam getMethodologyParams()
      Gets the value of the methodologyParams property.
      Returns:
      possible object is MethodologyParam
    • setMethodologyParams

      public void setMethodologyParams(MethodologyParam value)
      Sets the value of the methodologyParams property.
      Parameters:
      value - allowed object is MethodologyParam
    • 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
    • getMethodology

      public String getMethodology()
      Gets the value of the methodology property.
      Returns:
      possible object is String
    • setMethodology

      public void setMethodology(String value)
      Sets the value of the methodology property.
      Parameters:
      value - allowed object is String