public class Text extends AnyType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.w3.org/1999/XSL/Transform}anyType">
<attGroup ref="{http://www.w3.org/1999/XSL/Transform}disable-output-escaping"/>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
<attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected YesOrNo |
disableOutputEscaping |
protected String |
lang |
protected String |
space |
| Constructor and Description |
|---|
Text() |
| Modifier and Type | Method and Description |
|---|---|
YesOrNo |
getDisableOutputEscaping()
Gets the value of the disableOutputEscaping property.
|
String |
getLang()
Gets the value of the lang property.
|
String |
getSpace()
Gets the value of the space property.
|
void |
setDisableOutputEscaping(YesOrNo value)
Sets the value of the disableOutputEscaping property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setSpace(String value)
Sets the value of the space property.
|
getOtherAttributesprotected String lang
protected String space
protected YesOrNo disableOutputEscaping
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic String getSpace()
Stringpublic void setSpace(String value)
value - allowed object is
Stringpublic YesOrNo getDisableOutputEscaping()
YesOrNoCopyright © 2017. All rights reserved.