org.ow2.jasmine.jadort.api.topology.xml
Class Worker

java.lang.Object
  extended by org.ow2.jasmine.jadort.api.topology.xml.Worker

public class Worker
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="{http://jasmine.ow2.org/jadort-1.5}URLConnector"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" use="required" type="{http://jasmine.ow2.org/jadort-1.5}workerType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String name
           
protected  WorkerType type
           
protected  URLConnector urlConnector
           
 
Constructor Summary
Worker()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 WorkerType getType()
          Gets the value of the type property.
 URLConnector getURLConnector()
          Gets the value of the urlConnector property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setType(WorkerType value)
          Sets the value of the type property.
 void setURLConnector(URLConnector value)
          Sets the value of the urlConnector property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

urlConnector

protected URLConnector urlConnector

name

protected java.lang.String name

type

protected WorkerType type
Constructor Detail

Worker

public Worker()
Method Detail

getURLConnector

public URLConnector getURLConnector()
Gets the value of the urlConnector property.

Returns:
possible object is URLConnector

setURLConnector

public void setURLConnector(URLConnector value)
Sets the value of the urlConnector property.

Parameters:
value - allowed object is URLConnector

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 WorkerType getType()
Gets the value of the type property.

Returns:
possible object is WorkerType

setType

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

Parameters:
value - allowed object is WorkerType


Copyright © 2010 OW2 Consortium. All Rights Reserved.