|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjabber.iq.auth.Query
public class Query
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 name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <choice> <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="digest" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </choice> <element name="resource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
digest
|
protected String |
password
|
protected String |
resource
|
protected String |
username
|
Constructor Summary | |
---|---|
Query()
|
Method Summary | |
---|---|
String |
getDigest()
Gets the value of the digest property. |
String |
getPassword()
Gets the value of the password property. |
String |
getResource()
Gets the value of the resource property. |
String |
getUsername()
Gets the value of the username property. |
void |
setDigest(String value)
Sets the value of the digest property. |
void |
setPassword(String value)
Sets the value of the password property. |
void |
setResource(String value)
Sets the value of the resource 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 |
---|
protected String username
protected String password
protected String digest
protected String resource
Constructor Detail |
---|
public Query()
Method Detail |
---|
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
public String getDigest()
String
public void setDigest(String value)
value
- allowed object is
String
public String getResource()
String
public void setResource(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |