org.ow2.jasmine.deployme.generated
Class Topology.Domains.Domain.Servers.Server

java.lang.Object
  extended by org.ow2.jasmine.deployme.generated.Topology.Domains.Domain.Servers.Server
Enclosing class:
Topology.Domains.Domain.Servers

public static class Topology.Domains.Domain.Servers.Server
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}configuration"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="machine" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Configuration configuration
           
protected  java.lang.String machine
           
protected  java.lang.String name
           
 
Constructor Summary
Topology.Domains.Domain.Servers.Server()
           
 
Method Summary
 Configuration getConfiguration()
          Gets the value of the configuration property.
 java.lang.String getMachine()
          Gets the value of the machine property.
 java.lang.String getName()
          Gets the value of the name property.
 void setConfiguration(Configuration value)
          Sets the value of the configuration property.
 void setMachine(java.lang.String value)
          Sets the value of the machine property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configuration

protected Configuration configuration

name

protected java.lang.String name

machine

protected java.lang.String machine
Constructor Detail

Topology.Domains.Domain.Servers.Server

public Topology.Domains.Domain.Servers.Server()
Method Detail

getConfiguration

public Configuration getConfiguration()
Gets the value of the configuration property.

Returns:
possible object is Configuration

setConfiguration

public void setConfiguration(Configuration value)
Sets the value of the configuration property.

Parameters:
value - allowed object is Configuration

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

getMachine

public java.lang.String getMachine()
Gets the value of the machine property.

Returns:
possible object is String

setMachine

public void setMachine(java.lang.String value)
Sets the value of the machine property.

Parameters:
value - allowed object is String


Copyright © 2008 OW2 Consortium. All Rights Reserved.