|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ontotext.ordi.wsmo4rdf.remote.client.src.GetConnectionAuth
public class GetConnectionAuth
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 |
---|
protected int wsmoSourceId
protected String username
protected String password
Constructor Detail |
---|
public GetConnectionAuth()
Method Detail |
---|
public int getWsmoSourceId()
public void setWsmoSourceId(int value)
public String getUsername()
String
public void setUsername(String value)
value
- allowed object is
String
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |