com.ontotext.ordi.wsmo4rdf.remote.client.src
Class GetConnectionAuth

java.lang.Object
  extended by com.ontotext.ordi.wsmo4rdf.remote.client.src.GetConnectionAuth

public class GetConnectionAuth
extends Object

Java class for getConnectionAuth complex type.

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

 <complexType name="getConnectionAuth">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="wsmoSourceId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

wsmoSourceId

protected int wsmoSourceId

username

protected String username

password

protected String password
Constructor Detail

GetConnectionAuth

public GetConnectionAuth()
Method Detail

getWsmoSourceId

public int getWsmoSourceId()
Gets the value of the wsmoSourceId property.


setWsmoSourceId

public void setWsmoSourceId(int value)
Sets the value of the wsmoSourceId property.


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 © 2008. All Rights Reserved.