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>
Constructor and Description |
---|
Kernel() |
Modifier and Type | Method and Description |
---|---|
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.
|
public java.lang.String getEntity()
String
public void setEntity(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOperation()
String
public void setOperation(java.lang.String value)
value
- allowed object is
String