Class PHS398TrainingSubAwardBudgetV1_0Generator

java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<gov.grants.apply.forms.phs398TrainingSubawardBudgetV10.PHS398TrainingSubawardBudgetDocument>
org.kuali.coeus.s2sgen.impl.generate.support.S2SAdobeFormAttachmentBaseGenerator<gov.grants.apply.forms.phs398TrainingSubawardBudgetV10.PHS398TrainingSubawardBudgetDocument>
org.kuali.coeus.s2sgen.impl.generate.support.PHS398TrainingSubAwardBudgetV1_0Generator
All Implemented Interfaces:
Factory<gov.grants.apply.forms.phs398TrainingSubawardBudgetV10.PHS398TrainingSubawardBudgetDocument>, Named, S2SFormGenerator<gov.grants.apply.forms.phs398TrainingSubawardBudgetV10.PHS398TrainingSubawardBudgetDocument>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

@FormGenerator("PHS398TrainingSubAwardBudgetV1_0Generator") public class PHS398TrainingSubAwardBudgetV1_0Generator extends S2SAdobeFormAttachmentBaseGenerator<gov.grants.apply.forms.phs398TrainingSubawardBudgetV10.PHS398TrainingSubawardBudgetDocument>
Class for generating the XML object for grants.gov RRSubAwardBudgetV1.1. Form is generated using XMLBean classes and is based on RRSubAwardBudget schema.
Author:
Kuali Research Administration Team (kualidev@oncourse.iu.edu)
  • Constructor Details

    • PHS398TrainingSubAwardBudgetV1_0Generator

      public PHS398TrainingSubAwardBudgetV1_0Generator()
  • Method Details

    • getFormObject

      public gov.grants.apply.forms.phs398TrainingSubawardBudgetV10.PHS398TrainingSubawardBudgetDocument getFormObject(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract proposalDevelopmentDocument) throws org.kuali.coeus.s2sgen.api.core.S2SException
      This method creates XmlObject of type PHS398TrainingSubawardBudgetDocument by populating data from the given ProposalDevelopmentDocumentContract
      Parameters:
      proposalDevelopmentDocument - for which the XmlObject needs to be created
      Returns:
      XmlObject which is generated using the given ProposalDevelopmentDocumentContract
      Throws:
      org.kuali.coeus.s2sgen.api.core.S2SException
    • getNamespace

      public String getNamespace()
    • setNamespace

      public void setNamespace(String namespace)
    • getFormName

      public String getFormName()
    • 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.phs398TrainingSubawardBudgetV10.PHS398TrainingSubawardBudgetDocument>
      Overrides:
      getStylesheets in class S2SBaseFormGenerator<gov.grants.apply.forms.phs398TrainingSubawardBudgetV10.PHS398TrainingSubawardBudgetDocument>
    • setStylesheets

      public void setStylesheets(List<org.springframework.core.io.Resource> stylesheets)
    • getSortIndex

      public int getSortIndex()
    • factory

      public org.apache.xmlbeans.impl.schema.DocumentFactory<gov.grants.apply.forms.phs398TrainingSubawardBudgetV10.PHS398TrainingSubawardBudgetDocument> factory()