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:p526781_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p950257_="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 Integeropacity<?protected 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()<?WatermarkPositionTypegetPosition()Gets the value of the position property.intgetScale()<?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
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p526781_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p950257_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Specifies the scaling of the image in percent.</p>
-
opacity
protected Integer opacity
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p526781_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p950257_="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 set the image's opacity. A percent value between 0 and 100 is allowed, whereby 0 equals the minimum opacity. The higher the value, the more the content of the PDF document will be covered over.</p>
-
-
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()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p526781_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p950257_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Specifies the scaling of the image in percent.</p>
- Returns:
- possible object is
Integer
-
setScale
public void setScale(int value)
Sets the value of the scale property.- Parameters:
value- allowed object isInteger- See Also:
getScale()
-
isSetScale
public boolean isSetScale()
-
unsetScale
public void unsetScale()
-
getOpacity
public int getOpacity()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p526781_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p950257_="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 set the image's opacity. A percent value between 0 and 100 is allowed, whereby 0 equals the minimum opacity. The higher the value, the more the content of the PDF document will be covered over.</p>
- Returns:
- possible object is
Integer
-
setOpacity
public void setOpacity(int value)
Sets the value of the opacity property.- Parameters:
value- allowed object isInteger- See Also:
getOpacity()
-
isSetOpacity
public boolean isSetOpacity()
-
unsetOpacity
public void unsetOpacity()
-
-