public class FormFieldSearchOptions extends SearchOptions
Represents abstract search Options for Form-field signatures.
Constructor and Description |
---|
FormFieldSearchOptions()
Initializes a new instance of the SearchFormFieldOptions class with default values.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Specifies regular expression pattern of form field signature name if it should be searched.
|
Integer |
getType()
Specifies type of form field signature if it should be searched.
|
Object |
getValue()
Specifies value of form field signature if it should be searched.
|
void |
setName(String value)
Specifies regular expression pattern of form field signature name if it should be searched.
|
void |
setType(Integer value)
Specifies type of form field signature if it should be searched.
|
void |
setValue(Object value)
Specifies value of form field signature if it should be searched.
|
getAllPages, getPageNumber, getPagesSetup, getSkipExternal, setAllPages, setPageNumber, setPagesSetup, setSkipExternal, toString
public FormFieldSearchOptions()
Initializes a new instance of the SearchFormFieldOptions class with default values.
public final String getName()
Specifies regular expression pattern of form field signature name if it should be searched. You can use it simple as "text" or regular expression like "abc\d+". Default value is empty string.
public final Integer getType()
Specifies type of form field signature if it should be searched. Default value is null.
public final Object getValue()
Specifies value of form field signature if it should be searched. Default value is null.
public final void setName(String value)
Specifies regular expression pattern of form field signature name if it should be searched. You can use it simple as "text" or regular expression like "abc\d+". Default value is empty string.
public final void setType(Integer value)
Specifies type of form field signature if it should be searched. Default value is null.
public final void setValue(Object value)
Specifies value of form field signature if it should be searched. Default value is null.