public class SanitizeOptionsType extends Object
Java class for SanitizeOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SanitizeOptionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SanitizeOptionsType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled()
Gets the value of the enabled property.
|
boolean |
isSetEnabled() |
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
unsetEnabled() |
protected Boolean enabled
public boolean isEnabled()
Booleanpublic void setEnabled(boolean value)
value - allowed object is
Booleanpublic boolean isSetEnabled()
public void unsetEnabled()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.