org.ow2.kerneos.common.config.generated
Class Language

java.lang.Object
  extended by org.ow2.kerneos.common.config.generated.Language
All Implemented Interfaces:
Serializable

public class Language
extends Object
implements Serializable

Java class for language complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="language">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="locale" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String locale
           
protected  String name
           
 
Constructor Summary
Language()
           
 
Method Summary
 String getLocale()
          Gets the value of the locale property.
 String getName()
          Gets the value of the name property.
 void setLocale(String value)
          Sets the value of the locale property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

locale

protected String locale
Constructor Detail

Language

public Language()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getLocale

public String getLocale()
Gets the value of the locale property.

Returns:
possible object is String

setLocale

public void setLocale(String value)
Sets the value of the locale property.

Parameters:
value - allowed object is String


Copyright © 2013 OW2 Consortium. All Rights Reserved.