All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument Maven / Gradle / Ivy

/*
 * An XML document type.
 * Localname: Personnels
 * Namespace: http://apply.grants.gov/forms/SSA_SF424_SectionG-V1.1
 * Java type: gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument
 *
 * Automatically generated - do not modify.
 */
package gov.grants.apply.forms.ssaSF424SectionGV11;


/**
 * A document containing one Personnels(@http://apply.grants.gov/forms/SSA_SF424_SectionG-V1.1) element.
 *
 * This is a complex type.
 */
public interface PersonnelsDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PersonnelsDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("personnelsac95doctype");
    
    /**
     * Gets the "Personnels" element
     */
    gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument.Personnels getPersonnels();
    
    /**
     * Sets the "Personnels" element
     */
    void setPersonnels(gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument.Personnels personnels);
    
    /**
     * Appends and returns a new empty "Personnels" element
     */
    gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument.Personnels addNewPersonnels();
    
    /**
     * An XML Personnels(@http://apply.grants.gov/forms/SSA_SF424_SectionG-V1.1).
     *
     * This is a complex type.
     */
    public interface Personnels extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Personnels.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("personnels5d26elemtype");
        
        /**
         * Gets array of all "Personnel" elements
         */
        gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument.Personnels.Personnel[] getPersonnelArray();
        
        /**
         * Gets ith "Personnel" element
         */
        gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument.Personnels.Personnel getPersonnelArray(int i);
        
        /**
         * Returns number of "Personnel" element
         */
        int sizeOfPersonnelArray();
        
        /**
         * Sets array of all "Personnel" element
         */
        void setPersonnelArray(gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument.Personnels.Personnel[] personnelArray);
        
        /**
         * Sets ith "Personnel" element
         */
        void setPersonnelArray(int i, gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument.Personnels.Personnel personnel);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "Personnel" element
         */
        gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument.Personnels.Personnel insertNewPersonnel(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "Personnel" element
         */
        gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument.Personnels.Personnel addNewPersonnel();
        
        /**
         * Removes the ith "Personnel" element
         */
        void removePersonnel(int i);
        
        /**
         * An XML Personnel(@http://apply.grants.gov/forms/SSA_SF424_SectionG-V1.1).
         *
         * This is a complex type.
         */
        public interface Personnel extends org.apache.xmlbeans.XmlObject
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Personnel.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("personnelb992elemtype");
            
            /**
             * Gets the "Name" element
             */
            gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
            
            /**
             * True if has "Name" element
             */
            boolean isSetName();
            
            /**
             * Sets the "Name" element
             */
            void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
            
            /**
             * Appends and returns a new empty "Name" element
             */
            gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
            
            /**
             * Unsets the "Name" element
             */
            void unsetName();
            
            /**
             * Gets the "Title" element
             */
            java.lang.String getTitle();
            
            /**
             * Gets (as xml) the "Title" element
             */
            gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetTitle();
            
            /**
             * True if has "Title" element
             */
            boolean isSetTitle();
            
            /**
             * Sets the "Title" element
             */
            void setTitle(java.lang.String title);
            
            /**
             * Sets (as xml) the "Title" element
             */
            void xsetTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType title);
            
            /**
             * Unsets the "Title" element
             */
            void unsetTitle();
            
            /**
             * Gets the "AnnualSalaryRate" element
             */
            java.math.BigDecimal getAnnualSalaryRate();
            
            /**
             * Gets (as xml) the "AnnualSalaryRate" element
             */
            gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetAnnualSalaryRate();
            
            /**
             * True if has "AnnualSalaryRate" element
             */
            boolean isSetAnnualSalaryRate();
            
            /**
             * Sets the "AnnualSalaryRate" element
             */
            void setAnnualSalaryRate(java.math.BigDecimal annualSalaryRate);
            
            /**
             * Sets (as xml) the "AnnualSalaryRate" element
             */
            void xsetAnnualSalaryRate(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type annualSalaryRate);
            
            /**
             * Unsets the "AnnualSalaryRate" element
             */
            void unsetAnnualSalaryRate();
            
            /**
             * Gets the "BudgetMonths" element
             */
            int getBudgetMonths();
            
            /**
             * Gets (as xml) the "BudgetMonths" element
             */
            gov.grants.apply.system.globalV10.IntegerMin1Max2Type xgetBudgetMonths();
            
            /**
             * True if has "BudgetMonths" element
             */
            boolean isSetBudgetMonths();
            
            /**
             * Sets the "BudgetMonths" element
             */
            void setBudgetMonths(int budgetMonths);
            
            /**
             * Sets (as xml) the "BudgetMonths" element
             */
            void xsetBudgetMonths(gov.grants.apply.system.globalV10.IntegerMin1Max2Type budgetMonths);
            
            /**
             * Unsets the "BudgetMonths" element
             */
            void unsetBudgetMonths();
            
            /**
             * Gets the "UtilizationPercentage" element
             */
            int getUtilizationPercentage();
            
            /**
             * Gets (as xml) the "UtilizationPercentage" element
             */
            gov.grants.apply.system.globalV10.IntegerMin1Max3Type xgetUtilizationPercentage();
            
            /**
             * True if has "UtilizationPercentage" element
             */
            boolean isSetUtilizationPercentage();
            
            /**
             * Sets the "UtilizationPercentage" element
             */
            void setUtilizationPercentage(int utilizationPercentage);
            
            /**
             * Sets (as xml) the "UtilizationPercentage" element
             */
            void xsetUtilizationPercentage(gov.grants.apply.system.globalV10.IntegerMin1Max3Type utilizationPercentage);
            
            /**
             * Unsets the "UtilizationPercentage" element
             */
            void unsetUtilizationPercentage();
            
            /**
             * Gets the "TotalAmountRequired" element
             */
            java.math.BigDecimal getTotalAmountRequired();
            
            /**
             * Gets (as xml) the "TotalAmountRequired" element
             */
            gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetTotalAmountRequired();
            
            /**
             * True if has "TotalAmountRequired" element
             */
            boolean isSetTotalAmountRequired();
            
            /**
             * Sets the "TotalAmountRequired" element
             */
            void setTotalAmountRequired(java.math.BigDecimal totalAmountRequired);
            
            /**
             * Sets (as xml) the "TotalAmountRequired" element
             */
            void xsetTotalAmountRequired(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type totalAmountRequired);
            
            /**
             * Unsets the "TotalAmountRequired" element
             */
            void unsetTotalAmountRequired();
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument.Personnels.Personnel newInstance() {
                  return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument.Personnels.Personnel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument.Personnels.Personnel newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument.Personnels.Personnel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
                
                private Factory() { } // No instance of this class allowed
            }
        }
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument.Personnels newInstance() {
              return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument.Personnels) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument.Personnels newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument.Personnels) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
            
            private Factory() { } // No instance of this class allowed
        }
    }
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument newInstance() {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (gov.grants.apply.forms.ssaSF424SectionGV11.PersonnelsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy