public class Description extends XsdString
Java class for descriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="descriptionType"> <simpleContent> <extension base="<http://xmlns.jcp.org/xml/ns/javaee>xsdStringType"> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
lang |
Constructor and Description |
---|
Description() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLang()
Gets the value of the lang property.
|
void |
setLang(java.lang.String value)
Sets the value of the lang property.
|