|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.topology.generated.Container
public class Container
Java class for Container complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Container">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="host" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="jmx-service" type="{http://petals.ow2.org/topology}JmxService"/>
<element name="transport-service" type="{http://petals.ow2.org/topology}TransportService" minOccurs="0"/>
<element name="registry-service" type="{http://petals.ow2.org/topology}RegistryService" minOccurs="0"/>
<element name="webservice-service" type="{http://petals.ow2.org/topology}WebServiceService" minOccurs="0"/>
</all>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://petals.ow2.org/topology}NodeType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
description
|
protected java.lang.String |
host
|
protected JmxService |
jmxService
|
protected java.lang.String |
name
|
protected java.lang.String |
password
|
protected RegistryService |
registryService
|
protected TransportService |
transportService
|
protected NodeType |
type
|
protected java.lang.String |
user
|
protected WebServiceService |
webserviceService
|
| Constructor Summary | |
|---|---|
Container()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getHost()
Gets the value of the host property. |
JmxService |
getJmxService()
Gets the value of the jmxService property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getPassword()
Gets the value of the password property. |
RegistryService |
getRegistryService()
Gets the value of the registryService property. |
TransportService |
getTransportService()
Gets the value of the transportService property. |
NodeType |
getType()
Gets the value of the type property. |
java.lang.String |
getUser()
Gets the value of the user property. |
WebServiceService |
getWebserviceService()
Gets the value of the webserviceService property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setHost(java.lang.String value)
Sets the value of the host property. |
void |
setJmxService(JmxService value)
Sets the value of the jmxService property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPassword(java.lang.String value)
Sets the value of the password property. |
void |
setRegistryService(RegistryService value)
Sets the value of the registryService property. |
void |
setTransportService(TransportService value)
Sets the value of the transportService property. |
void |
setType(NodeType value)
Sets the value of the type property. |
void |
setUser(java.lang.String value)
Sets the value of the user property. |
void |
setWebserviceService(WebServiceService value)
Sets the value of the webserviceService property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String description
protected java.lang.String host
protected java.lang.String user
protected java.lang.String password
protected JmxService jmxService
protected TransportService transportService
protected RegistryService registryService
protected WebServiceService webserviceService
protected java.lang.String name
protected NodeType type
| Constructor Detail |
|---|
public Container()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHost()
Stringpublic void setHost(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUser()
Stringpublic void setUser(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPassword()
Stringpublic void setPassword(java.lang.String value)
value - allowed object is
Stringpublic JmxService getJmxService()
JmxServicepublic void setJmxService(JmxService value)
value - allowed object is
JmxServicepublic TransportService getTransportService()
TransportServicepublic void setTransportService(TransportService value)
value - allowed object is
TransportServicepublic RegistryService getRegistryService()
RegistryServicepublic void setRegistryService(RegistryService value)
value - allowed object is
RegistryServicepublic WebServiceService getWebserviceService()
WebServiceServicepublic void setWebserviceService(WebServiceService value)
value - allowed object is
WebServiceServicepublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic NodeType getType()
NodeTypepublic void setType(NodeType value)
value - allowed object is
NodeType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||