Package net.webpdf.wsclient.openapi
Class DocumentInfoFormXfaField
- java.lang.Object
-
- net.webpdf.wsclient.openapi.DocumentInfoFormXfaField
-
public class DocumentInfoFormXfaField extends Object
Additional field information for a XFA field
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_MATCHstatic StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description DocumentInfoFormXfaField()DocumentInfoFormXfaField(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable DocumentInfoFormXfaMatchgetMatch()Get match@Nullable StringgetName()Name of the field in the XML data structure for the XFA field.inthashCode()DocumentInfoFormXfaFieldmatch(DocumentInfoFormXfaMatch match)voidsetMatch(DocumentInfoFormXfaMatch match)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_MATCH
public static final String JSON_PROPERTY_MATCH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DocumentInfoFormXfaField
public DocumentInfoFormXfaField()
-
DocumentInfoFormXfaField
public DocumentInfoFormXfaField(String name)
-
-
Method Detail
-
match
public DocumentInfoFormXfaField match(DocumentInfoFormXfaMatch match)
-
getMatch
@Nullable public @Nullable DocumentInfoFormXfaMatch getMatch()
Get match- Returns:
- match
-
setMatch
public void setMatch(DocumentInfoFormXfaMatch match)
-
getName
@Nullable public @Nullable String getName()
Name of the field in the XML data structure for the XFA field.- Returns:
- name
-
-