net.sf.ahtutils.xml.aht
Class Query

java.lang.Object
  extended by net.sf.ahtutils.xml.aht.Query
All Implemented Interfaces:
Serializable

public class Query
extends Object
implements Serializable

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 ref="{http://ahtutils.aht-group.com/access}role"/>
       </sequence>
       <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String lang
           
protected  Role role
           
 
Constructor Summary
Query()
           
 
Method Summary
 String getLang()
          Gets the value of the lang property.
 Role getRole()
          Gets the value of the role property.
 boolean isSetLang()
           
 boolean isSetRole()
           
 void setLang(String value)
          Sets the value of the lang property.
 void setRole(Role value)
          Sets the value of the role property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

role

protected Role role

lang

protected String lang
Constructor Detail

Query

public Query()
Method Detail

getRole

public Role getRole()
Gets the value of the role property.

Returns:
possible object is Role

setRole

public void setRole(Role value)
Sets the value of the role property.

Parameters:
value - allowed object is Role

isSetRole

public boolean isSetRole()

getLang

public String getLang()
Gets the value of the lang property.

Returns:
possible object is String

setLang

public void setLang(String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String

isSetLang

public boolean isSetLang()


Copyright © 2011. All Rights Reserved.