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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.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  FacesConfigSupportedLocaleType[] supportedLocale
           
 
Constructor Summary
FacesConfigLocaleConfigTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.FacesConfigLocaleConfigTypeImpl instance.
FacesConfigLocaleConfigTypeImpl(FacesConfigLocaleConfigTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.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.
 FacesConfigSupportedLocaleType[] getSupportedLocale()
           
 FacesConfigSupportedLocaleType getSupportedLocale(int idx)
           
 int getSupportedLocaleLength()
           
 void setDefaultLocale(FacesConfigDefaultLocaleType value)
          Sets the value of the defaultLocale property.
 void setId(String value)
          Sets the value of the id property.
 void setSupportedLocale(FacesConfigSupportedLocaleType[] values)
           
 FacesConfigSupportedLocaleType setSupportedLocale(int idx, FacesConfigSupportedLocaleType value)
           
 
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 FacesConfigSupportedLocaleType[] supportedLocale

id

protected String id
Constructor Detail

FacesConfigLocaleConfigTypeImpl

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


FacesConfigLocaleConfigTypeImpl

public FacesConfigLocaleConfigTypeImpl(FacesConfigLocaleConfigTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.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 FacesConfigSupportedLocaleType[] getSupportedLocale()
Specified by:
getSupportedLocale in interface FacesConfigLocaleConfigType
Returns:
array of FacesConfigSupportedLocaleType

getSupportedLocale

public FacesConfigSupportedLocaleType getSupportedLocale(int idx)
Specified by:
getSupportedLocale in interface FacesConfigLocaleConfigType
Returns:
one of FacesConfigSupportedLocaleType

getSupportedLocaleLength

public int getSupportedLocaleLength()
Specified by:
getSupportedLocaleLength in interface FacesConfigLocaleConfigType

setSupportedLocale

public void setSupportedLocale(FacesConfigSupportedLocaleType[] values)
Specified by:
setSupportedLocale in interface FacesConfigLocaleConfigType
Parameters:
values - allowed objects are FacesConfigSupportedLocaleType

setSupportedLocale

public FacesConfigSupportedLocaleType setSupportedLocale(int idx,
                                                         FacesConfigSupportedLocaleType value)
Specified by:
setSupportedLocale in interface FacesConfigLocaleConfigType
value - allowed object is FacesConfigSupportedLocaleType

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.