Package oracle.iam.request.model.vo
Class Approval
java.lang.Object
oracle.iam.request.model.vo.Approval
- All Implemented Interfaces:
Serializable
<p>Java class for approval complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<complexType name="approval">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="methodology-params" type="{http://www.oracle.com/schema/oim/request}methodology-param"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="methodology" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the methodology property.Gets the value of the methodologyParams property.getName()
Gets the value of the name property.void
setMethodology
(String value) Sets the value of the methodology property.void
Sets the value of the methodologyParams property.void
Sets the value of the name property.
-
Constructor Details
-
Approval
public Approval()
-
-
Method Details
-
getMethodologyParams
Gets the value of the methodologyParams property.- Returns:
- possible object is
MethodologyParam
-
setMethodologyParams
Sets the value of the methodologyParams property.- Parameters:
value
- allowed object isMethodologyParam
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getMethodology
Gets the value of the methodology property.- Returns:
- possible object is
String
-
setMethodology
Sets the value of the methodology property.- Parameters:
value
- allowed object isString
-