org.ow2.jasmine.jadort.service.topology.xml
Class Balancer

java.lang.Object
  extended by org.ow2.jasmine.jadort.service.topology.xml.Balancer

public class Balancer
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">
       <attribute name="worker" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="server" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String server
           
protected  java.lang.String worker
           
 
Constructor Summary
Balancer()
           
 
Method Summary
 java.lang.String getServer()
          Gets the value of the server property.
 java.lang.String getWorker()
          Gets the value of the worker property.
 void setServer(java.lang.String value)
          Sets the value of the server property.
 void setWorker(java.lang.String value)
          Sets the value of the worker property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

worker

protected java.lang.String worker

server

protected java.lang.String server
Constructor Detail

Balancer

public Balancer()
Method Detail

getWorker

public java.lang.String getWorker()
Gets the value of the worker property.

Returns:
possible object is String

setWorker

public void setWorker(java.lang.String value)
Sets the value of the worker property.

Parameters:
value - allowed object is String

getServer

public java.lang.String getServer()
Gets the value of the server property.

Returns:
possible object is String

setServer

public void setServer(java.lang.String value)
Sets the value of the server property.

Parameters:
value - allowed object is String


Copyright © 2009 OW2 Consortium. All Rights Reserved.