net.sf.ahtutils.xml.access
Class Category

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

public class Category
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/status}langs"/>
         <element ref="{http://ahtutils.aht-group.com/status}descriptions"/>
         <element ref="{http://ahtutils.aht-group.com/access}groups"/>
         <element ref="{http://ahtutils.aht-group.com/access}roles"/>
         <element ref="{http://ahtutils.aht-group.com/access}views"/>
         <element ref="{http://ahtutils.aht-group.com/access}usecases"/>
       </sequence>
       <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="index" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String code
           
protected  Descriptions descriptions
           
protected  Groups groups
           
protected  Integer index
           
protected  Langs langs
           
protected  Roles roles
           
protected  Usecases usecases
           
protected  Views views
           
 
Constructor Summary
Category()
           
 
Method Summary
 String getCode()
          Gets the value of the code property.
 Descriptions getDescriptions()
          Gets the value of the descriptions property.
 Groups getGroups()
          Gets the value of the groups property.
 int getIndex()
          Gets the value of the index property.
 Langs getLangs()
          Gets the value of the langs property.
 Roles getRoles()
          Gets the value of the roles property.
 Usecases getUsecases()
          Gets the value of the usecases property.
 Views getViews()
          Gets the value of the views property.
 boolean isSetCode()
           
 boolean isSetDescriptions()
           
 boolean isSetGroups()
           
 boolean isSetIndex()
           
 boolean isSetLangs()
           
 boolean isSetRoles()
           
 boolean isSetUsecases()
           
 boolean isSetViews()
           
 void setCode(String value)
          Sets the value of the code property.
 void setDescriptions(Descriptions value)
          Sets the value of the descriptions property.
 void setGroups(Groups value)
          Sets the value of the groups property.
 void setIndex(int value)
          Sets the value of the index property.
 void setLangs(Langs value)
          Sets the value of the langs property.
 void setRoles(Roles value)
          Sets the value of the roles property.
 void setUsecases(Usecases value)
          Sets the value of the usecases property.
 void setViews(Views value)
          Sets the value of the views property.
 void unsetIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

langs

protected Langs langs

descriptions

protected Descriptions descriptions

groups

protected Groups groups

roles

protected Roles roles

views

protected Views views

usecases

protected Usecases usecases

code

protected String code

index

protected Integer index
Constructor Detail

Category

public Category()
Method Detail

getLangs

public Langs getLangs()
Gets the value of the langs property.

Returns:
possible object is Langs

setLangs

public void setLangs(Langs value)
Sets the value of the langs property.

Parameters:
value - allowed object is Langs

isSetLangs

public boolean isSetLangs()

getDescriptions

public Descriptions getDescriptions()
Gets the value of the descriptions property.

Returns:
possible object is Descriptions

setDescriptions

public void setDescriptions(Descriptions value)
Sets the value of the descriptions property.

Parameters:
value - allowed object is Descriptions

isSetDescriptions

public boolean isSetDescriptions()

getGroups

public Groups getGroups()
Gets the value of the groups property.

Returns:
possible object is Groups

setGroups

public void setGroups(Groups value)
Sets the value of the groups property.

Parameters:
value - allowed object is Groups

isSetGroups

public boolean isSetGroups()

getRoles

public Roles getRoles()
Gets the value of the roles property.

Returns:
possible object is Roles

setRoles

public void setRoles(Roles value)
Sets the value of the roles property.

Parameters:
value - allowed object is Roles

isSetRoles

public boolean isSetRoles()

getViews

public Views getViews()
Gets the value of the views property.

Returns:
possible object is Views

setViews

public void setViews(Views value)
Sets the value of the views property.

Parameters:
value - allowed object is Views

isSetViews

public boolean isSetViews()

getUsecases

public Usecases getUsecases()
Gets the value of the usecases property.

Returns:
possible object is Usecases

setUsecases

public void setUsecases(Usecases value)
Sets the value of the usecases property.

Parameters:
value - allowed object is Usecases

isSetUsecases

public boolean isSetUsecases()

getCode

public String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

public void setCode(String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

isSetCode

public boolean isSetCode()

getIndex

public int getIndex()
Gets the value of the index property.

Returns:
possible object is Integer

setIndex

public void setIndex(int value)
Sets the value of the index property.

Parameters:
value - allowed object is Integer

isSetIndex

public boolean isSetIndex()

unsetIndex

public void unsetIndex()


Copyright © 2011. All Rights Reserved.