Class WatermarkImageType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.WatermarkImageType
-
public class WatermarkImageType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p618970_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p733942_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to add an image as a watermark.</p>
Java class for WatermarkImageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WatermarkImageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="data" type="{http://schema.webpdf.de/1.0/operation}WatermarkFileDataType"/> <element name="position" type="{http://schema.webpdf.de/1.0/operation}WatermarkPositionType" minOccurs="0"/> </all> <attribute name="scale" default="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="opacity" type="{http://schema.webpdf.de/1.0/operation}OpacityType" default="25" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected WatermarkFileDataTypedataprotected Integeropacityprotected WatermarkPositionTypepositionprotected Integerscale
-
Constructor Summary
Constructors Constructor Description WatermarkImageType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WatermarkFileDataTypegetData()Gets the value of the data property.intgetOpacity()Gets the value of the opacity property.WatermarkPositionTypegetPosition()Gets the value of the position property.intgetScale()Gets the value of the scale property.booleanisSetData()booleanisSetOpacity()booleanisSetPosition()booleanisSetScale()voidsetData(WatermarkFileDataType value)Sets the value of the data property.voidsetOpacity(int value)Sets the value of the opacity property.voidsetPosition(WatermarkPositionType value)Sets the value of the position property.voidsetScale(int value)Sets the value of the scale property.voidunsetOpacity()voidunsetScale()
-
-
-
Field Detail
-
data
protected WatermarkFileDataType data
-
position
protected WatermarkPositionType position
-
scale
protected Integer scale
-
opacity
protected Integer opacity
-
-
Method Detail
-
getData
public WatermarkFileDataType getData()
Gets the value of the data property.- Returns:
- possible object is
WatermarkFileDataType
-
setData
public void setData(WatermarkFileDataType value)
Sets the value of the data property.- Parameters:
value- allowed object isWatermarkFileDataType
-
isSetData
public boolean isSetData()
-
getPosition
public WatermarkPositionType getPosition()
Gets the value of the position property.- Returns:
- possible object is
WatermarkPositionType
-
setPosition
public void setPosition(WatermarkPositionType value)
Sets the value of the position property.- Parameters:
value- allowed object isWatermarkPositionType
-
isSetPosition
public boolean isSetPosition()
-
getScale
public int getScale()
Gets the value of the scale property.- Returns:
- possible object is
Integer
-
setScale
public void setScale(int value)
Sets the value of the scale property.- Parameters:
value- allowed object isInteger
-
isSetScale
public boolean isSetScale()
-
unsetScale
public void unsetScale()
-
getOpacity
public int getOpacity()
Gets the value of the opacity property.- Returns:
- possible object is
Integer
-
setOpacity
public void setOpacity(int value)
Sets the value of the opacity property.- Parameters:
value- allowed object isInteger
-
isSetOpacity
public boolean isSetOpacity()
-
unsetOpacity
public void unsetOpacity()
-
-