Package net.webpdf.wsclient.openapi
Class DocumentInfoFormField
- java.lang.Object
-
- net.webpdf.wsclient.openapi.DocumentInfoFormField
-
public class DocumentInfoFormField extends Object
Provides field information for a single field in the form of the PDF document
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DATA_X_PATHstatic StringJSON_PROPERTY_FULLY_QUALIFIED_NAMEstatic StringJSON_PROPERTY_XFA_FIELD
-
Constructor Summary
Constructors Constructor Description DocumentInfoFormField()DocumentInfoFormField(String dataXPath, String fullyQualifiedName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetDataXPath()XPath to the entry in the XML data structure used for importing and exporting data to the form.@Nullable StringgetFullyQualifiedName()Fully qualified field name@Nullable DocumentInfoFormXfaFieldgetXfaField()Get xfaFieldinthashCode()voidsetXfaField(DocumentInfoFormXfaField xfaField)StringtoString()DocumentInfoFormFieldxfaField(DocumentInfoFormXfaField xfaField)
-
-
-
Field Detail
-
JSON_PROPERTY_DATA_X_PATH
public static final String JSON_PROPERTY_DATA_X_PATH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FULLY_QUALIFIED_NAME
public static final String JSON_PROPERTY_FULLY_QUALIFIED_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_XFA_FIELD
public static final String JSON_PROPERTY_XFA_FIELD
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDataXPath
@Nullable public @Nullable String getDataXPath()
XPath to the entry in the XML data structure used for importing and exporting data to the form.- Returns:
- dataXPath
-
getFullyQualifiedName
@Nullable public @Nullable String getFullyQualifiedName()
Fully qualified field name- Returns:
- fullyQualifiedName
-
xfaField
public DocumentInfoFormField xfaField(DocumentInfoFormXfaField xfaField)
-
getXfaField
@Nullable public @Nullable DocumentInfoFormXfaField getXfaField()
Get xfaField- Returns:
- xfaField
-
setXfaField
public void setXfaField(DocumentInfoFormXfaField xfaField)
-
-