Class SanitizeOptionsType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SanitizeOptionsType
-
- Direct Known Subclasses:
SanitizeActionsType,SanitizeAnnotationsType,SanitizeAttachmentsType,SanitizeFormsType,SanitizeLayersType,SanitizeMetadataType,SanitizeOutlinesType,SanitizePagesType,SanitizeTagsType
public class SanitizeOptionsType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">A common base type for all sanitize operations.</p>
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 Summary
Constructors Constructor Description SanitizeOptionsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnabled()Gets the value of the enabled property.booleanisSetEnabled()voidsetEnabled(boolean value)Sets the value of the enabled property.voidunsetEnabled()
-
-
-
Field Detail
-
enabled
protected Boolean enabled
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
Gets the value of the enabled property.- Returns:
- possible object is
Boolean
-
setEnabled
public void setEnabled(boolean value)
Sets the value of the enabled property.- Parameters:
value- allowed object isBoolean
-
isSetEnabled
public boolean isSetEnabled()
-
unsetEnabled
public void unsetEnabled()
-
-