org.ow2.petals.topology.generated
Class Container

java.lang.Object
  extended by org.ow2.petals.topology.generated.Container

public class Container
extends java.lang.Object

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

description

protected java.lang.String description

host

protected java.lang.String host

user

protected java.lang.String user

password

protected java.lang.String password

jmxService

protected JmxService jmxService

transportService

protected TransportService transportService

registryService

protected RegistryService registryService

webserviceService

protected WebServiceService webserviceService

name

protected java.lang.String name

type

protected NodeType type
Constructor Detail

Container

public Container()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getHost

public java.lang.String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

public void setHost(java.lang.String value)
Sets the value of the host property.

Parameters:
value - allowed object is String

getUser

public java.lang.String getUser()
Gets the value of the user property.

Returns:
possible object is String

setUser

public void setUser(java.lang.String value)
Sets the value of the user property.

Parameters:
value - allowed object is String

getPassword

public java.lang.String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

public void setPassword(java.lang.String value)
Sets the value of the password property.

Parameters:
value - allowed object is String

getJmxService

public JmxService getJmxService()
Gets the value of the jmxService property.

Returns:
possible object is JmxService

setJmxService

public void setJmxService(JmxService value)
Sets the value of the jmxService property.

Parameters:
value - allowed object is JmxService

getTransportService

public TransportService getTransportService()
Gets the value of the transportService property.

Returns:
possible object is TransportService

setTransportService

public void setTransportService(TransportService value)
Sets the value of the transportService property.

Parameters:
value - allowed object is TransportService

getRegistryService

public RegistryService getRegistryService()
Gets the value of the registryService property.

Returns:
possible object is RegistryService

setRegistryService

public void setRegistryService(RegistryService value)
Sets the value of the registryService property.

Parameters:
value - allowed object is RegistryService

getWebserviceService

public WebServiceService getWebserviceService()
Gets the value of the webserviceService property.

Returns:
possible object is WebServiceService

setWebserviceService

public void setWebserviceService(WebServiceService value)
Sets the value of the webserviceService property.

Parameters:
value - allowed object is WebServiceService

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public NodeType getType()
Gets the value of the type property.

Returns:
possible object is NodeType

setType

public void setType(NodeType value)
Sets the value of the type property.

Parameters:
value - allowed object is NodeType


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.