Class RRSubAwardBudgetV1_2Generator

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

@FormGenerator("RRSubAwardBudgetV1_2Generator") public class RRSubAwardBudgetV1_2Generator extends S2SAdobeFormAttachmentBaseGenerator<gov.grants.apply.forms.rrSubawardBudgetV12.RRSubawardBudgetDocument>
  • Constructor Details

    • RRSubAwardBudgetV1_2Generator

      public RRSubAwardBudgetV1_2Generator()
  • Method Details

    • getFormObject

      public gov.grants.apply.forms.rrSubawardBudgetV12.RRSubawardBudgetDocument 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.
      Throws:
      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.rrSubawardBudgetV12.RRSubawardBudgetDocument>
      Overrides:
      getStylesheets in class S2SBaseFormGenerator<gov.grants.apply.forms.rrSubawardBudgetV12.RRSubawardBudgetDocument>
    • 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.rrSubawardBudgetV12.RRSubawardBudgetDocument> factory()