public class ValueOf 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}select-required"/>
<attGroup ref="{http://www.w3.org/1999/XSL/Transform}disable-output-escaping"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected YesOrNo |
disableOutputEscaping |
protected String |
select |
| Constructor and Description |
|---|
ValueOf() |
| Modifier and Type | Method and Description |
|---|---|
YesOrNo |
getDisableOutputEscaping()
Gets the value of the disableOutputEscaping property.
|
String |
getSelect()
Gets the value of the select property.
|
void |
setDisableOutputEscaping(YesOrNo value)
Sets the value of the disableOutputEscaping property.
|
void |
setSelect(String value)
Sets the value of the select property.
|
getOtherAttributesprotected String select
protected YesOrNo disableOutputEscaping
public String getSelect()
Stringpublic void setSelect(String value)
value - allowed object is
Stringpublic YesOrNo getDisableOutputEscaping()
YesOrNoCopyright © 2017. All rights reserved.