net.sf.ahtutils.xml.status
Class Lang

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

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

See Also:
Serialized Form

Field Summary
protected  String key
           
protected  String translation
           
 
Constructor Summary
Lang()
           
 
Method Summary
 String getKey()
          Gets the value of the key property.
 String getTranslation()
          Gets the value of the translation property.
 boolean isSetKey()
           
 boolean isSetTranslation()
           
 void setKey(String value)
          Sets the value of the key property.
 void setTranslation(String value)
          Sets the value of the translation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected String key

translation

protected String translation
Constructor Detail

Lang

public Lang()
Method Detail

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

getTranslation

public String getTranslation()
Gets the value of the translation property.

Returns:
possible object is String

setTranslation

public void setTranslation(String value)
Sets the value of the translation property.

Parameters:
value - allowed object is String

isSetTranslation

public boolean isSetTranslation()


Copyright © 2011. All Rights Reserved.