Class FormsImportType


  • public class FormsImportType
    extends FormsBaseType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p138113_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p193621_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to import data into the form fields.</p>
     

    Java class for FormsImportType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="FormsImportType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}FormsBaseType">
           <all>
             <element name="data" type="{http://schema.webpdf.de/1.0/operation}FormsFileDataType"/>
           </all>
           <attribute name="flatten" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="format" type="{http://schema.webpdf.de/1.0/operation}FormsFormatType" default="xml" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • FormsImportType

        public FormsImportType()
    • Method Detail

      • isSetData

        public boolean isSetData()
      • isFlatten

        public boolean isFlatten()
        Gets the value of the flatten property.
        Returns:
        possible object is Boolean
      • setFlatten

        public void setFlatten​(boolean value)
        Sets the value of the flatten property.
        Parameters:
        value - allowed object is Boolean
      • isSetFlatten

        public boolean isSetFlatten()
      • unsetFlatten

        public void unsetFlatten()
      • setFormat

        public void setFormat​(FormsFormatType value)
        Sets the value of the format property.
        Parameters:
        value - allowed object is FormsFormatType
      • isSetFormat

        public boolean isSetFormat()