Class RemoteSignatureFieldParameters
java.lang.Object
eu.europa.esig.dss.ws.signature.dto.parameters.RemoteSignatureFieldParameters
- All Implemented Interfaces:
Serializable
Defines signature field box for a visual PDF signature/timestamp creation
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor instantiating object with null values -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the field Id to be signedGets the signature field box heightGets the upper left X coordinateGets the upper left Y coordinategetPage()
Gets the page number to create the signature ongetWidth()
Gets the signature field box widthint
hashCode()
void
setFieldId
(String fieldId) Sets the field Id to be signed NOTE: to be used only when the field is already exists within a PDF filevoid
Sets the signature field box heightvoid
setOriginX
(Float originX) Sets the upper left X coordinatevoid
setOriginY
(Float originY) Sets the upper left Y coordinatevoid
Sets the page number to create the signature onvoid
Sets the signature field box widthtoString()
-
Constructor Details
-
RemoteSignatureFieldParameters
public RemoteSignatureFieldParameters()Default constructor instantiating object with null values
-
-
Method Details
-
getFieldId
Returns the field Id to be signed- Returns:
String
-
setFieldId
Sets the field Id to be signed NOTE: to be used only when the field is already exists within a PDF file- Parameters:
fieldId
-String
-
getOriginX
Gets the upper left X coordinate- Returns:
Float
-
setOriginX
Sets the upper left X coordinate- Parameters:
originX
-Float
-
getOriginY
Gets the upper left Y coordinate- Returns:
Float
-
setOriginY
Sets the upper left Y coordinate- Parameters:
originY
-Float
-
getWidth
Gets the signature field box width- Returns:
Float
-
setWidth
Sets the signature field box width- Parameters:
width
-Float
-
getHeight
Gets the signature field box height- Returns:
Float
-
setHeight
Sets the signature field box height- Parameters:
height
-Float
-
getPage
Gets the page number to create the signature on- Returns:
Integer
-
setPage
Sets the page number to create the signature on- Parameters:
page
-Integer
-
hashCode
public int hashCode() -
equals
-
toString
-