net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl
Class LocaleEncodingMappingListTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.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  List<LocaleEncodingMappingType> localeEncodingMapping
           
 
Constructor Summary
LocaleEncodingMappingListTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.LocaleEncodingMappingListTypeImpl instance.
LocaleEncodingMappingListTypeImpl(LocaleEncodingMappingListTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.LocaleEncodingMappingListTypeImpl instance by copying a given instance.
 
Method Summary
 LocaleEncodingMappingListTypeImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 List<LocaleEncodingMappingType> getLocaleEncodingMapping()
          Gets the value of the localeEncodingMapping 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

localeEncodingMapping

protected List<LocaleEncodingMappingType> localeEncodingMapping

id

protected String id
Constructor Detail

LocaleEncodingMappingListTypeImpl

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


LocaleEncodingMappingListTypeImpl

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

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

getLocaleEncodingMapping

public List<LocaleEncodingMappingType> getLocaleEncodingMapping()
Description copied from interface: LocaleEncodingMappingListType
Gets the value of the localeEncodingMapping 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 localeEncodingMapping property.

For example, to add a new item, do as follows:

    getLocaleEncodingMapping().add(newItem);
 

Objects of the following type(s) are allowed in the list LocaleEncodingMappingType

Specified by:
getLocaleEncodingMapping in interface LocaleEncodingMappingListType

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

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.