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

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

public class Manager
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="{}URLConnector"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  URLConnector urlConnector
           
 
Constructor Summary
Manager()
           
 
Method Summary
 URLConnector getURLConnector()
          Gets the value of the urlConnector 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
Constructor Detail

Manager

public Manager()
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


Copyright © 2009 OW2 Consortium. All Rights Reserved.