Class SignaturePoint


  • public class SignaturePoint
    extends Object
    Definition: Coordinates of a point where the pen changes direction or lift. -- Usage: Contain the Coordinates of a point of the written signature where the pen changes direction or lift where (X and Y).When the signer lifts the pen, both X and Y have the value "FFFF".

    Java class for SignaturePoint complex type.

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

     <complexType name="SignaturePoint">
       <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

      • SignaturePoint

        public SignaturePoint()
    • 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