Class Parameter

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

public class Parameter extends Object implements Serializable
<p>Java class for parameter complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="parameter"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
See Also:
  • Constructor Details

    • Parameter

      public Parameter()
  • Method Details

    • 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
    • getExpression

      public String getExpression()
      Gets the value of the expression property.
      Returns:
      possible object is String
    • setExpression

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