Class AreaSize


  • public class AreaSize
    extends Object
    Definition: Size of an area -- Usage: Contain the size of the pad area where the signature is written, given with the maximum abissa and ordinate values (X and Y). The maximum value is "FFFF".

    Java class for AreaSize complex type.

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

     <complexType name="AreaSize">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="X" use="required" type="{}X" />
           <attribute name="Y" use="required" type="{}Y" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AreaSize

        public AreaSize()
    • Method Detail

      • getX

        public String getX()
        Gets the value of the x property.
        Returns:
        possible object is String
      • setX

        public void setX​(String value)
        Sets the value of the x property.
        Parameters:
        value - allowed object is String
      • getY

        public String getY()
        Gets the value of the y property.
        Returns:
        possible object is String
      • setY

        public void setY​(String value)
        Sets the value of the y property.
        Parameters:
        value - allowed object is String