Package com.adyen.model.nexo
Class AreaSize
- java.lang.Object
-
- com.adyen.model.nexo.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 Summary
Constructors Constructor Description AreaSize()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetX()Gets the value of the x property.StringgetY()Gets the value of the y property.voidsetX(String value)Sets the value of the x property.voidsetY(String value)Sets the value of the y property.
-