Class Kernel

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

public class Kernel extends Object implements Serializable
<p>Java class for kernel complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="kernel"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="entity" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="operation" 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

    • Kernel

      public Kernel()
  • Method Details

    • getEntity

      public String getEntity()
      Gets the value of the entity property.
      Returns:
      possible object is String
    • setEntity

      public void setEntity(String value)
      Sets the value of the entity property.
      Parameters:
      value - allowed object is String
    • getOperation

      public String getOperation()
      Gets the value of the operation property.
      Returns:
      possible object is String
    • setOperation

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