public class EntityClustering extends Object
Java class for entity-clustering complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entity-clustering">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="home-is-clusterable" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
<element name="home-load-algorithm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="home-call-router-class-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="use-serverside-stubs" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
homeCallRouterClassName |
protected Boolean |
homeIsClusterable |
protected String |
homeLoadAlgorithm |
protected String |
id |
protected Boolean |
useServersideStubs |
| Constructor and Description |
|---|
EntityClustering() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHomeCallRouterClassName()
Gets the value of the homeCallRouterClassName property.
|
Boolean |
getHomeIsClusterable()
Gets the value of the homeIsClusterable property.
|
String |
getHomeLoadAlgorithm()
Gets the value of the homeLoadAlgorithm property.
|
String |
getId()
Gets the value of the id property.
|
Boolean |
getUseServersideStubs()
Gets the value of the useServersideStubs property.
|
void |
setHomeCallRouterClassName(String value)
Sets the value of the homeCallRouterClassName property.
|
void |
setHomeIsClusterable(Boolean value)
Sets the value of the homeIsClusterable property.
|
void |
setHomeLoadAlgorithm(String value)
Sets the value of the homeLoadAlgorithm property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setUseServersideStubs(Boolean value)
Sets the value of the useServersideStubs property.
|
protected Boolean homeIsClusterable
protected String homeLoadAlgorithm
protected String homeCallRouterClassName
protected Boolean useServersideStubs
protected String id
public Boolean getHomeIsClusterable()
Booleanpublic void setHomeIsClusterable(Boolean value)
value - allowed object is
Booleanpublic String getHomeLoadAlgorithm()
Stringpublic void setHomeLoadAlgorithm(String value)
value - allowed object is
Stringpublic String getHomeCallRouterClassName()
Stringpublic void setHomeCallRouterClassName(String value)
value - allowed object is
Stringpublic Boolean getUseServersideStubs()
Booleanpublic void setUseServersideStubs(Boolean value)
value - allowed object is
BooleanCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.