Package oracle.iam.request.model.vo
Class DataActionHandler
java.lang.Object
oracle.iam.request.model.vo.DataActionHandler
- All Implemented Interfaces:
Serializable
<p>Java class for data-action-handler complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<complexType name="data-action-handler">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="classname" 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 classname property.getName()
Gets the value of the name property.void
setClassname
(String value) Sets the value of the classname property.void
Sets the value of the name property.
-
Constructor Details
-
DataActionHandler
public DataActionHandler()
-
-
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
-
getClassname
Gets the value of the classname property.- Returns:
- possible object is
String
-
setClassname
Sets the value of the classname property.- Parameters:
value
- allowed object isString
-