Class FormFieldSelectionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.FormFieldSelectionType
-
public class FormFieldSelectionType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects a form field.</p>
Java class for FormFieldSelectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormFieldSelectionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FormFieldSelectionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.booleanisSetName()voidsetName(String value)Sets the value of the name property.
-
-
-
Field Detail
-
name
protected String name
-
-