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

gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument Maven / Gradle / Ivy

/*
 * An XML document type.
 * Localname: LobbyingActivitiesDisclosure
 * Namespace: http://apply.grants.gov/forms/SFLLL-V1.0
 * Java type: gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument
 *
 * Automatically generated - do not modify.
 */
package gov.grants.apply.forms.sflllV10;


/**
 * A document containing one LobbyingActivitiesDisclosure(@http://apply.grants.gov/forms/SFLLL-V1.0) element.
 *
 * This is a complex type.
 */
public interface LobbyingActivitiesDisclosureDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LobbyingActivitiesDisclosureDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("lobbyingactivitiesdisclosure72d8doctype");
    
    /**
     * Gets the "LobbyingActivitiesDisclosure" element
     */
    gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure getLobbyingActivitiesDisclosure();
    
    /**
     * Sets the "LobbyingActivitiesDisclosure" element
     */
    void setLobbyingActivitiesDisclosure(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure lobbyingActivitiesDisclosure);
    
    /**
     * Appends and returns a new empty "LobbyingActivitiesDisclosure" element
     */
    gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure addNewLobbyingActivitiesDisclosure();
    
    /**
     * An XML LobbyingActivitiesDisclosure(@http://apply.grants.gov/forms/SFLLL-V1.0).
     *
     * This is a complex type.
     */
    public interface LobbyingActivitiesDisclosure extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LobbyingActivitiesDisclosure.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("lobbyingactivitiesdisclosurea1baelemtype");
        
        /**
         * Gets the "FederalActionType" element
         */
        gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType.Enum getFederalActionType();
        
        /**
         * Gets (as xml) the "FederalActionType" element
         */
        gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType xgetFederalActionType();
        
        /**
         * Sets the "FederalActionType" element
         */
        void setFederalActionType(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType.Enum federalActionType);
        
        /**
         * Sets (as xml) the "FederalActionType" element
         */
        void xsetFederalActionType(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType federalActionType);
        
        /**
         * Gets the "FederalActionStatus" element
         */
        gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus.Enum getFederalActionStatus();
        
        /**
         * Gets (as xml) the "FederalActionStatus" element
         */
        gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus xgetFederalActionStatus();
        
        /**
         * Sets the "FederalActionStatus" element
         */
        void setFederalActionStatus(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus.Enum federalActionStatus);
        
        /**
         * Sets (as xml) the "FederalActionStatus" element
         */
        void xsetFederalActionStatus(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus federalActionStatus);
        
        /**
         * Gets the "ReportType" element
         */
        gov.grants.apply.forms.sflllV10.ReportDataType.Enum getReportType();
        
        /**
         * Gets (as xml) the "ReportType" element
         */
        gov.grants.apply.forms.sflllV10.ReportDataType xgetReportType();
        
        /**
         * Sets the "ReportType" element
         */
        void setReportType(gov.grants.apply.forms.sflllV10.ReportDataType.Enum reportType);
        
        /**
         * Sets (as xml) the "ReportType" element
         */
        void xsetReportType(gov.grants.apply.forms.sflllV10.ReportDataType reportType);
        
        /**
         * Gets the "MaterialChangeSupplement" element
         */
        gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement getMaterialChangeSupplement();
        
        /**
         * True if has "MaterialChangeSupplement" element
         */
        boolean isSetMaterialChangeSupplement();
        
        /**
         * Sets the "MaterialChangeSupplement" element
         */
        void setMaterialChangeSupplement(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement materialChangeSupplement);
        
        /**
         * Appends and returns a new empty "MaterialChangeSupplement" element
         */
        gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement addNewMaterialChangeSupplement();
        
        /**
         * Unsets the "MaterialChangeSupplement" element
         */
        void unsetMaterialChangeSupplement();
        
        /**
         * Gets the "ReportEntity" element
         */
        gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity getReportEntity();
        
        /**
         * Sets the "ReportEntity" element
         */
        void setReportEntity(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity reportEntity);
        
        /**
         * Appends and returns a new empty "ReportEntity" element
         */
        gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity addNewReportEntity();
        
        /**
         * Gets the "FederalAgencyDepartment" element
         */
        java.lang.String getFederalAgencyDepartment();
        
        /**
         * Gets (as xml) the "FederalAgencyDepartment" element
         */
        gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment xgetFederalAgencyDepartment();
        
        /**
         * Sets the "FederalAgencyDepartment" element
         */
        void setFederalAgencyDepartment(java.lang.String federalAgencyDepartment);
        
        /**
         * Sets (as xml) the "FederalAgencyDepartment" element
         */
        void xsetFederalAgencyDepartment(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment federalAgencyDepartment);
        
        /**
         * Gets the "FederalProgramName" element
         */
        gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName getFederalProgramName();
        
        /**
         * Sets the "FederalProgramName" element
         */
        void setFederalProgramName(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName federalProgramName);
        
        /**
         * Appends and returns a new empty "FederalProgramName" element
         */
        gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName addNewFederalProgramName();
        
        /**
         * Gets the "FederalActionNumber" element
         */
        java.lang.String getFederalActionNumber();
        
        /**
         * Gets (as xml) the "FederalActionNumber" element
         */
        gov.grants.apply.system.globalV10.StringMin1Max110Type xgetFederalActionNumber();
        
        /**
         * True if has "FederalActionNumber" element
         */
        boolean isSetFederalActionNumber();
        
        /**
         * Sets the "FederalActionNumber" element
         */
        void setFederalActionNumber(java.lang.String federalActionNumber);
        
        /**
         * Sets (as xml) the "FederalActionNumber" element
         */
        void xsetFederalActionNumber(gov.grants.apply.system.globalV10.StringMin1Max110Type federalActionNumber);
        
        /**
         * Unsets the "FederalActionNumber" element
         */
        void unsetFederalActionNumber();
        
        /**
         * Gets the "AwardAmount" element
         */
        java.math.BigDecimal getAwardAmount();
        
        /**
         * Gets (as xml) the "AwardAmount" element
         */
        gov.grants.apply.system.globalV10.DecimalMin1Max15Places2Type xgetAwardAmount();
        
        /**
         * True if has "AwardAmount" element
         */
        boolean isSetAwardAmount();
        
        /**
         * Sets the "AwardAmount" element
         */
        void setAwardAmount(java.math.BigDecimal awardAmount);
        
        /**
         * Sets (as xml) the "AwardAmount" element
         */
        void xsetAwardAmount(gov.grants.apply.system.globalV10.DecimalMin1Max15Places2Type awardAmount);
        
        /**
         * Unsets the "AwardAmount" element
         */
        void unsetAwardAmount();
        
        /**
         * Gets the "LobbyingRegistrant" element
         */
        gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant getLobbyingRegistrant();
        
        /**
         * Sets the "LobbyingRegistrant" element
         */
        void setLobbyingRegistrant(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant lobbyingRegistrant);
        
        /**
         * Appends and returns a new empty "LobbyingRegistrant" element
         */
        gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant addNewLobbyingRegistrant();
        
        /**
         * Gets the "IndividualsPerformingServices" element
         */
        gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices getIndividualsPerformingServices();
        
        /**
         * Sets the "IndividualsPerformingServices" element
         */
        void setIndividualsPerformingServices(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices individualsPerformingServices);
        
        /**
         * Appends and returns a new empty "IndividualsPerformingServices" element
         */
        gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices addNewIndividualsPerformingServices();
        
        /**
         * Gets the "SignatureBlock" element
         */
        gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock getSignatureBlock();
        
        /**
         * Sets the "SignatureBlock" element
         */
        void setSignatureBlock(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock signatureBlock);
        
        /**
         * Appends and returns a new empty "SignatureBlock" element
         */
        gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock addNewSignatureBlock();
        
        /**
         * Gets the "FormVersion" attribute
         */
        java.lang.String getFormVersion();
        
        /**
         * Gets (as xml) the "FormVersion" attribute
         */
        gov.grants.apply.system.globalV10.StringMin1Max30Type xgetFormVersion();
        
        /**
         * Sets the "FormVersion" attribute
         */
        void setFormVersion(java.lang.String formVersion);
        
        /**
         * Sets (as xml) the "FormVersion" attribute
         */
        void xsetFormVersion(gov.grants.apply.system.globalV10.StringMin1Max30Type formVersion);
        
        /**
         * An XML FederalActionType(@http://apply.grants.gov/forms/SFLLL-V1.0).
         *
         * This is an atomic type that is a restriction of gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument$LobbyingActivitiesDisclosure$FederalActionType.
         */
        public interface FederalActionType extends org.apache.xmlbeans.XmlString
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FederalActionType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalactiontypef841elemtype");
            
            org.apache.xmlbeans.StringEnumAbstractBase enumValue();
            void set(org.apache.xmlbeans.StringEnumAbstractBase e);
            
            static final Enum CONTRACT = Enum.forString("Contract");
            static final Enum GRANT = Enum.forString("Grant");
            static final Enum COOP_AGREE = Enum.forString("CoopAgree");
            static final Enum LOAN = Enum.forString("Loan");
            static final Enum LOAN_GUARANTEE = Enum.forString("LoanGuarantee");
            static final Enum LOAN_INSURANCE = Enum.forString("LoanInsurance");
            
            static final int INT_CONTRACT = Enum.INT_CONTRACT;
            static final int INT_GRANT = Enum.INT_GRANT;
            static final int INT_COOP_AGREE = Enum.INT_COOP_AGREE;
            static final int INT_LOAN = Enum.INT_LOAN;
            static final int INT_LOAN_GUARANTEE = Enum.INT_LOAN_GUARANTEE;
            static final int INT_LOAN_INSURANCE = Enum.INT_LOAN_INSURANCE;
            
            /**
             * Enumeration value class for gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument$LobbyingActivitiesDisclosure$FederalActionType.
             * These enum values can be used as follows:
             * 
             * enum.toString(); // returns the string value of the enum
             * enum.intValue(); // returns an int value, useful for switches
             * // e.g., case Enum.INT_CONTRACT
             * Enum.forString(s); // returns the enum value for a string
             * Enum.forInt(i); // returns the enum value for an int
             * 
* Enumeration objects are immutable singleton objects that * can be compared using == object equality. They have no * public constructor. See the constants defined within this * class for all the valid values. */ static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase { /** * Returns the enum value for a string, or null if none. */ public static Enum forString(java.lang.String s) { return (Enum)table.forString(s); } /** * Returns the enum value corresponding to an int, or null if none. */ public static Enum forInt(int i) { return (Enum)table.forInt(i); } private Enum(java.lang.String s, int i) { super(s, i); } static final int INT_CONTRACT = 1; static final int INT_GRANT = 2; static final int INT_COOP_AGREE = 3; static final int INT_LOAN = 4; static final int INT_LOAN_GUARANTEE = 5; static final int INT_LOAN_INSURANCE = 6; public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table = new org.apache.xmlbeans.StringEnumAbstractBase.Table ( new Enum[] { new Enum("Contract", INT_CONTRACT), new Enum("Grant", INT_GRANT), new Enum("CoopAgree", INT_COOP_AGREE), new Enum("Loan", INT_LOAN), new Enum("LoanGuarantee", INT_LOAN_GUARANTEE), new Enum("LoanInsurance", INT_LOAN_INSURANCE), } ); private static final long serialVersionUID = 1L; private java.lang.Object readResolve() { return forInt(intValue()); } } /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType newValue(java.lang.Object obj) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType) type.newValue( obj ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType newInstance() { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML FederalActionStatus(@http://apply.grants.gov/forms/SFLLL-V1.0). * * This is an atomic type that is a restriction of gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument$LobbyingActivitiesDisclosure$FederalActionStatus. */ public interface FederalActionStatus extends org.apache.xmlbeans.XmlString { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FederalActionStatus.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalactionstatuscb49elemtype"); org.apache.xmlbeans.StringEnumAbstractBase enumValue(); void set(org.apache.xmlbeans.StringEnumAbstractBase e); static final Enum BID_OFFER = Enum.forString("BidOffer"); static final Enum INITIAL_AWARD = Enum.forString("InitialAward"); static final Enum POST_AWARD = Enum.forString("PostAward"); static final int INT_BID_OFFER = Enum.INT_BID_OFFER; static final int INT_INITIAL_AWARD = Enum.INT_INITIAL_AWARD; static final int INT_POST_AWARD = Enum.INT_POST_AWARD; /** * Enumeration value class for gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument$LobbyingActivitiesDisclosure$FederalActionStatus. * These enum values can be used as follows: *
             * enum.toString(); // returns the string value of the enum
             * enum.intValue(); // returns an int value, useful for switches
             * // e.g., case Enum.INT_BID_OFFER
             * Enum.forString(s); // returns the enum value for a string
             * Enum.forInt(i); // returns the enum value for an int
             * 
* Enumeration objects are immutable singleton objects that * can be compared using == object equality. They have no * public constructor. See the constants defined within this * class for all the valid values. */ static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase { /** * Returns the enum value for a string, or null if none. */ public static Enum forString(java.lang.String s) { return (Enum)table.forString(s); } /** * Returns the enum value corresponding to an int, or null if none. */ public static Enum forInt(int i) { return (Enum)table.forInt(i); } private Enum(java.lang.String s, int i) { super(s, i); } static final int INT_BID_OFFER = 1; static final int INT_INITIAL_AWARD = 2; static final int INT_POST_AWARD = 3; public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table = new org.apache.xmlbeans.StringEnumAbstractBase.Table ( new Enum[] { new Enum("BidOffer", INT_BID_OFFER), new Enum("InitialAward", INT_INITIAL_AWARD), new Enum("PostAward", INT_POST_AWARD), } ); private static final long serialVersionUID = 1L; private java.lang.Object readResolve() { return forInt(intValue()); } } /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus newValue(java.lang.Object obj) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus) type.newValue( obj ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus newInstance() { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML MaterialChangeSupplement(@http://apply.grants.gov/forms/SFLLL-V1.0). * * This is a complex type. */ public interface MaterialChangeSupplement extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MaterialChangeSupplement.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("materialchangesupplementefaeelemtype"); /** * Gets the "MaterialChangeYear" element */ java.util.Calendar getMaterialChangeYear(); /** * Gets (as xml) the "MaterialChangeYear" element */ org.apache.xmlbeans.XmlGYear xgetMaterialChangeYear(); /** * Sets the "MaterialChangeYear" element */ void setMaterialChangeYear(java.util.Calendar materialChangeYear); /** * Sets (as xml) the "MaterialChangeYear" element */ void xsetMaterialChangeYear(org.apache.xmlbeans.XmlGYear materialChangeYear); /** * Gets the "MaterialChangeQuarter" element */ short getMaterialChangeQuarter(); /** * Gets (as xml) the "MaterialChangeQuarter" element */ gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter xgetMaterialChangeQuarter(); /** * Sets the "MaterialChangeQuarter" element */ void setMaterialChangeQuarter(short materialChangeQuarter); /** * Sets (as xml) the "MaterialChangeQuarter" element */ void xsetMaterialChangeQuarter(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter materialChangeQuarter); /** * Gets the "LastReportDate" element */ java.util.Calendar getLastReportDate(); /** * Gets (as xml) the "LastReportDate" element */ org.apache.xmlbeans.XmlDate xgetLastReportDate(); /** * Sets the "LastReportDate" element */ void setLastReportDate(java.util.Calendar lastReportDate); /** * Sets (as xml) the "LastReportDate" element */ void xsetLastReportDate(org.apache.xmlbeans.XmlDate lastReportDate); /** * Gets the "ReportType" attribute */ gov.grants.apply.forms.sflllV10.ReportDataType.Enum getReportType(); /** * Gets (as xml) the "ReportType" attribute */ gov.grants.apply.forms.sflllV10.ReportDataType xgetReportType(); /** * True if has "ReportType" attribute */ boolean isSetReportType(); /** * Sets the "ReportType" attribute */ void setReportType(gov.grants.apply.forms.sflllV10.ReportDataType.Enum reportType); /** * Sets (as xml) the "ReportType" attribute */ void xsetReportType(gov.grants.apply.forms.sflllV10.ReportDataType reportType); /** * Unsets the "ReportType" attribute */ void unsetReportType(); /** * An XML MaterialChangeQuarter(@http://apply.grants.gov/forms/SFLLL-V1.0). * * This is an atomic type that is a restriction of gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument$LobbyingActivitiesDisclosure$MaterialChangeSupplement$MaterialChangeQuarter. */ public interface MaterialChangeQuarter extends org.apache.xmlbeans.XmlShort { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MaterialChangeQuarter.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("materialchangequarterecafelemtype"); /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter newValue(java.lang.Object obj) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter) type.newValue( obj ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter newInstance() { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter) 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.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement newInstance() { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML ReportEntity(@http://apply.grants.gov/forms/SFLLL-V1.0). * * This is a complex type. */ public interface ReportEntity extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ReportEntity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("reportentityf767elemtype"); /** * Gets the "ReportEntityIsPrime" element */ gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getReportEntityIsPrime(); /** * Gets (as xml) the "ReportEntityIsPrime" element */ gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetReportEntityIsPrime(); /** * Sets the "ReportEntityIsPrime" element */ void setReportEntityIsPrime(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum reportEntityIsPrime); /** * Sets (as xml) the "ReportEntityIsPrime" element */ void xsetReportEntityIsPrime(gov.grants.apply.system.globalLibraryV10.YesNoDataType reportEntityIsPrime); /** * Gets the "Prime" element */ gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime getPrime(); /** * Sets the "Prime" element */ void setPrime(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime prime); /** * Appends and returns a new empty "Prime" element */ gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime addNewPrime(); /** * Gets the "SubAwardee" element */ gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee getSubAwardee(); /** * True if has "SubAwardee" element */ boolean isSetSubAwardee(); /** * Sets the "SubAwardee" element */ void setSubAwardee(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee subAwardee); /** * Appends and returns a new empty "SubAwardee" element */ gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee addNewSubAwardee(); /** * Unsets the "SubAwardee" element */ void unsetSubAwardee(); /** * Gets the "Tier" element */ gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier getTier(); /** * True if has "Tier" element */ boolean isSetTier(); /** * Sets the "Tier" element */ void setTier(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier tier); /** * Appends and returns a new empty "Tier" element */ gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier addNewTier(); /** * Unsets the "Tier" element */ void unsetTier(); /** * Gets the "ReportEntityType" attribute */ gov.grants.apply.forms.sflllV10.ReportEntityDataType.Enum getReportEntityType(); /** * Gets (as xml) the "ReportEntityType" attribute */ gov.grants.apply.forms.sflllV10.ReportEntityDataType xgetReportEntityType(); /** * Sets the "ReportEntityType" attribute */ void setReportEntityType(gov.grants.apply.forms.sflllV10.ReportEntityDataType.Enum reportEntityType); /** * Sets (as xml) the "ReportEntityType" attribute */ void xsetReportEntityType(gov.grants.apply.forms.sflllV10.ReportEntityDataType reportEntityType); /** * An XML Prime(@http://apply.grants.gov/forms/SFLLL-V1.0). * * This is a complex type. */ public interface Prime extends gov.grants.apply.forms.sflllV10.AwardeeDataType { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Prime.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("prime11f2elemtype"); /** * Gets the "ReportEntityType" attribute */ gov.grants.apply.forms.sflllV10.ReportEntityDataType.Enum getReportEntityType(); /** * Gets (as xml) the "ReportEntityType" attribute */ gov.grants.apply.forms.sflllV10.ReportEntityDataType xgetReportEntityType(); /** * Sets the "ReportEntityType" attribute */ void setReportEntityType(gov.grants.apply.forms.sflllV10.ReportEntityDataType.Enum reportEntityType); /** * Sets (as xml) the "ReportEntityType" attribute */ void xsetReportEntityType(gov.grants.apply.forms.sflllV10.ReportEntityDataType reportEntityType); /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime newInstance() { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML SubAwardee(@http://apply.grants.gov/forms/SFLLL-V1.0). * * This is a complex type. */ public interface SubAwardee extends gov.grants.apply.forms.sflllV10.AwardeeDataType { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SubAwardee.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("subawardeebec0elemtype"); /** * Gets the "ReportEntityType" attribute */ gov.grants.apply.forms.sflllV10.ReportEntityDataType.Enum getReportEntityType(); /** * Gets (as xml) the "ReportEntityType" attribute */ gov.grants.apply.forms.sflllV10.ReportEntityDataType xgetReportEntityType(); /** * Sets the "ReportEntityType" attribute */ void setReportEntityType(gov.grants.apply.forms.sflllV10.ReportEntityDataType.Enum reportEntityType); /** * Sets (as xml) the "ReportEntityType" attribute */ void xsetReportEntityType(gov.grants.apply.forms.sflllV10.ReportEntityDataType reportEntityType); /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee newInstance() { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML Tier(@http://apply.grants.gov/forms/SFLLL-V1.0). * * This is a complex type. */ public interface Tier extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Tier.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("tiere785elemtype"); /** * Gets the "TierValue" element */ short getTierValue(); /** * Gets (as xml) the "TierValue" element */ org.apache.xmlbeans.XmlShort xgetTierValue(); /** * True if has "TierValue" element */ boolean isSetTierValue(); /** * Sets the "TierValue" element */ void setTierValue(short tierValue); /** * Sets (as xml) the "TierValue" element */ void xsetTierValue(org.apache.xmlbeans.XmlShort tierValue); /** * Unsets the "TierValue" element */ void unsetTierValue(); /** * Gets the "ReportEntityType" attribute */ gov.grants.apply.forms.sflllV10.ReportEntityDataType.Enum getReportEntityType(); /** * Gets (as xml) the "ReportEntityType" attribute */ gov.grants.apply.forms.sflllV10.ReportEntityDataType xgetReportEntityType(); /** * Sets the "ReportEntityType" attribute */ void setReportEntityType(gov.grants.apply.forms.sflllV10.ReportEntityDataType.Enum reportEntityType); /** * Sets (as xml) the "ReportEntityType" attribute */ void xsetReportEntityType(gov.grants.apply.forms.sflllV10.ReportEntityDataType reportEntityType); /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier newInstance() { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier) 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.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity newInstance() { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML FederalAgencyDepartment(@http://apply.grants.gov/forms/SFLLL-V1.0). * * This is an atomic type that is a restriction of gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument$LobbyingActivitiesDisclosure$FederalAgencyDepartment. */ public interface FederalAgencyDepartment extends org.apache.xmlbeans.XmlString { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FederalAgencyDepartment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalagencydepartmentef7aelemtype"); /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment newValue(java.lang.Object obj) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment) type.newValue( obj ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment newInstance() { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML FederalProgramName(@http://apply.grants.gov/forms/SFLLL-V1.0). * * This is a complex type. */ public interface FederalProgramName extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FederalProgramName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalprogramnamef2ecelemtype"); /** * Gets the "FederalProgramName" element */ java.lang.String getFederalProgramName(); /** * Gets (as xml) the "FederalProgramName" element */ gov.grants.apply.system.globalV10.StringMin1Max120Type xgetFederalProgramName(); /** * True if has "FederalProgramName" element */ boolean isSetFederalProgramName(); /** * Sets the "FederalProgramName" element */ void setFederalProgramName(java.lang.String federalProgramName); /** * Sets (as xml) the "FederalProgramName" element */ void xsetFederalProgramName(gov.grants.apply.system.globalV10.StringMin1Max120Type federalProgramName); /** * Unsets the "FederalProgramName" element */ void unsetFederalProgramName(); /** * Gets the "FederalProgramDescription" element */ java.lang.String getFederalProgramDescription(); /** * Gets (as xml) the "FederalProgramDescription" element */ gov.grants.apply.system.globalV10.StringMin1Max4096Type xgetFederalProgramDescription(); /** * True if has "FederalProgramDescription" element */ boolean isSetFederalProgramDescription(); /** * Sets the "FederalProgramDescription" element */ void setFederalProgramDescription(java.lang.String federalProgramDescription); /** * Sets (as xml) the "FederalProgramDescription" element */ void xsetFederalProgramDescription(gov.grants.apply.system.globalV10.StringMin1Max4096Type federalProgramDescription); /** * Unsets the "FederalProgramDescription" element */ void unsetFederalProgramDescription(); /** * Gets the "CFDANumber" element */ java.lang.String getCFDANumber(); /** * Gets (as xml) the "CFDANumber" element */ gov.grants.apply.system.globalV10.StringMin1Max15Type xgetCFDANumber(); /** * True if has "CFDANumber" element */ boolean isSetCFDANumber(); /** * Sets the "CFDANumber" element */ void setCFDANumber(java.lang.String cfdaNumber); /** * Sets (as xml) the "CFDANumber" element */ void xsetCFDANumber(gov.grants.apply.system.globalV10.StringMin1Max15Type cfdaNumber); /** * Unsets the "CFDANumber" element */ void unsetCFDANumber(); /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName newInstance() { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML LobbyingRegistrant(@http://apply.grants.gov/forms/SFLLL-V1.0). * * This is a complex type. */ public interface LobbyingRegistrant extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LobbyingRegistrant.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("lobbyingregistrant9987elemtype"); /** * Gets the "OrganizationName" element */ java.lang.String getOrganizationName(); /** * Gets (as xml) the "OrganizationName" element */ gov.grants.apply.system.globalV10.StringMin1Max120Type xgetOrganizationName(); /** * True if has "OrganizationName" element */ boolean isSetOrganizationName(); /** * Sets the "OrganizationName" element */ void setOrganizationName(java.lang.String organizationName); /** * Sets (as xml) the "OrganizationName" element */ void xsetOrganizationName(gov.grants.apply.system.globalV10.StringMin1Max120Type organizationName); /** * Unsets the "OrganizationName" element */ void unsetOrganizationName(); /** * Gets the "IndividualName" element */ gov.grants.apply.system.globalLibraryV10.HumanNameDataType getIndividualName(); /** * True if has "IndividualName" element */ boolean isSetIndividualName(); /** * Sets the "IndividualName" element */ void setIndividualName(gov.grants.apply.system.globalLibraryV10.HumanNameDataType individualName); /** * Appends and returns a new empty "IndividualName" element */ gov.grants.apply.system.globalLibraryV10.HumanNameDataType addNewIndividualName(); /** * Unsets the "IndividualName" element */ void unsetIndividualName(); /** * Gets the "Address" element */ gov.grants.apply.system.globalLibraryV10.AddressDataType getAddress(); /** * True if has "Address" element */ boolean isSetAddress(); /** * Sets the "Address" element */ void setAddress(gov.grants.apply.system.globalLibraryV10.AddressDataType address); /** * Appends and returns a new empty "Address" element */ gov.grants.apply.system.globalLibraryV10.AddressDataType addNewAddress(); /** * Unsets the "Address" element */ void unsetAddress(); /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant newInstance() { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML IndividualsPerformingServices(@http://apply.grants.gov/forms/SFLLL-V1.0). * * This is a complex type. */ public interface IndividualsPerformingServices extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IndividualsPerformingServices.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("individualsperformingservicesf8d5elemtype"); /** * Gets array of all "Individual" elements */ gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual[] getIndividualArray(); /** * Gets ith "Individual" element */ gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual getIndividualArray(int i); /** * Returns number of "Individual" element */ int sizeOfIndividualArray(); /** * Sets array of all "Individual" element */ void setIndividualArray(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual[] individualArray); /** * Sets ith "Individual" element */ void setIndividualArray(int i, gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual individual); /** * Inserts and returns a new empty value (as xml) as the ith "Individual" element */ gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual insertNewIndividual(int i); /** * Appends and returns a new empty value (as xml) as the last "Individual" element */ gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual addNewIndividual(); /** * Removes the ith "Individual" element */ void removeIndividual(int i); /** * An XML Individual(@http://apply.grants.gov/forms/SFLLL-V1.0). * * This is a complex type. */ public interface Individual extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Individual.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("individual65e0elemtype"); /** * Gets the "Name" element */ gov.grants.apply.system.globalLibraryV10.HumanNameDataType getName(); /** * Sets the "Name" element */ void setName(gov.grants.apply.system.globalLibraryV10.HumanNameDataType name); /** * Appends and returns a new empty "Name" element */ gov.grants.apply.system.globalLibraryV10.HumanNameDataType addNewName(); /** * Gets the "Address" element */ gov.grants.apply.system.globalLibraryV10.AddressDataType getAddress(); /** * True if has "Address" element */ boolean isSetAddress(); /** * Sets the "Address" element */ void setAddress(gov.grants.apply.system.globalLibraryV10.AddressDataType address); /** * Appends and returns a new empty "Address" element */ gov.grants.apply.system.globalLibraryV10.AddressDataType addNewAddress(); /** * Unsets the "Address" element */ void unsetAddress(); /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual newInstance() { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual) 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.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices newInstance() { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML SignatureBlock(@http://apply.grants.gov/forms/SFLLL-V1.0). * * This is a complex type. */ public interface SignatureBlock extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SignatureBlock.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("signatureblock0329elemtype"); /** * Gets the "Name" element */ gov.grants.apply.system.globalLibraryV10.HumanNameDataType getName(); /** * Sets the "Name" element */ void setName(gov.grants.apply.system.globalLibraryV10.HumanNameDataType name); /** * Appends and returns a new empty "Name" element */ gov.grants.apply.system.globalLibraryV10.HumanNameDataType addNewName(); /** * Gets the "Title" element */ java.lang.String getTitle(); /** * Gets (as xml) the "Title" element */ gov.grants.apply.system.globalLibraryV10.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.globalLibraryV10.HumanTitleDataType title); /** * Unsets the "Title" element */ void unsetTitle(); /** * Gets the "Telephone" element */ java.lang.String getTelephone(); /** * Gets (as xml) the "Telephone" element */ gov.grants.apply.system.globalLibraryV10.TelephoneNumberDataType xgetTelephone(); /** * True if has "Telephone" element */ boolean isSetTelephone(); /** * Sets the "Telephone" element */ void setTelephone(java.lang.String telephone); /** * Sets (as xml) the "Telephone" element */ void xsetTelephone(gov.grants.apply.system.globalLibraryV10.TelephoneNumberDataType telephone); /** * Unsets the "Telephone" element */ void unsetTelephone(); /** * Gets the "SignedDate" element */ java.util.Calendar getSignedDate(); /** * Gets (as xml) the "SignedDate" element */ org.apache.xmlbeans.XmlDate xgetSignedDate(); /** * Sets the "SignedDate" element */ void setSignedDate(java.util.Calendar signedDate); /** * Sets (as xml) the "SignedDate" element */ void xsetSignedDate(org.apache.xmlbeans.XmlDate signedDate); /** * Gets the "Signature" element */ java.lang.String getSignature(); /** * Gets (as xml) the "Signature" element */ gov.grants.apply.system.globalLibraryV10.SignatureDataType xgetSignature(); /** * Sets the "Signature" element */ void setSignature(java.lang.String signature); /** * Sets (as xml) the "Signature" element */ void xsetSignature(gov.grants.apply.system.globalLibraryV10.SignatureDataType signature); /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock newInstance() { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock) 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.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure newInstance() { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure) 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.sflllV10.LobbyingActivitiesDisclosureDocument newInstance() { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } /** @param xmlAsString the string value to parse */ public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) 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.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument 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.sflllV10.LobbyingActivitiesDisclosureDocument) 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