Package oracle.iam.request.model.vo
Class Parameter
java.lang.Object
oracle.iam.request.model.vo.Parameter
- All Implemented Interfaces:
Serializable
<p>Java class for parameter complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<complexType name="parameter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the expression property.getName()
Gets the value of the name property.void
setExpression
(String value) Sets the value of the expression property.void
Sets the value of the name property.
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details
-
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
-
getExpression
Gets the value of the expression property.- Returns:
- possible object is
String
-
setExpression
Sets the value of the expression property.- Parameters:
value
- allowed object isString
-