|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cogroo.config.LanguageConfiguration
public class LanguageConfiguration
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>
| 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 |
|---|
public LanguageConfiguration()
| Method Detail |
|---|
public String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
Stringpublic List<Model> getModel()
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
public Pipe getPipe()
Pipepublic void setPipe(Pipe value)
value - allowed object is
Pipe
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||