public class SanitizeType extends Object
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"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SanitizeAnnotationsType |
annotations |
protected SanitizeAttachmentsType |
attachments |
protected SanitizeFormsType |
forms |
protected SanitizeLayersType |
layers |
protected SanitizeMetadataType |
metadata |
protected SanitizeOutlinesType |
outlines |
protected SanitizePagesType |
pages |
protected SanitizeTagsType |
tags |
| Constructor and Description |
|---|
SanitizeType() |
| Modifier and Type | Method and Description |
|---|---|
SanitizeAnnotationsType |
getAnnotations()
Gets the value of the annotations property.
|
SanitizeAttachmentsType |
getAttachments()
Gets the value of the attachments property.
|
SanitizeFormsType |
getForms()
Gets the value of the forms property.
|
SanitizeLayersType |
getLayers()
Gets the value of the layers property.
|
SanitizeMetadataType |
getMetadata()
Gets the value of the metadata property.
|
SanitizeOutlinesType |
getOutlines()
Gets the value of the outlines property.
|
SanitizePagesType |
getPages()
Gets the value of the pages property.
|
SanitizeTagsType |
getTags()
Gets the value of the tags property.
|
boolean |
isSetAnnotations() |
boolean |
isSetAttachments() |
boolean |
isSetForms() |
boolean |
isSetLayers() |
boolean |
isSetMetadata() |
boolean |
isSetOutlines() |
boolean |
isSetPages() |
boolean |
isSetTags() |
void |
setAnnotations(SanitizeAnnotationsType value)
Sets the value of the annotations property.
|
void |
setAttachments(SanitizeAttachmentsType value)
Sets the value of the attachments property.
|
void |
setForms(SanitizeFormsType value)
Sets the value of the forms property.
|
void |
setLayers(SanitizeLayersType value)
Sets the value of the layers property.
|
void |
setMetadata(SanitizeMetadataType value)
Sets the value of the metadata property.
|
void |
setOutlines(SanitizeOutlinesType value)
Sets the value of the outlines property.
|
void |
setPages(SanitizePagesType value)
Sets the value of the pages property.
|
void |
setTags(SanitizeTagsType value)
Sets the value of the tags property.
|
protected SanitizeMetadataType metadata
protected SanitizeLayersType layers
protected SanitizeTagsType tags
protected SanitizeOutlinesType outlines
protected SanitizeAttachmentsType attachments
protected SanitizeFormsType forms
protected SanitizeAnnotationsType annotations
protected SanitizePagesType pages
public SanitizeMetadataType getMetadata()
SanitizeMetadataTypepublic void setMetadata(SanitizeMetadataType value)
value - allowed object is
SanitizeMetadataTypepublic boolean isSetMetadata()
public SanitizeLayersType getLayers()
SanitizeLayersTypepublic void setLayers(SanitizeLayersType value)
value - allowed object is
SanitizeLayersTypepublic boolean isSetLayers()
public SanitizeTagsType getTags()
SanitizeTagsTypepublic void setTags(SanitizeTagsType value)
value - allowed object is
SanitizeTagsTypepublic boolean isSetTags()
public SanitizeOutlinesType getOutlines()
SanitizeOutlinesTypepublic void setOutlines(SanitizeOutlinesType value)
value - allowed object is
SanitizeOutlinesTypepublic boolean isSetOutlines()
public SanitizeAttachmentsType getAttachments()
SanitizeAttachmentsTypepublic void setAttachments(SanitizeAttachmentsType value)
value - allowed object is
SanitizeAttachmentsTypepublic boolean isSetAttachments()
public SanitizeFormsType getForms()
SanitizeFormsTypepublic void setForms(SanitizeFormsType value)
value - allowed object is
SanitizeFormsTypepublic boolean isSetForms()
public SanitizeAnnotationsType getAnnotations()
SanitizeAnnotationsTypepublic void setAnnotations(SanitizeAnnotationsType value)
value - allowed object is
SanitizeAnnotationsTypepublic boolean isSetAnnotations()
public SanitizePagesType getPages()
SanitizePagesTypepublic void setPages(SanitizePagesType value)
value - allowed object is
SanitizePagesTypepublic boolean isSetPages()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.