Class 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>