Class SanitizeOptionsType

    • Field Detail

      • enabled

        protected Boolean enabled
         <?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">If set to "false", this sanitize operation shall not be applied.</p>
         
    • Constructor Detail

      • SanitizeOptionsType

        public SanitizeOptionsType()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
         <?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">If set to "false", this sanitize operation shall not be applied.</p>
         
        Returns:
        possible object is Boolean
      • setEnabled

        public void setEnabled​(boolean value)
        Sets the value of the enabled property.
        Parameters:
        value - allowed object is Boolean
        See Also:
        isEnabled()
      • isSetEnabled

        public boolean isSetEnabled()
      • unsetEnabled

        public void unsetEnabled()