public class DisplayNameType extends String
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 and Description |
|---|
DisplayNameType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLang()
Gets the value of the lang property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
DisplayNameType |
withId(String value) |
DisplayNameType |
withLang(String value) |
DisplayNameType |
withValue(String value) |
protected String lang
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic DisplayNameType withLang(String value)
public DisplayNameType withValue(String value)
public DisplayNameType withId(String value)
Copyright © 2020. All rights reserved.