Class DataActionHandler

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

public class DataActionHandler extends Object implements Serializable
<p>Java class for data-action-handler complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="data-action-handler"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
See Also:
  • Constructor Details

    • DataActionHandler

      public DataActionHandler()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getClassname

      public String getClassname()
      Gets the value of the classname property.
      Returns:
      possible object is String
    • setClassname

      public void setClassname(String value)
      Sets the value of the classname property.
      Parameters:
      value - allowed object is String