public class WatermarkImageType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected WatermarkFileDataType |
data |
protected Integer |
opacity |
protected WatermarkPositionType |
position |
protected Integer |
scale |
| Constructor and Description |
|---|
WatermarkImageType() |
| Modifier and Type | Method and Description |
|---|---|
WatermarkFileDataType |
getData()
Gets the value of the data property.
|
int |
getOpacity()
Gets the value of the opacity property.
|
WatermarkPositionType |
getPosition()
Gets the value of the position property.
|
int |
getScale()
Gets the value of the scale property.
|
boolean |
isSetData() |
boolean |
isSetOpacity() |
boolean |
isSetPosition() |
boolean |
isSetScale() |
void |
setData(WatermarkFileDataType value)
Sets the value of the data property.
|
void |
setOpacity(int value)
Sets the value of the opacity property.
|
void |
setPosition(WatermarkPositionType value)
Sets the value of the position property.
|
void |
setScale(int value)
Sets the value of the scale property.
|
void |
unsetOpacity() |
void |
unsetScale() |
protected WatermarkFileDataType data
protected WatermarkPositionType position
protected Integer scale
protected Integer opacity
public WatermarkFileDataType getData()
WatermarkFileDataTypepublic void setData(WatermarkFileDataType value)
value - allowed object is
WatermarkFileDataTypepublic boolean isSetData()
public WatermarkPositionType getPosition()
WatermarkPositionTypepublic void setPosition(WatermarkPositionType value)
value - allowed object is
WatermarkPositionTypepublic boolean isSetPosition()
public int getScale()
Integerpublic void setScale(int value)
value - allowed object is
Integerpublic boolean isSetScale()
public void unsetScale()
public int getOpacity()
Integerpublic void setOpacity(int value)
value - allowed object is
Integerpublic boolean isSetOpacity()
public void unsetOpacity()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.