Class PDFTemplatePagesResponseDTO


  • public class PDFTemplatePagesResponseDTO
    extends Object
    The return information that contains the page names of a PDF-XFA template
    • Field Detail

      • state

        public String state
        The state of the business facade call: SUCCESS - every thing is fine TEMPLATE_MISSING - template PDF is unknown to the server (if content was empty) length of the state: 20
      • pageNames

        public String[] pageNames
        The page names of the PDF template file
    • Constructor Detail

      • PDFTemplatePagesResponseDTO

        public PDFTemplatePagesResponseDTO()