Class SanitizeType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SanitizeType
-
public class SanitizeType 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">Simplifies document structures, deletes metadata, and flattens page contents in order to remove confidential information that could be hidden in the document structure. Subelements can be used to exempt specific content from this operation or to configure how it will be handled in greater detail. If a subelement is not passed, the represented function will be considered to be enabled and configured with the corresponding default values.</p>
Java class for SanitizeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SanitizeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="metadata" type="{http://schema.webpdf.de/1.0/operation}SanitizeMetadataType" minOccurs="0"/> <element name="layers" type="{http://schema.webpdf.de/1.0/operation}SanitizeLayersType" minOccurs="0"/> <element name="tags" type="{http://schema.webpdf.de/1.0/operation}SanitizeTagsType" minOccurs="0"/> <element name="outlines" type="{http://schema.webpdf.de/1.0/operation}SanitizeOutlinesType" minOccurs="0"/> <element name="attachments" type="{http://schema.webpdf.de/1.0/operation}SanitizeAttachmentsType" minOccurs="0"/> <element name="forms" type="{http://schema.webpdf.de/1.0/operation}SanitizeFormsType" minOccurs="0"/> <element name="annotations" type="{http://schema.webpdf.de/1.0/operation}SanitizeAnnotationsType" minOccurs="0"/> <element name="pages" type="{http://schema.webpdf.de/1.0/operation}SanitizePagesType" minOccurs="0"/> <element name="actions" type="{http://schema.webpdf.de/1.0/operation}SanitizeActionsType" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected SanitizeActionsTypeactionsprotected SanitizeAnnotationsTypeannotationsprotected SanitizeAttachmentsTypeattachmentsprotected SanitizeFormsTypeformsprotected SanitizeLayersTypelayersprotected SanitizeMetadataTypemetadataprotected SanitizeOutlinesTypeoutlinesprotected SanitizePagesTypepagesprotected SanitizeTagsTypetags
-
Constructor Summary
Constructors Constructor Description SanitizeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SanitizeActionsTypegetActions()Gets the value of the actions property.SanitizeAnnotationsTypegetAnnotations()Gets the value of the annotations property.SanitizeAttachmentsTypegetAttachments()Gets the value of the attachments property.SanitizeFormsTypegetForms()Gets the value of the forms property.SanitizeLayersTypegetLayers()Gets the value of the layers property.SanitizeMetadataTypegetMetadata()Gets the value of the metadata property.SanitizeOutlinesTypegetOutlines()Gets the value of the outlines property.SanitizePagesTypegetPages()Gets the value of the pages property.SanitizeTagsTypegetTags()Gets the value of the tags property.booleanisSetActions()booleanisSetAnnotations()booleanisSetAttachments()booleanisSetForms()booleanisSetLayers()booleanisSetMetadata()booleanisSetOutlines()booleanisSetPages()booleanisSetTags()voidsetActions(SanitizeActionsType value)Sets the value of the actions property.voidsetAnnotations(SanitizeAnnotationsType value)Sets the value of the annotations property.voidsetAttachments(SanitizeAttachmentsType value)Sets the value of the attachments property.voidsetForms(SanitizeFormsType value)Sets the value of the forms property.voidsetLayers(SanitizeLayersType value)Sets the value of the layers property.voidsetMetadata(SanitizeMetadataType value)Sets the value of the metadata property.voidsetOutlines(SanitizeOutlinesType value)Sets the value of the outlines property.voidsetPages(SanitizePagesType value)Sets the value of the pages property.voidsetTags(SanitizeTagsType value)Sets the value of the tags property.
-
-
-
Field Detail
-
metadata
protected SanitizeMetadataType metadata
-
layers
protected SanitizeLayersType layers
-
tags
protected SanitizeTagsType tags
-
outlines
protected SanitizeOutlinesType outlines
-
attachments
protected SanitizeAttachmentsType attachments
-
forms
protected SanitizeFormsType forms
-
annotations
protected SanitizeAnnotationsType annotations
-
pages
protected SanitizePagesType pages
-
actions
protected SanitizeActionsType actions
-
-
Method Detail
-
getMetadata
public SanitizeMetadataType getMetadata()
Gets the value of the metadata property.- Returns:
- possible object is
SanitizeMetadataType
-
setMetadata
public void setMetadata(SanitizeMetadataType value)
Sets the value of the metadata property.- Parameters:
value- allowed object isSanitizeMetadataType
-
isSetMetadata
public boolean isSetMetadata()
-
getLayers
public SanitizeLayersType getLayers()
Gets the value of the layers property.- Returns:
- possible object is
SanitizeLayersType
-
setLayers
public void setLayers(SanitizeLayersType value)
Sets the value of the layers property.- Parameters:
value- allowed object isSanitizeLayersType
-
isSetLayers
public boolean isSetLayers()
-
getTags
public SanitizeTagsType getTags()
Gets the value of the tags property.- Returns:
- possible object is
SanitizeTagsType
-
setTags
public void setTags(SanitizeTagsType value)
Sets the value of the tags property.- Parameters:
value- allowed object isSanitizeTagsType
-
isSetTags
public boolean isSetTags()
-
getOutlines
public SanitizeOutlinesType getOutlines()
Gets the value of the outlines property.- Returns:
- possible object is
SanitizeOutlinesType
-
setOutlines
public void setOutlines(SanitizeOutlinesType value)
Sets the value of the outlines property.- Parameters:
value- allowed object isSanitizeOutlinesType
-
isSetOutlines
public boolean isSetOutlines()
-
getAttachments
public SanitizeAttachmentsType getAttachments()
Gets the value of the attachments property.- Returns:
- possible object is
SanitizeAttachmentsType
-
setAttachments
public void setAttachments(SanitizeAttachmentsType value)
Sets the value of the attachments property.- Parameters:
value- allowed object isSanitizeAttachmentsType
-
isSetAttachments
public boolean isSetAttachments()
-
getForms
public SanitizeFormsType getForms()
Gets the value of the forms property.- Returns:
- possible object is
SanitizeFormsType
-
setForms
public void setForms(SanitizeFormsType value)
Sets the value of the forms property.- Parameters:
value- allowed object isSanitizeFormsType
-
isSetForms
public boolean isSetForms()
-
getAnnotations
public SanitizeAnnotationsType getAnnotations()
Gets the value of the annotations property.- Returns:
- possible object is
SanitizeAnnotationsType
-
setAnnotations
public void setAnnotations(SanitizeAnnotationsType value)
Sets the value of the annotations property.- Parameters:
value- allowed object isSanitizeAnnotationsType
-
isSetAnnotations
public boolean isSetAnnotations()
-
getPages
public SanitizePagesType getPages()
Gets the value of the pages property.- Returns:
- possible object is
SanitizePagesType
-
setPages
public void setPages(SanitizePagesType value)
Sets the value of the pages property.- Parameters:
value- allowed object isSanitizePagesType
-
isSetPages
public boolean isSetPages()
-
getActions
public SanitizeActionsType getActions()
Gets the value of the actions property.- Returns:
- possible object is
SanitizeActionsType
-
setActions
public void setActions(SanitizeActionsType value)
Sets the value of the actions property.- Parameters:
value- allowed object isSanitizeActionsType
-
isSetActions
public boolean isSetActions()
-
-