net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl
Class LocaleEncodingMappingTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.LocaleEncodingMappingTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, LocaleEncodingMappingType

public class LocaleEncodingMappingTypeImpl
extends Object
implements Serializable, Cloneable, LocaleEncodingMappingType

See Also:
Serialized Form

Field Summary
protected  String encoding
           
protected  String id
           
protected  String locale
           
 
Constructor Summary
LocaleEncodingMappingTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.LocaleEncodingMappingTypeImpl instance.
LocaleEncodingMappingTypeImpl(LocaleEncodingMappingTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.LocaleEncodingMappingTypeImpl instance by copying a given instance.
 
Method Summary
 LocaleEncodingMappingTypeImpl clone()
          Creates and returns a copy of this object.
 String getEncoding()
          Gets the value of the encoding property.
 String getId()
          Gets the value of the id property.
 String getLocale()
          Gets the value of the locale property.
 void setEncoding(String value)
          Sets the value of the encoding property.
 void setId(String value)
          Sets the value of the id property.
 void setLocale(String value)
          Sets the value of the locale property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locale

protected String locale

encoding

protected String encoding

id

protected String id
Constructor Detail

LocaleEncodingMappingTypeImpl

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


LocaleEncodingMappingTypeImpl

public LocaleEncodingMappingTypeImpl(LocaleEncodingMappingTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.LocaleEncodingMappingTypeImpl instance by copying a given instance.

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

getLocale

public String getLocale()
Description copied from interface: LocaleEncodingMappingType
Gets the value of the locale property.

Specified by:
getLocale in interface LocaleEncodingMappingType
Returns:
possible object is String

setLocale

public void setLocale(String value)
Description copied from interface: LocaleEncodingMappingType
Sets the value of the locale property.

Specified by:
setLocale in interface LocaleEncodingMappingType
Parameters:
value - allowed object is String

getEncoding

public String getEncoding()
Description copied from interface: LocaleEncodingMappingType
Gets the value of the encoding property.

Specified by:
getEncoding in interface LocaleEncodingMappingType
Returns:
possible object is String

setEncoding

public void setEncoding(String value)
Description copied from interface: LocaleEncodingMappingType
Sets the value of the encoding property.

Specified by:
setEncoding in interface LocaleEncodingMappingType
Parameters:
value - allowed object is String

getId

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

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

setId

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

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

clone

public LocaleEncodingMappingTypeImpl 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.