public class SignaturePositionType extends Object
Java class for SignaturePositionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignaturePositionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://schema.webpdf.de/1.0/operation}PointGroup"/>
<attribute name="width" default="50">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="height" default="10">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CoordinatesType |
coordinates |
protected Float |
height |
protected MetricsType |
metrics |
protected Float |
width |
protected Float |
x |
protected Float |
y |
| Constructor and Description |
|---|
SignaturePositionType() |
| Modifier and Type | Method and Description |
|---|---|
CoordinatesType |
getCoordinates()
Gets the value of the coordinates property.
|
float |
getHeight()
Gets the value of the height property.
|
MetricsType |
getMetrics()
Gets the value of the metrics property.
|
float |
getWidth()
Gets the value of the width property.
|
float |
getX()
Gets the value of the x property.
|
float |
getY()
Gets the value of the y property.
|
boolean |
isSetCoordinates() |
boolean |
isSetHeight() |
boolean |
isSetMetrics() |
boolean |
isSetWidth() |
boolean |
isSetX() |
boolean |
isSetY() |
void |
setCoordinates(CoordinatesType value)
Sets the value of the coordinates property.
|
void |
setHeight(float value)
Sets the value of the height property.
|
void |
setMetrics(MetricsType value)
Sets the value of the metrics property.
|
void |
setWidth(float value)
Sets the value of the width property.
|
void |
setX(float value)
Sets the value of the x property.
|
void |
setY(float value)
Sets the value of the y property.
|
void |
unsetHeight() |
void |
unsetWidth() |
void |
unsetX() |
void |
unsetY() |
protected Float width
protected Float height
protected Float x
protected Float y
protected MetricsType metrics
protected CoordinatesType coordinates
public float getWidth()
Floatpublic void setWidth(float value)
value - allowed object is
Floatpublic boolean isSetWidth()
public void unsetWidth()
public float getHeight()
Floatpublic void setHeight(float value)
value - allowed object is
Floatpublic boolean isSetHeight()
public void unsetHeight()
public float getX()
Floatpublic void setX(float value)
value - allowed object is
Floatpublic boolean isSetX()
public void unsetX()
public float getY()
Floatpublic void setY(float value)
value - allowed object is
Floatpublic boolean isSetY()
public void unsetY()
public MetricsType getMetrics()
MetricsTypepublic void setMetrics(MetricsType value)
value - allowed object is
MetricsTypepublic boolean isSetMetrics()
public CoordinatesType getCoordinates()
CoordinatesTypepublic void setCoordinates(CoordinatesType value)
value - allowed object is
CoordinatesTypepublic boolean isSetCoordinates()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.