Class RectangleType


  • public class RectangleType
    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.</p>
     

    Java class for RectangleType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="RectangleType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attGroup ref="{http://schema.webpdf.de/1.0/operation}RectangleGroup"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RectangleType

        public RectangleType()
    • 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 is Float
      • 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 is Float
      • 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 is Float
      • 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 is Float
      • 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 is MetricsType
      • isSetMetrics

        public boolean isSetMetrics()
      • setCoordinates

        public void setCoordinates​(CoordinatesType value)
        Sets the value of the coordinates property.
        Parameters:
        value - allowed object is CoordinatesType
      • isSetCoordinates

        public boolean isSetCoordinates()