Class PHSHumanSubjectsAndClinicalTrialsInfo_3_0V3_0Generator

java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document>
org.kuali.coeus.s2sgen.impl.generate.support.PHSHumanSubjectsAndClinicalTrialsInfo_3_0V3_0Generator
All Implemented Interfaces:
Factory<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document>, Named, S2SFormGenerator<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document>, S2SFormGeneratorPdfFillable<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

@FormGenerator("PHSHumanSubjectsAndClinicalTrialsInfo_3_0V3_0Generator") public class PHSHumanSubjectsAndClinicalTrialsInfo_3_0V3_0Generator extends S2SBaseFormGenerator<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document> implements S2SFormGeneratorPdfFillable<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document>, org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • PHSHumanSubjectsAndClinicalTrialsInfo_3_0V3_0Generator

      public PHSHumanSubjectsAndClinicalTrialsInfo_3_0V3_0Generator()
  • Method Details

    • getNamespace

      public String getNamespace()
      Specified by:
      getNamespace in interface S2SFormGenerator<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document>
    • getFormName

      public String getFormName()
      Specified by:
      getFormName in interface S2SFormGenerator<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document>
    • getSortIndex

      public int getSortIndex()
      Specified by:
      getSortIndex in interface S2SFormGenerator<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document>
    • getFormObject

      public gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document getFormObject(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract proposalDevelopmentDocument) throws S2SException
      Description copied from interface: S2SFormGenerator
      This method creates an XML document using the APIs generated using XMLBeans by compiling the form's schema and returns it as XmlObject.
      Specified by:
      getFormObject in interface S2SFormGenerator<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document>
      Throws:
      S2SException
    • addAttachedFileType

      protected gov.grants.apply.system.attachmentsV10.AttachedFileDataType addAttachedFileType(org.kuali.coeus.sys.api.model.KcFile data)
    • setNamespace

      public void setNamespace(String namespace)
    • setFormName

      public void setFormName(String formName)
    • getStylesheets

      public List<org.springframework.core.io.Resource> getStylesheets()
      Specified by:
      getStylesheets in interface S2SFormGenerator<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document>
      Overrides:
      getStylesheets in class S2SBaseFormGenerator<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document>
    • getPdfForm

      public org.springframework.core.io.Resource getPdfForm()
      Specified by:
      getPdfForm in interface S2SFormGeneratorPdfFillable<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document>
    • setPdfForm

      public void setPdfForm(org.springframework.core.io.Resource pdfForm)
    • setSortIndex

      public void setSortIndex(int sortIndex)
    • getPage1

      public org.springframework.core.io.Resource getPage1()
    • setPage1

      public void setPage1(org.springframework.core.io.Resource page1)
    • getPage2

      public org.springframework.core.io.Resource getPage2()
    • setPage2

      public void setPage2(org.springframework.core.io.Resource page2)
    • getPage3

      public org.springframework.core.io.Resource getPage3()
    • setPage3

      public void setPage3(org.springframework.core.io.Resource page3)
    • getPage4

      public org.springframework.core.io.Resource getPage4()
    • setPage4

      public void setPage4(org.springframework.core.io.Resource page4)
    • getPage5

      public org.springframework.core.io.Resource getPage5()
    • setPage5

      public void setPage5(org.springframework.core.io.Resource page5)
    • getPage6

      public org.springframework.core.io.Resource getPage6()
    • setPage6

      public void setPage6(org.springframework.core.io.Resource page6)
    • getPage7

      public org.springframework.core.io.Resource getPage7()
    • setPage7

      public void setPage7(org.springframework.core.io.Resource page7)
    • getPage8

      public org.springframework.core.io.Resource getPage8()
    • setPage8

      public void setPage8(org.springframework.core.io.Resource page8)
    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • getMappedAttachments

      public S2SFormGeneratorPdfFillable.Attachments getMappedAttachments(gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document form, List<AttachmentData> attachments)
      Specified by:
      getMappedAttachments in interface S2SFormGeneratorPdfFillable<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document>
    • factory

      public org.apache.xmlbeans.impl.schema.DocumentFactory<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document> factory()
      Specified by:
      factory in interface Factory<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfo30V30.PHSHumanSubjectsAndClinicalTrialsInfo30Document>