Class MethodologyParam

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

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

    • MethodologyParam

      public MethodologyParam()
  • Method Details

    • getParameter

      public List<Parameter> getParameter()
      Gets the value of the parameter property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the parameter property. <p> For example, to add a new item, do as follows: <pre> getParameter().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list Parameter