Class SignaturePositionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SignaturePositionType
-
public class SignaturePositionType 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 the position of the visual signature.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected CoordinatesTypecoordinatesprotected Floatheightprotected MetricsTypemetricsprotected Floatwidthprotected Floatxprotected Floaty
-
Constructor Summary
Constructors Constructor Description SignaturePositionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinatesTypegetCoordinates()Gets the value of the coordinates property.floatgetHeight()Gets the value of the height property.MetricsTypegetMetrics()Gets the value of the metrics property.floatgetWidth()Gets the value of the width property.floatgetX()Gets the value of the x property.floatgetY()Gets the value of the y property.booleanisSetCoordinates()booleanisSetHeight()booleanisSetMetrics()booleanisSetWidth()booleanisSetX()booleanisSetY()voidsetCoordinates(CoordinatesType value)Sets the value of the coordinates property.voidsetHeight(float value)Sets the value of the height property.voidsetMetrics(MetricsType value)Sets the value of the metrics property.voidsetWidth(float value)Sets the value of the width property.voidsetX(float value)Sets the value of the x property.voidsetY(float value)Sets the value of the y property.voidunsetHeight()voidunsetWidth()voidunsetX()voidunsetY()
-
-
-
Field Detail
-
width
protected Float width
-
height
protected Float height
-
x
protected Float x
-
y
protected Float y
-
metrics
protected MetricsType metrics
-
coordinates
protected CoordinatesType coordinates
-
-
Method Detail
-
getWidth
public float getWidth()
Gets the value of the width property.- Returns:
- possible object is
Float
-
setWidth
public void setWidth(float value)
Sets the value of the width property.- Parameters:
value- allowed object isFloat
-
isSetWidth
public boolean isSetWidth()
-
unsetWidth
public void unsetWidth()
-
getHeight
public float getHeight()
Gets the value of the height property.- Returns:
- possible object is
Float
-
setHeight
public void setHeight(float value)
Sets the value of the height property.- Parameters:
value- allowed object isFloat
-
isSetHeight
public boolean isSetHeight()
-
unsetHeight
public void unsetHeight()
-
getX
public float getX()
Gets the value of the x property.- Returns:
- possible object is
Float
-
setX
public void setX(float value)
Sets the value of the x property.- Parameters:
value- allowed object isFloat
-
isSetX
public boolean isSetX()
-
unsetX
public void unsetX()
-
getY
public float getY()
Gets the value of the y property.- Returns:
- possible object is
Float
-
setY
public void setY(float value)
Sets the value of the y property.- Parameters:
value- allowed object isFloat
-
isSetY
public boolean isSetY()
-
unsetY
public void unsetY()
-
getMetrics
public MetricsType getMetrics()
Gets the value of the metrics property.- Returns:
- possible object is
MetricsType
-
setMetrics
public void setMetrics(MetricsType value)
Sets the value of the metrics property.- Parameters:
value- allowed object isMetricsType
-
isSetMetrics
public boolean isSetMetrics()
-
getCoordinates
public CoordinatesType getCoordinates()
Gets the value of the coordinates property.- Returns:
- possible object is
CoordinatesType
-
setCoordinates
public void setCoordinates(CoordinatesType value)
Sets the value of the coordinates property.- Parameters:
value- allowed object isCoordinatesType
-
isSetCoordinates
public boolean isSetCoordinates()
-
-