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

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

public class URLConnector
extends 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="URL" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="username" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String password
           
protected  String url
           
protected  String username
           
 
Constructor Summary
URLConnector()
           
 
Method Summary
 String getPassword()
          Gets the value of the password property.
 String getURL()
          Gets the value of the url property.
 String getUsername()
          Gets the value of the username property.
 void setPassword(String value)
          Sets the value of the password property.
 void setURL(String value)
          Sets the value of the url property.
 void setUsername(String value)
          Sets the value of the username property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

protected String url

username

protected String username

password

protected String password
Constructor Detail

URLConnector

public URLConnector()
Method Detail

getURL

public String getURL()
Gets the value of the url property.

Returns:
possible object is String

setURL

public void setURL(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getUsername

public String getUsername()
Gets the value of the username property.

Returns:
possible object is String

setUsername

public void setUsername(String value)
Sets the value of the username property.

Parameters:
value - allowed object is String

getPassword

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

Returns:
possible object is String

setPassword

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

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.