public class Text extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="classifier" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
classifier |
protected String |
lang |
protected String |
value |
| Constructor and Description |
|---|
Text() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassifier()
Gets the value of the classifier property.
|
String |
getLang()
Gets the value of the lang property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isSetClassifier() |
boolean |
isSetLang() |
boolean |
isSetValue() |
void |
setClassifier(String value)
Sets the value of the classifier property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String lang
protected String classifier
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic boolean isSetLang()
public String getClassifier()
Stringpublic void setClassifier(String value)
value - allowed object is
Stringpublic boolean isSetClassifier()
Copyright © 2023. All rights reserved.