org.cogroo.config
Class LanguageConfiguration

java.lang.Object
  extended by org.cogroo.config.LanguageConfiguration
All Implemented Interfaces:
Serializable

public class LanguageConfiguration
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 name="locale" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="model" type="{}Model" maxOccurs="unbounded"/>
         <element name="pipe" type="{}Pipe"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
LanguageConfiguration()
           
 
Method Summary
 String getLocale()
          Gets the value of the locale property.
 List<Model> getModel()
          Gets the value of the model property.
 Pipe getPipe()
          Gets the value of the pipe property.
 void setLocale(String value)
          Sets the value of the locale property.
 void setPipe(Pipe value)
          Sets the value of the pipe property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanguageConfiguration

public LanguageConfiguration()
Method Detail

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

getModel

public List<Model> getModel()
Gets the value of the model 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 model property.

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

    getModel().add(newItem);
 

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


getPipe

public Pipe getPipe()
Gets the value of the pipe property.

Returns:
possible object is Pipe

setPipe

public void setPipe(Pipe value)
Sets the value of the pipe property.

Parameters:
value - allowed object is Pipe


Copyright © 2012-2013 CoGrOO. All Rights Reserved.