Class ConverterImageType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ConverterImageType
-
public class ConverterImageType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p383362_="https://jakarta.ee/xml/ns/jaxb" xmlns:p837822_="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">The settings are used when converting images if the source file is an image. If the source file is another format that may contain images, then these settings may not apply.</p>
Java class for ConverterImageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConverterImageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="maintainAspectRatio" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanmaintainAspectRatio
-
Constructor Summary
Constructors Constructor Description ConverterImageType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisMaintainAspectRatio()Gets the value of the maintainAspectRatio property.booleanisSetMaintainAspectRatio()voidsetMaintainAspectRatio(boolean value)Sets the value of the maintainAspectRatio property.voidunsetMaintainAspectRatio()
-
-
-
Field Detail
-
maintainAspectRatio
protected Boolean maintainAspectRatio
-
-
Method Detail
-
isMaintainAspectRatio
public boolean isMaintainAspectRatio()
Gets the value of the maintainAspectRatio property.- Returns:
- possible object is
Boolean
-
setMaintainAspectRatio
public void setMaintainAspectRatio(boolean value)
Sets the value of the maintainAspectRatio property.- Parameters:
value- allowed object isBoolean
-
isSetMaintainAspectRatio
public boolean isSetMaintainAspectRatio()
-
unsetMaintainAspectRatio
public void unsetMaintainAspectRatio()
-
-