Class PointType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.PointType
-
public class PointType 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 point.</p>
Java class for PointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://schema.webpdf.de/1.0/operation}PointGroup"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CoordinatesTypecoordinatesprotected MetricsTypemetricsprotected Floatxprotected Floaty
-
Constructor Summary
Constructors Constructor Description PointType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinatesTypegetCoordinates()Gets the value of the coordinates property.MetricsTypegetMetrics()Gets the value of the metrics property.floatgetX()Gets the value of the x property.floatgetY()Gets the value of the y property.booleanisSetCoordinates()booleanisSetMetrics()booleanisSetX()booleanisSetY()voidsetCoordinates(CoordinatesType value)Sets the value of the coordinates property.voidsetMetrics(MetricsType value)Sets the value of the metrics property.voidsetX(float value)Sets the value of the x property.voidsetY(float value)Sets the value of the y property.voidunsetX()voidunsetY()
-
-
-
Field Detail
-
x
protected Float x
-
y
protected Float y
-
metrics
protected MetricsType metrics
-
coordinates
protected CoordinatesType coordinates
-
-
Method Detail
-
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()
-
-