net.sf.ahtutils.xml.access
Class AclQuery

java.lang.Object
  extended by net.sf.ahtutils.xml.access.AclQuery
All Implemented Interfaces:
Serializable

public class AclQuery
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>
       </sequence>
       <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="delQueryAfterProcessing" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Boolean delQueryAfterProcessing
           
protected  String lang
           
 
Constructor Summary
AclQuery()
           
 
Method Summary
 String getLang()
          Gets the value of the lang property.
 boolean isDelQueryAfterProcessing()
          Gets the value of the delQueryAfterProcessing property.
 boolean isSetDelQueryAfterProcessing()
           
 boolean isSetLang()
           
 void setDelQueryAfterProcessing(boolean value)
          Sets the value of the delQueryAfterProcessing property.
 void setLang(String value)
          Sets the value of the lang property.
 void unsetDelQueryAfterProcessing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lang

protected String lang

delQueryAfterProcessing

protected Boolean delQueryAfterProcessing
Constructor Detail

AclQuery

public AclQuery()
Method Detail

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()

isDelQueryAfterProcessing

public boolean isDelQueryAfterProcessing()
Gets the value of the delQueryAfterProcessing property.

Returns:
possible object is Boolean

setDelQueryAfterProcessing

public void setDelQueryAfterProcessing(boolean value)
Sets the value of the delQueryAfterProcessing property.

Parameters:
value - allowed object is Boolean

isSetDelQueryAfterProcessing

public boolean isSetDelQueryAfterProcessing()

unsetDelQueryAfterProcessing

public void unsetDelQueryAfterProcessing()


Copyright © 2011. All Rights Reserved.