Class CompressObjectsType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.CompressObjectsType
-
public class CompressObjectsType 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">Combines object definitions of the document into so-called "object streams" and compresses them. This operation is recommended especially for larger documents with many objects. The size of contained resources (such as graphics and fonts) cannot be reduced in this way.</p>
Java class for CompressObjectsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompressObjectsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="objectStreamSize" default="200"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegerobjectStreamSize
-
Constructor Summary
Constructors Constructor Description CompressObjectsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetObjectStreamSize()Gets the value of the objectStreamSize property.booleanisSetObjectStreamSize()voidsetObjectStreamSize(int value)Sets the value of the objectStreamSize property.voidunsetObjectStreamSize()
-
-
-
Field Detail
-
objectStreamSize
protected Integer objectStreamSize
-
-
Method Detail
-
getObjectStreamSize
public int getObjectStreamSize()
Gets the value of the objectStreamSize property.- Returns:
- possible object is
Integer
-
setObjectStreamSize
public void setObjectStreamSize(int value)
Sets the value of the objectStreamSize property.- Parameters:
value- allowed object isInteger
-
isSetObjectStreamSize
public boolean isSetObjectStreamSize()
-
unsetObjectStreamSize
public void unsetObjectStreamSize()
-
-