Package oracle.iam.request.model.vo
Class MethodologyParam
java.lang.Object
oracle.iam.request.model.vo.MethodologyParam
- All Implemented Interfaces:
Serializable
<p>Java class for methodology-param complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<complexType name="methodology-param">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameter" type="{http://www.oracle.com/schema/oim/request}parameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the parameter property.
-
Constructor Details
-
MethodologyParam
public MethodologyParam()
-
-
Method Details
-
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 listParameter
-