Class CompressType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseToolboxType
-
- net.webpdf.wsclient.schema.operation.CompressType
-
- All Implemented Interfaces:
ParameterInterface
- Direct Known Subclasses:
CompressSettingsType
public class CompressType extends BaseToolboxType
<?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">The compress operation element can be used to reduce the document size by compression. This modifies the document, so note that this can lead to the invalidation of existing signatures and archive formats. The compression can also be provided by the execution settings basically web service independent for the storage of documents.</p>
Java class for CompressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompressType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType"> <choice> <element name="compressObjects" type="{http://schema.webpdf.de/1.0/operation}CompressObjectsType" minOccurs="0"/> </choice> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CompressObjectsTypecompressObjects
-
Constructor Summary
Constructors Constructor Description CompressType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompressObjectsTypegetCompressObjects()Gets the value of the compressObjects property.booleanisSetCompressObjects()voidsetCompressObjects(CompressObjectsType value)Sets the value of the compressObjects property.
-
-
-
Field Detail
-
compressObjects
protected CompressObjectsType compressObjects
-
-
Method Detail
-
getCompressObjects
public CompressObjectsType getCompressObjects()
Gets the value of the compressObjects property.- Returns:
- possible object is
CompressObjectsType
-
setCompressObjects
public void setCompressObjects(CompressObjectsType value)
Sets the value of the compressObjects property.- Parameters:
value- allowed object isCompressObjectsType
-
isSetCompressObjects
public boolean isSetCompressObjects()
-
-