net.sf.ahtutils.xml.status
Class Status

java.lang.Object
  extended by net.sf.ahtutils.xml.status.Status
All Implemented Interfaces:
Serializable

public class Status
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/status}lang" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="group" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dscr" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String code
           
protected  Descriptions descriptions
           
protected  String dscr
           
protected  String group
           
protected  List<Lang> lang
           
protected  Langs langs
           
protected  Boolean visible
           
 
Constructor Summary
Status()
           
 
Method Summary
 String getCode()
          Gets the value of the code property.
 Descriptions getDescriptions()
          Gets the value of the descriptions property.
 String getDscr()
          Gets the value of the dscr property.
 String getGroup()
          Gets the value of the group property.
 List<Lang> getLang()
          Gets the value of the lang property.
 Langs getLangs()
          Gets the value of the langs property.
 boolean isSetCode()
           
 boolean isSetDescriptions()
           
 boolean isSetDscr()
           
 boolean isSetGroup()
           
 boolean isSetLang()
           
 boolean isSetLangs()
           
 boolean isSetVisible()
           
 boolean isVisible()
          Gets the value of the visible property.
 void setCode(String value)
          Sets the value of the code property.
 void setDescriptions(Descriptions value)
          Sets the value of the descriptions property.
 void setDscr(String value)
          Sets the value of the dscr property.
 void setGroup(String value)
          Sets the value of the group property.
 void setLangs(Langs value)
          Sets the value of the langs property.
 void setVisible(boolean value)
          Sets the value of the visible property.
 void unsetLang()
           
 void unsetVisible()
           
 
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

lang

protected List<Lang> lang

code

protected String code

group

protected String group

dscr

protected String dscr

visible

protected Boolean visible
Constructor Detail

Status

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

getLang

public List<Lang> getLang()
Gets the value of the lang property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the lang property.

For example, to add a new item, do as follows:

    getLang().add(newItem);
 

Objects of the following type(s) are allowed in the list Lang


isSetLang

public boolean isSetLang()

unsetLang

public void unsetLang()

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

getGroup

public String getGroup()
Gets the value of the group property.

Returns:
possible object is String

setGroup

public void setGroup(String value)
Sets the value of the group property.

Parameters:
value - allowed object is String

isSetGroup

public boolean isSetGroup()

getDscr

public String getDscr()
Gets the value of the dscr property.

Returns:
possible object is String

setDscr

public void setDscr(String value)
Sets the value of the dscr property.

Parameters:
value - allowed object is String

isSetDscr

public boolean isSetDscr()

isVisible

public boolean isVisible()
Gets the value of the visible property.

Returns:
possible object is Boolean

setVisible

public void setVisible(boolean value)
Sets the value of the visible property.

Parameters:
value - allowed object is Boolean

isSetVisible

public boolean isSetVisible()

unsetVisible

public void unsetVisible()


Copyright © 2011. All Rights Reserved.