public static class Module.ModulePrefs.Locale extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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="msg" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="desc" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="country" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="messages" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="language_direction">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ltr"/>
<enumeration value="rtl"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Module.ModulePrefs.Locale.Msg
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
country |
protected String |
lang |
protected String |
languageDirection |
protected String |
messages |
protected List<Module.ModulePrefs.Locale.Msg> |
msg |
| Constructor and Description |
|---|
Module.ModulePrefs.Locale() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getCountry()
Gets the value of the country property.
|
String |
getLang()
Gets the value of the lang property.
|
String |
getLanguageDirection()
Gets the value of the languageDirection property.
|
String |
getMessages()
Gets the value of the messages property.
|
List<Module.ModulePrefs.Locale.Msg> |
getMsg()
Gets the value of the msg property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setLanguageDirection(String value)
Sets the value of the languageDirection property.
|
void |
setMessages(String value)
Sets the value of the messages property.
|
String |
toString() |
protected List<Module.ModulePrefs.Locale.Msg> msg
protected String lang
protected String country
protected String messages
protected String languageDirection
public List<Module.ModulePrefs.Locale.Msg> getMsg()
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 msg property.
For example, to add a new item, do as follows:
getMsg().add(newItem);
Objects of the following type(s) are allowed in the list
Module.ModulePrefs.Locale.Msg
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic String getMessages()
Stringpublic void setMessages(String value)
value - allowed object is
Stringpublic String getLanguageDirection()
Stringpublic void setLanguageDirection(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2015 Jasig. All Rights Reserved.