net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl
Class TextsImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.TextsImpl
All Implemented Interfaces:
Serializable, Cloneable, Texts

public class TextsImpl
extends Object
implements Serializable, Cloneable, Texts

See Also:
Serialized Form

Field Summary
protected  String defaultLanguage
           
protected  Text[] text
           
 
Constructor Summary
TextsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.TextsImpl instance.
TextsImpl(TextsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.TextsImpl instance by copying a given instance.
 
Method Summary
 TextsImpl clone()
          Creates and returns a copy of this object.
 String getDefaultLanguage()
          Default text of this list.
 Text[] getText()
           
 Text getText(int idx)
           
 int getTextLength()
           
 void setDefaultLanguage(String value)
          Sets the value of the defaultLanguage property.
 Text setText(int idx, Text value)
           
 void setText(Text[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

protected Text[] text

defaultLanguage

protected String defaultLanguage
Constructor Detail

TextsImpl

public TextsImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.TextsImpl instance.


TextsImpl

public TextsImpl(TextsImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.TextsImpl instance by copying a given instance.

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

getText

public Text[] getText()
Specified by:
getText in interface Texts
Returns:
array of Text

getText

public Text getText(int idx)
Specified by:
getText in interface Texts
Returns:
one of Text

getTextLength

public int getTextLength()
Specified by:
getTextLength in interface Texts

setText

public void setText(Text[] values)
Specified by:
setText in interface Texts
Parameters:
values - allowed objects are Text

setText

public Text setText(int idx,
                    Text value)
Specified by:
setText in interface Texts
value - allowed object is Text

getDefaultLanguage

public String getDefaultLanguage()
Description copied from interface: Texts
Default text of this list.

Specified by:
getDefaultLanguage in interface Texts
Returns:
possible object is String

setDefaultLanguage

public void setDefaultLanguage(String value)
Description copied from interface: Texts
Sets the value of the defaultLanguage property.

Specified by:
setDefaultLanguage in interface Texts
Parameters:
value - allowed object is String

clone

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