net.sf.ahtutils.xml.status
Class Translation

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

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

See Also:
Serialized Form

Field Summary
protected  Descriptions descriptions
           
protected  String key
           
protected  Langs langs
           
 
Constructor Summary
Translation()
           
 
Method Summary
 Descriptions getDescriptions()
          Gets the value of the descriptions property.
 String getKey()
          Gets the value of the key property.
 Langs getLangs()
          Gets the value of the langs property.
 boolean isSetDescriptions()
           
 boolean isSetKey()
           
 boolean isSetLangs()
           
 void setDescriptions(Descriptions value)
          Sets the value of the descriptions property.
 void setKey(String value)
          Sets the value of the key property.
 void setLangs(Langs value)
          Sets the value of the langs property.
 
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

key

protected String key
Constructor Detail

Translation

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

getKey

public String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

public void setKey(String value)
Sets the value of the key property.

Parameters:
value - allowed object is String

isSetKey

public boolean isSetKey()


Copyright © 2011. All Rights Reserved.