Package com.docusign.esign.model
Class MatchBox
- java.lang.Object
-
- com.docusign.esign.model.MatchBox
-
- All Implemented Interfaces:
Serializable
public class MatchBox extends Object implements Serializable
MatchBox.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatchBox()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetHeight()Height of the tab in pixels..StringgetPageNumber()Specifies the page number on which the tab is located..StringgetWidth()Width of the tab in pixels..StringgetXPosition()This indicates the horizontal offset of the object on the page.StringgetYPosition()This indicates the vertical offset of the object on the page.inthashCode()Returns the HashCode.MatchBoxheight(String height)height.MatchBoxpageNumber(String pageNumber)pageNumber.voidsetHeight(String height)setHeight.voidsetPageNumber(String pageNumber)setPageNumber.voidsetWidth(String width)setWidth.voidsetXPosition(String xPosition)setXPosition.voidsetYPosition(String yPosition)setYPosition.StringtoString()Converts the given object to string.MatchBoxwidth(String width)width.MatchBoxxPosition(String xPosition)xPosition.MatchBoxyPosition(String yPosition)yPosition.
-
-
-
Method Detail
-
getHeight
public String getHeight()
Height of the tab in pixels..- Returns:
- height
-
setHeight
public void setHeight(String height)
setHeight.
-
getPageNumber
public String getPageNumber()
Specifies the page number on which the tab is located..- Returns:
- pageNumber
-
setPageNumber
public void setPageNumber(String pageNumber)
setPageNumber.
-
getWidth
public String getWidth()
Width of the tab in pixels..- Returns:
- width
-
setWidth
public void setWidth(String width)
setWidth.
-
getXPosition
public String getXPosition()
This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position..- Returns:
- xPosition
-
setXPosition
public void setXPosition(String xPosition)
setXPosition.
-
getYPosition
public String getYPosition()
This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position..- Returns:
- yPosition
-
setYPosition
public void setYPosition(String yPosition)
setYPosition.
-
equals
public boolean equals(Object o)
Compares objects.
-
-