Skip navigation links


oracle.iam.request.model.vo
Class Kernel

java.lang.Object
  extended by oracle.iam.request.model.vo.Kernel

All Implemented Interfaces:
java.io.Serializable

public class Kernel
extends java.lang.Object
implements java.io.Serializable

Java class for kernel complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="kernel">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="entity" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="operation" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
Kernel()
           

 

Method Summary
 java.lang.String getEntity()
          Gets the value of the entity property.
 java.lang.String getOperation()
          Gets the value of the operation property.
 void setEntity(java.lang.String value)
          Sets the value of the entity property.
 void setOperation(java.lang.String value)
          Sets the value of the operation property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Kernel

public Kernel()

Method Detail

getEntity

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

setEntity

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

getOperation

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

setOperation

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

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.