public class LocalizedNameType extends Object
Java class for localizedNameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="localizedNameType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lang |
protected String |
value |
| Constructor and Description |
|---|
LocalizedNameType(String lang) |
public LocalizedNameType(String lang)
Copyright © 2014 JBoss Inc.. All Rights Reserved.