|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.impl.TextsImpl
public class TextsImpl
| Field Summary | |
|---|---|
protected String |
defaultLanguage
|
protected List<Text> |
text
|
| Constructor Summary | |
|---|---|
TextsImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.impl.TextsImpl instance. |
|
TextsImpl(TextsImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.impl.TextsImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TextsImpl |
clone()
Creates and returns a copy of this object. |
static void |
copyText(List<Text> source,
List<Text> target)
Copies all values of property Text. |
String |
getDefaultLanguage()
Default text of this list. |
List<Text> |
getText()
Gets the value of the text property. |
void |
setDefaultLanguage(String value)
Sets the value of the defaultLanguage property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Text> text
protected String defaultLanguage
| Constructor Detail |
|---|
public TextsImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.impl.TextsImpl instance.
public TextsImpl(TextsImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.impl.TextsImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<Text> getText()
Texts
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 text property.
For example, to add a new item, do as follows:
getText().add(newItem);
Objects of the following type(s) are allowed in the list
Text
getText in interface Textspublic String getDefaultLanguage()
Texts
getDefaultLanguage in interface TextsStringpublic void setDefaultLanguage(String value)
Texts
setDefaultLanguage in interface Textsvalue - allowed object is
String
public static void copyText(List<Text> source,
List<Text> target)
Text.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public TextsImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||