|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.LocaleEncodingMappingListTypeImpl
public class LocaleEncodingMappingListTypeImpl
| Field Summary | |
|---|---|
protected String |
id
|
protected List<LocaleEncodingMappingType> |
localeEncodingMapping
|
| Constructor Summary | |
|---|---|
LocaleEncodingMappingListTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.LocaleEncodingMappingListTypeImpl instance. |
|
LocaleEncodingMappingListTypeImpl(LocaleEncodingMappingListTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.LocaleEncodingMappingListTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
LocaleEncodingMappingListTypeImpl |
clone()
Creates and returns a copy of this object. |
protected static void |
copyLocaleEncodingMapping(List<LocaleEncodingMappingType> source,
List<LocaleEncodingMappingType> target)
Copies all values of property LocaleEncodingMapping. |
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 |
|---|
protected List<LocaleEncodingMappingType> localeEncodingMapping
protected String id
| Constructor Detail |
|---|
public LocaleEncodingMappingListTypeImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.LocaleEncodingMappingListTypeImpl instance.
public LocaleEncodingMappingListTypeImpl(LocaleEncodingMappingListTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.LocaleEncodingMappingListTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<LocaleEncodingMappingType> getLocaleEncodingMapping()
LocaleEncodingMappingListType
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
getLocaleEncodingMapping in interface LocaleEncodingMappingListTypepublic String getId()
LocaleEncodingMappingListType
getId in interface LocaleEncodingMappingListTypeStringpublic void setId(String value)
LocaleEncodingMappingListType
setId in interface LocaleEncodingMappingListTypevalue - allowed object is
String
protected static void copyLocaleEncodingMapping(List<LocaleEncodingMappingType> source,
List<LocaleEncodingMappingType> target)
LocaleEncodingMapping.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public LocaleEncodingMappingListTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||