public class KSM extends Object
Java class for KSM complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KSM"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="merge_across_nodes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
KSM() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnabled()
Gets the value of the enabled property.
|
Boolean |
getMergeAcrossNodes()
Gets the value of the mergeAcrossNodes property.
|
boolean |
isSetEnabled() |
boolean |
isSetMergeAcrossNodes() |
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setMergeAcrossNodes(Boolean value)
Sets the value of the mergeAcrossNodes property.
|
public Boolean getEnabled()
Boolean
public void setEnabled(Boolean value)
value
- allowed object is
Boolean
public boolean isSetEnabled()
public Boolean getMergeAcrossNodes()
Boolean
public void setMergeAcrossNodes(Boolean value)
value
- allowed object is
Boolean
public boolean isSetMergeAcrossNodes()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0