Class ImportDataActionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ActionEventType
-
- net.webpdf.wsclient.schema.operation.ImportDataActionType
-
public class ImportDataActionType extends ActionEventType
<?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">The importSchema action replaces the values in all form fields with the values in a matching form file.</p>
Java class for ImportDataActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportDataActionType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}ActionEventType"> <all> <element name="file" type="{http://schema.webpdf.de/1.0/operation}FileSpecificationType"/> </all> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected FileSpecificationTypefile
-
Constructor Summary
Constructors Constructor Description ImportDataActionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileSpecificationTypegetFile()Gets the value of the file property.booleanisSetFile()voidsetFile(FileSpecificationType value)Sets the value of the file property.
-
-
-
Field Detail
-
file
protected FileSpecificationType file
-
-
Method Detail
-
getFile
public FileSpecificationType getFile()
Gets the value of the file property.- Returns:
- possible object is
FileSpecificationType
-
setFile
public void setFile(FileSpecificationType value)
Sets the value of the file property.- Parameters:
value- allowed object isFileSpecificationType
-
isSetFile
public boolean isSetFile()
-
-