net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl
Class DisplayNameTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.StringImpl
      extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.DisplayNameTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, DisplayNameType, String

public class DisplayNameTypeImpl
extends StringImpl
implements Serializable, Cloneable, DisplayNameType

See Also:
Serialized Form

Field Summary
protected  String lang
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.StringImpl
id, value
 
Constructor Summary
DisplayNameTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.DisplayNameTypeImpl instance.
DisplayNameTypeImpl(DisplayNameTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.DisplayNameTypeImpl instance by copying a given instance.
 
Method Summary
 DisplayNameTypeImpl clone()
          Creates and returns a copy of this object.
 String getLang()
          Gets the value of the lang property.
 void setLang(String value)
          Sets the value of the lang property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.StringImpl
getId, getValue, setId, setValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.String
getId, getValue, setId, setValue
 

Field Detail

lang

protected String lang
Constructor Detail

DisplayNameTypeImpl

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


DisplayNameTypeImpl

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

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

getLang

public String getLang()
Description copied from interface: DisplayNameType
Gets the value of the lang property.

Specified by:
getLang in interface DisplayNameType
Returns:
possible object is String

setLang

public void setLang(String value)
Description copied from interface: DisplayNameType
Sets the value of the lang property.

Specified by:
setLang in interface DisplayNameType
Parameters:
value - allowed object is String

clone

public DisplayNameTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class StringImpl
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.