Package oracle.iam.request.model.vo
Class Kernel
java.lang.Object
oracle.iam.request.model.vo.Kernel
- All Implemented Interfaces:
Serializable
<p>Java class for kernel complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<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>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the entity property.Gets the value of the operation property.void
Sets the value of the entity property.void
setOperation
(String value) Sets the value of the operation property.
-
Constructor Details
-
Kernel
public Kernel()
-
-
Method Details
-
getEntity
Gets the value of the entity property.- Returns:
- possible object is
String
-
setEntity
Sets the value of the entity property.- Parameters:
value
- allowed object isString
-
getOperation
Gets the value of the operation property.- Returns:
- possible object is
String
-
setOperation
Sets the value of the operation property.- Parameters:
value
- allowed object isString
-