Class SettingsType.Compress
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SettingsType.Compress
-
- Enclosing class:
- SettingsType
public static class SettingsType.Compress extends Object
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="compressObjects" type="{http://schema.webpdf.de/1.0/operation}CompressObjectsType" minOccurs="0"/> </all> <attribute name="compressProfile" type="{http://schema.webpdf.de/1.0/operation}CompressProfileType" default="never" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CompressObjectsTypecompressObjectsprotected CompressProfileTypecompressProfile<?
-
Constructor Summary
Constructors Constructor Description Compress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompressObjectsTypegetCompressObjects()Gets the value of the compressObjects property.CompressProfileTypegetCompressProfile()<?booleanisSetCompressObjects()booleanisSetCompressProfile()voidsetCompressObjects(CompressObjectsType value)Sets the value of the compressObjects property.voidsetCompressProfile(CompressProfileType value)Sets the value of the compressProfile property.
-
-
-
Field Detail
-
compressObjects
protected CompressObjectsType compressObjects
-
compressProfile
protected CompressProfileType compressProfile
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p400085_="https://jakarta.ee/xml/ns/jaxb" xmlns:p45416_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the profile for automatic document compression and thus defines whether compression should be applied when saving. <ul><li>always = PDF documents should always be compressed when saved.</li><li>never = PDF documents should not be automatically compressed.</li><li>recompress = PDF documents should only be compressed automatically if they were already compressed before.</li></ul></p>
-
-
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()
-
getCompressProfile
public CompressProfileType getCompressProfile()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p400085_="https://jakarta.ee/xml/ns/jaxb" xmlns:p45416_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the profile for automatic document compression and thus defines whether compression should be applied when saving. <ul><li>always = PDF documents should always be compressed when saved.</li><li>never = PDF documents should not be automatically compressed.</li><li>recompress = PDF documents should only be compressed automatically if they were already compressed before.</li></ul></p>- Returns:
- possible object is
CompressProfileType
-
setCompressProfile
public void setCompressProfile(CompressProfileType value)
Sets the value of the compressProfile property.- Parameters:
value- allowed object isCompressProfileType- See Also:
getCompressProfile()
-
isSetCompressProfile
public boolean isSetCompressProfile()
-
-