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