net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl
Class LocaleEncodingMappingListTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.LocaleEncodingMappingListTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, LocaleEncodingMappingListType

public class LocaleEncodingMappingListTypeImpl
extends Object
implements Serializable, Cloneable, LocaleEncodingMappingListType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  LocaleEncodingMappingType[] localeEncodingMapping
           
 
Constructor Summary
LocaleEncodingMappingListTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.LocaleEncodingMappingListTypeImpl instance.
LocaleEncodingMappingListTypeImpl(LocaleEncodingMappingListTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.LocaleEncodingMappingListTypeImpl instance by copying a given instance.
 
Method Summary
 LocaleEncodingMappingListTypeImpl clone()
          Creates and returns a copy of this object.
protected  void copyLocaleEncodingMapping(LocaleEncodingMappingType[] source)
          Copies all values of property LocaleEncodingMapping.
 String getId()
          Gets the value of the id property.
 LocaleEncodingMappingType[] getLocaleEncodingMapping()
           
 LocaleEncodingMappingType getLocaleEncodingMapping(int idx)
           
 int getLocaleEncodingMappingLength()
           
 void setId(String value)
          Sets the value of the id property.
 LocaleEncodingMappingType setLocaleEncodingMapping(int idx, LocaleEncodingMappingType value)
           
 void setLocaleEncodingMapping(LocaleEncodingMappingType[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localeEncodingMapping

protected LocaleEncodingMappingType[] localeEncodingMapping

id

protected String id
Constructor Detail

LocaleEncodingMappingListTypeImpl

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


LocaleEncodingMappingListTypeImpl

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

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

getLocaleEncodingMapping

public LocaleEncodingMappingType[] getLocaleEncodingMapping()
Specified by:
getLocaleEncodingMapping in interface LocaleEncodingMappingListType
Returns:
array of LocaleEncodingMappingType

getLocaleEncodingMapping

public LocaleEncodingMappingType getLocaleEncodingMapping(int idx)
Specified by:
getLocaleEncodingMapping in interface LocaleEncodingMappingListType
Returns:
one of LocaleEncodingMappingType

getLocaleEncodingMappingLength

public int getLocaleEncodingMappingLength()
Specified by:
getLocaleEncodingMappingLength in interface LocaleEncodingMappingListType

setLocaleEncodingMapping

public void setLocaleEncodingMapping(LocaleEncodingMappingType[] values)
Specified by:
setLocaleEncodingMapping in interface LocaleEncodingMappingListType
Parameters:
values - allowed objects are LocaleEncodingMappingType

setLocaleEncodingMapping

public LocaleEncodingMappingType setLocaleEncodingMapping(int idx,
                                                          LocaleEncodingMappingType value)
Specified by:
setLocaleEncodingMapping in interface LocaleEncodingMappingListType
value - allowed object is LocaleEncodingMappingType

getId

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

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

setId

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

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

copyLocaleEncodingMapping

protected void copyLocaleEncodingMapping(LocaleEncodingMappingType[] source)
Copies all values of property LocaleEncodingMapping.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

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