Uses of Class
net.webpdf.wsclient.schema.operation.FormFieldSelectionType
-
Packages that use FormFieldSelectionType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of FormFieldSelectionType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation with type parameters of type FormFieldSelectionType Modifier and Type Field Description protected List<FormFieldSelectionType>ResetFormActionType. fieldprotected List<FormFieldSelectionType>SubmitFormActionType. fieldMethods in net.webpdf.wsclient.schema.operation that return FormFieldSelectionType Modifier and Type Method Description FormFieldSelectionTypeObjectFactory. createFormFieldSelectionType()Create an instance ofFormFieldSelectionTypeMethods in net.webpdf.wsclient.schema.operation that return types with arguments of type FormFieldSelectionType Modifier and Type Method Description List<FormFieldSelectionType>ResetFormActionType. getField()Gets the value of the field property.List<FormFieldSelectionType>SubmitFormActionType. getField()Gets the value of the field property.
-