Class SignatureImageType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SignatureImageType
-
public class SignatureImageType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p153899_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p442156_="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 define an image, for the visual signature, that will be drawn in the signature's background. The image itself is passed with <code><data></code>. </p>Java class for SignatureImageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureImageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="data" type="{http://schema.webpdf.de/1.0/operation}SignatureFileDataType"/> </all> <attribute name="opacity" default="50"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> <maxInclusive value="100"/> </restriction> </simpleType> </attribute> <attribute name="position" default="center"> <simpleType> <restriction base="{http://schema.webpdf.de/1.0/operation}SignatureImagePositionType"> <enumeration value="center"/> <enumeration value="left"/> <enumeration value="right"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected SignatureFileDataTypedataprotected Integeropacityprotected SignatureImagePositionTypeposition
-
Constructor Summary
Constructors Constructor Description SignatureImageType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignatureFileDataTypegetData()Gets the value of the data property.intgetOpacity()Gets the value of the opacity property.SignatureImagePositionTypegetPosition()Gets the value of the position property.booleanisSetData()booleanisSetOpacity()booleanisSetPosition()voidsetData(SignatureFileDataType value)Sets the value of the data property.voidsetOpacity(int value)Sets the value of the opacity property.voidsetPosition(SignatureImagePositionType value)Sets the value of the position property.voidunsetOpacity()
-
-
-
Field Detail
-
data
protected SignatureFileDataType data
-
opacity
protected Integer opacity
-
position
protected SignatureImagePositionType position
-
-
Method Detail
-
getData
public SignatureFileDataType getData()
Gets the value of the data property.- Returns:
- possible object is
SignatureFileDataType
-
setData
public void setData(SignatureFileDataType value)
Sets the value of the data property.- Parameters:
value- allowed object isSignatureFileDataType
-
isSetData
public boolean isSetData()
-
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()
-
getPosition
public SignatureImagePositionType getPosition()
Gets the value of the position property.- Returns:
- possible object is
SignatureImagePositionType
-
setPosition
public void setPosition(SignatureImagePositionType value)
Sets the value of the position property.- Parameters:
value- allowed object isSignatureImagePositionType
-
isSetPosition
public boolean isSetPosition()
-
-