net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl
Class FacesConfigLocaleConfigTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigLocaleConfigTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FacesConfigLocaleConfigType

public class FacesConfigLocaleConfigTypeImpl
extends Object
implements Serializable, Cloneable, FacesConfigLocaleConfigType

See Also:
Serialized Form

Field Summary
protected  FacesConfigDefaultLocaleTypeImpl defaultLocale
           
protected  String id
           
protected  List<FacesConfigSupportedLocaleType> supportedLocale
           
 
Constructor Summary
FacesConfigLocaleConfigTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigLocaleConfigTypeImpl instance.
FacesConfigLocaleConfigTypeImpl(FacesConfigLocaleConfigTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigLocaleConfigTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigLocaleConfigTypeImpl clone()
          Creates and returns a copy of this object.
 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

defaultLocale

protected FacesConfigDefaultLocaleTypeImpl defaultLocale

supportedLocale

protected List<FacesConfigSupportedLocaleType> supportedLocale

id

protected String id
Constructor Detail

FacesConfigLocaleConfigTypeImpl

public FacesConfigLocaleConfigTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigLocaleConfigTypeImpl instance.


FacesConfigLocaleConfigTypeImpl

public FacesConfigLocaleConfigTypeImpl(FacesConfigLocaleConfigTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigLocaleConfigTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDefaultLocale

public FacesConfigDefaultLocaleType getDefaultLocale()
Description copied from interface: FacesConfigLocaleConfigType
Gets the value of the defaultLocale property.

Specified by:
getDefaultLocale in interface FacesConfigLocaleConfigType
Returns:
possible object is FacesConfigDefaultLocaleType

setDefaultLocale

public void setDefaultLocale(FacesConfigDefaultLocaleType value)
Description copied from interface: FacesConfigLocaleConfigType
Sets the value of the defaultLocale property.

Specified by:
setDefaultLocale in interface FacesConfigLocaleConfigType
Parameters:
value - allowed object is FacesConfigDefaultLocaleType

getSupportedLocale

public List<FacesConfigSupportedLocaleType> getSupportedLocale()
Description copied from interface: FacesConfigLocaleConfigType
Gets the value of the supportedLocale 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 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

Specified by:
getSupportedLocale in interface FacesConfigLocaleConfigType

getId

public String getId()
Description copied from interface: FacesConfigLocaleConfigType
Gets the value of the id property.

Specified by:
getId in interface FacesConfigLocaleConfigType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: FacesConfigLocaleConfigType
Sets the value of the id property.

Specified by:
setId in interface FacesConfigLocaleConfigType
Parameters:
value - allowed object is String

clone

public FacesConfigLocaleConfigTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.