org.apache.axis2.jaxws.description.xml.handler
Class DisplayNameType
java.lang.Object
org.apache.axis2.jaxws.description.xml.handler.String
org.apache.axis2.jaxws.description.xml.handler.DisplayNameType
public class DisplayNameType
- extends String
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>
Field Summary |
protected java.lang.String |
lang
|
Fields inherited from class org.apache.axis2.jaxws.description.xml.handler.String |
id, value |
Method Summary |
java.lang.String |
getLang()
Gets the value of the lang property. |
void |
setLang(java.lang.String value)
Sets the value of the lang property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lang
protected java.lang.String lang
DisplayNameType
public DisplayNameType()
getLang
public java.lang.String getLang()
- Gets the value of the lang property.
- Returns:
- possible object is
String
setLang
public void setLang(java.lang.String value)
- Sets the value of the lang property.
- Parameters:
value
- allowed object is String
Copyright ? 2007 Apache Web Services Project. All Rights Reserved.