jabber.iq.auth
Class Query

java.lang.Object
  extended by jabber.iq.auth.Query

public class Query
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 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  java.lang.String digest
           
protected  java.lang.String password
           
protected  java.lang.String resource
           
protected  java.lang.String username
           
 
Constructor Summary
Query()
           
 
Method Summary
 java.lang.String getDigest()
          Gets the value of the digest property.
 java.lang.String getPassword()
          Gets the value of the password property.
 java.lang.String getResource()
          Gets the value of the resource property.
 java.lang.String getUsername()
          Gets the value of the username property.
 void setDigest(java.lang.String value)
          Sets the value of the digest property.
 void setPassword(java.lang.String value)
          Sets the value of the password property.
 void setResource(java.lang.String value)
          Sets the value of the resource property.
 void setUsername(java.lang.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

username

protected java.lang.String username

password

protected java.lang.String password

digest

protected java.lang.String digest

resource

protected java.lang.String resource
Constructor Detail

Query

public Query()
Method Detail

getUsername

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

Returns:
possible object is String

setUsername

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

Parameters:
value - allowed object is String

getPassword

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

Returns:
possible object is String

setPassword

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

Parameters:
value - allowed object is String

getDigest

public java.lang.String getDigest()
Gets the value of the digest property.

Returns:
possible object is String

setDigest

public void setDigest(java.lang.String value)
Sets the value of the digest property.

Parameters:
value - allowed object is String

getResource

public java.lang.String getResource()
Gets the value of the resource property.

Returns:
possible object is String

setResource

public void setResource(java.lang.String value)
Sets the value of the resource property.

Parameters:
value - allowed object is String


Copyright © 2005-2012 FuseSource, Corp.. All Rights Reserved.