Class DisplayNameType
- java.lang.Object
-
- com.sun.xml.ws.config.metro.parser.jsr109.String
-
- com.sun.xml.ws.config.metro.parser.jsr109.DisplayNameType
-
- All Implemented Interfaces:
org.glassfish.jaxb.core.Locatable
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:... <display-name xml:lang="en"> Employee Self Service </display-name>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>
-
-
Constructor Summary
Constructors Constructor Description DisplayNameType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLang()Gets the value of the lang property.voidsetLang(String value)Sets the value of the lang property.-
Methods inherited from class com.sun.xml.ws.config.metro.parser.jsr109.String
getId, getValue, setId, setSourceLocation, setValue, sourceLocation
-
-
-
-
Field Detail
-
lang
protected String lang
-
-