|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FacesConfigLocaleConfigTypeImpl
public class FacesConfigLocaleConfigTypeImpl
| Field Summary | |
|---|---|
protected FacesConfigDefaultLocaleTypeImpl |
defaultLocale
|
protected String |
id
|
protected List<FacesConfigSupportedLocaleType> |
supportedLocale
|
| Constructor Summary | |
|---|---|
FacesConfigLocaleConfigTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FacesConfigLocaleConfigTypeImpl instance. |
|
FacesConfigLocaleConfigTypeImpl(FacesConfigLocaleConfigTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FacesConfigLocaleConfigTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
FacesConfigLocaleConfigTypeImpl |
clone()
Creates and returns a copy of this object. |
static void |
copySupportedLocale(List<FacesConfigSupportedLocaleType> source,
List<FacesConfigSupportedLocaleType> target)
Copies all values of property SupportedLocale. |
FacesConfigDefaultLocaleType |
getDefaultLocale()
Gets the value of the defaultLocale property. |
String |
getId()
Gets the value of the id property. |
List<FacesConfigSupportedLocaleType> |
getSupportedLocale()
Gets the value of the supportedLocale property. |
void |
setDefaultLocale(FacesConfigDefaultLocaleType value)
Sets the value of the defaultLocale property. |
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FacesConfigDefaultLocaleTypeImpl defaultLocale
protected List<FacesConfigSupportedLocaleType> supportedLocale
protected String id
| Constructor Detail |
|---|
public FacesConfigLocaleConfigTypeImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FacesConfigLocaleConfigTypeImpl instance.
public FacesConfigLocaleConfigTypeImpl(FacesConfigLocaleConfigTypeImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FacesConfigLocaleConfigTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public FacesConfigDefaultLocaleType getDefaultLocale()
FacesConfigLocaleConfigType
getDefaultLocale in interface FacesConfigLocaleConfigTypeFacesConfigDefaultLocaleTypepublic void setDefaultLocale(FacesConfigDefaultLocaleType value)
FacesConfigLocaleConfigType
setDefaultLocale in interface FacesConfigLocaleConfigTypevalue - allowed object is
FacesConfigDefaultLocaleTypepublic List<FacesConfigSupportedLocaleType> getSupportedLocale()
FacesConfigLocaleConfigType
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 supportedLocale property.
For example, to add a new item, do as follows:
getSupportedLocale().add(newItem);
Objects of the following type(s) are allowed in the list
FacesConfigSupportedLocaleType
getSupportedLocale in interface FacesConfigLocaleConfigTypepublic String getId()
FacesConfigLocaleConfigType
getId in interface FacesConfigLocaleConfigTypeStringpublic void setId(String value)
FacesConfigLocaleConfigType
setId in interface FacesConfigLocaleConfigTypevalue - allowed object is
String
public static void copySupportedLocale(List<FacesConfigSupportedLocaleType> source,
List<FacesConfigSupportedLocaleType> target)
SupportedLocale.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public FacesConfigLocaleConfigTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||