Class PaddedRectangleType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.PaddedRectangleType
-
public class PaddedRectangleType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p20622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p420076_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to select a rectangle and define a padding for it's contents.</p>
Java class for PaddedRectangleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaddedRectangleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://schema.webpdf.de/1.0/operation}DimensionsGroup"/> <attGroup ref="{http://schema.webpdf.de/1.0/operation}PaddingGroup"/> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PaddedRectangleType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBottom()Gets the value of the bottom property.CoordinatesTypegetCoordinates()Gets the value of the coordinates property.floatgetHeight()Gets the value of the height property.intgetLeft()Gets the value of the left property.MetricsTypegetMetrics()Gets the value of the metrics property.intgetRight()Gets the value of the right property.intgetTop()Gets the value of the top property.floatgetWidth()Gets the value of the width property.booleanisSetBottom()booleanisSetCoordinates()booleanisSetHeight()booleanisSetLeft()booleanisSetMetrics()booleanisSetRight()booleanisSetTop()booleanisSetWidth()voidsetBottom(int value)Sets the value of the bottom property.voidsetCoordinates(CoordinatesType value)Sets the value of the coordinates property.voidsetHeight(float value)Sets the value of the height property.voidsetLeft(int value)Sets the value of the left property.voidsetMetrics(MetricsType value)Sets the value of the metrics property.voidsetRight(int value)Sets the value of the right property.voidsetTop(int value)Sets the value of the top property.voidsetWidth(float value)Sets the value of the width property.voidunsetBottom()voidunsetHeight()voidunsetLeft()voidunsetRight()voidunsetTop()voidunsetWidth()
-
-
-
Field Detail
-
width
protected Float width
-
height
protected Float height
-
metrics
protected MetricsType metrics
-
coordinates
protected CoordinatesType coordinates
-
left
protected Integer left
-
right
protected Integer right
-
top
protected Integer top
-
bottom
protected Integer bottom
-
-
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()
-
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()
-
getLeft
public int getLeft()
Gets the value of the left property.- Returns:
- possible object is
Integer
-
setLeft
public void setLeft(int value)
Sets the value of the left property.- Parameters:
value- allowed object isInteger
-
isSetLeft
public boolean isSetLeft()
-
unsetLeft
public void unsetLeft()
-
getRight
public int getRight()
Gets the value of the right property.- Returns:
- possible object is
Integer
-
setRight
public void setRight(int value)
Sets the value of the right property.- Parameters:
value- allowed object isInteger
-
isSetRight
public boolean isSetRight()
-
unsetRight
public void unsetRight()
-
getTop
public int getTop()
Gets the value of the top property.- Returns:
- possible object is
Integer
-
setTop
public void setTop(int value)
Sets the value of the top property.- Parameters:
value- allowed object isInteger
-
isSetTop
public boolean isSetTop()
-
unsetTop
public void unsetTop()
-
getBottom
public int getBottom()
Gets the value of the bottom property.- Returns:
- possible object is
Integer
-
setBottom
public void setBottom(int value)
Sets the value of the bottom property.- Parameters:
value- allowed object isInteger
-
isSetBottom
public boolean isSetBottom()
-
unsetBottom
public void unsetBottom()
-
-