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:p628947_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p958969_="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 Integeropacity<?protected 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()<?SignatureImagePositionTypegetPosition()<?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
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p628947_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p958969_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Opacity of image as a percentage value between 0 and 100.</p>
-
position
protected SignatureImagePositionType position
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p628947_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p958969_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Position of image within signature field: <ul><li>center = Centred</li><li>left = Left</li><li>right = Right</li></ul></p>
-
-
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()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p628947_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p958969_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Opacity of image as a percentage value between 0 and 100.</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()
-
getPosition
public SignatureImagePositionType getPosition()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p628947_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p958969_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Position of image within signature field: <ul><li>center = Centred</li><li>left = Left</li><li>right = Right</li></ul></p>- Returns:
- possible object is
SignatureImagePositionType
-
setPosition
public void setPosition(SignatureImagePositionType value)
Sets the value of the position property.- Parameters:
value- allowed object isSignatureImagePositionType- See Also:
getPosition()
-
isSetPosition
public boolean isSetPosition()
-
-