net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee
Class DisplayNameType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.String
      extended by net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.DisplayNameType
All Implemented Interfaces:
Serializable, Cloneable

public class DisplayNameType
extends String
implements Serializable, Cloneable

The display-name type contains a short name that is intended to be displayed by tools. It is used by display-name elements. The display name need not be unique. Example: ... Employee Self Service The value of the xml:lang attribute is "en" (English) by default.

Java class for display-nameType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="display-nameType">
   <simpleContent>
     <extension base="<http://java.sun.com/xml/ns/javaee>string">
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String lang
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.String
id, value
 
Constructor Summary
DisplayNameType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.DisplayNameType instance.
DisplayNameType(DisplayNameType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.DisplayNameType instance by copying a given instance.
 
Method Summary
 DisplayNameType 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.pkg.collections.valueclass.javaee.String
getId, getValue, setId, setValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lang

protected String lang
Constructor Detail

DisplayNameType

public DisplayNameType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.DisplayNameType instance.


DisplayNameType

public DisplayNameType(DisplayNameType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.DisplayNameType instance by copying a given instance.

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

getLang

public String getLang()
Gets the value of the lang property.

Returns:
possible object is String

setLang

public void setLang(String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String

clone

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

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


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