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

gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument Maven / Gradle / Ivy

/*
 * An XML document type.
 * Localname: AuthorizedRepresentative
 * Namespace: http://apply.grants.gov/forms/SF424-V1.0
 * Java type: gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument
 *
 * Automatically generated - do not modify.
 */
package gov.grants.apply.forms.sf424V10;


/**
 * A document containing one AuthorizedRepresentative(@http://apply.grants.gov/forms/SF424-V1.0) element.
 *
 * This is a complex type.
 */
public interface AuthorizedRepresentativeDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AuthorizedRepresentativeDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("authorizedrepresentative663cdoctype");
    
    /**
     * Gets the "AuthorizedRepresentative" element
     */
    gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument.AuthorizedRepresentative getAuthorizedRepresentative();
    
    /**
     * Sets the "AuthorizedRepresentative" element
     */
    void setAuthorizedRepresentative(gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument.AuthorizedRepresentative authorizedRepresentative);
    
    /**
     * Appends and returns a new empty "AuthorizedRepresentative" element
     */
    gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument.AuthorizedRepresentative addNewAuthorizedRepresentative();
    
    /**
     * An XML AuthorizedRepresentative(@http://apply.grants.gov/forms/SF424-V1.0).
     *
     * This is a complex type.
     */
    public interface AuthorizedRepresentative extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AuthorizedRepresentative.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("authorizedrepresentatived110elemtype");
        
        /**
         * Gets the "NamePrefix" element
         */
        java.lang.String getNamePrefix();
        
        /**
         * Gets (as xml) the "NamePrefix" element
         */
        gov.grants.apply.system.globalV10.StringMin1Max10Type xgetNamePrefix();
        
        /**
         * True if has "NamePrefix" element
         */
        boolean isSetNamePrefix();
        
        /**
         * Sets the "NamePrefix" element
         */
        void setNamePrefix(java.lang.String namePrefix);
        
        /**
         * Sets (as xml) the "NamePrefix" element
         */
        void xsetNamePrefix(gov.grants.apply.system.globalV10.StringMin1Max10Type namePrefix);
        
        /**
         * Unsets the "NamePrefix" element
         */
        void unsetNamePrefix();
        
        /**
         * Gets the "GivenName1" element
         */
        java.lang.String getGivenName1();
        
        /**
         * Gets (as xml) the "GivenName1" element
         */
        gov.grants.apply.system.globalV10.StringMin1Max35Type xgetGivenName1();
        
        /**
         * True if has "GivenName1" element
         */
        boolean isSetGivenName1();
        
        /**
         * Sets the "GivenName1" element
         */
        void setGivenName1(java.lang.String givenName1);
        
        /**
         * Sets (as xml) the "GivenName1" element
         */
        void xsetGivenName1(gov.grants.apply.system.globalV10.StringMin1Max35Type givenName1);
        
        /**
         * Unsets the "GivenName1" element
         */
        void unsetGivenName1();
        
        /**
         * Gets the "GivenName2" element
         */
        java.lang.String getGivenName2();
        
        /**
         * Gets (as xml) the "GivenName2" element
         */
        gov.grants.apply.system.globalV10.StringMin1Max25Type xgetGivenName2();
        
        /**
         * True if has "GivenName2" element
         */
        boolean isSetGivenName2();
        
        /**
         * Sets the "GivenName2" element
         */
        void setGivenName2(java.lang.String givenName2);
        
        /**
         * Sets (as xml) the "GivenName2" element
         */
        void xsetGivenName2(gov.grants.apply.system.globalV10.StringMin1Max25Type givenName2);
        
        /**
         * Unsets the "GivenName2" element
         */
        void unsetGivenName2();
        
        /**
         * Gets the "FamilyName" element
         */
        java.lang.String getFamilyName();
        
        /**
         * Gets (as xml) the "FamilyName" element
         */
        gov.grants.apply.system.globalV10.StringMin1Max60Type xgetFamilyName();
        
        /**
         * True if has "FamilyName" element
         */
        boolean isSetFamilyName();
        
        /**
         * Sets the "FamilyName" element
         */
        void setFamilyName(java.lang.String familyName);
        
        /**
         * Sets (as xml) the "FamilyName" element
         */
        void xsetFamilyName(gov.grants.apply.system.globalV10.StringMin1Max60Type familyName);
        
        /**
         * Unsets the "FamilyName" element
         */
        void unsetFamilyName();
        
        /**
         * Gets the "NameSuffix" element
         */
        java.lang.String getNameSuffix();
        
        /**
         * Gets (as xml) the "NameSuffix" element
         */
        gov.grants.apply.system.globalV10.StringMin1Max10Type xgetNameSuffix();
        
        /**
         * True if has "NameSuffix" element
         */
        boolean isSetNameSuffix();
        
        /**
         * Sets the "NameSuffix" element
         */
        void setNameSuffix(java.lang.String nameSuffix);
        
        /**
         * Sets (as xml) the "NameSuffix" element
         */
        void xsetNameSuffix(gov.grants.apply.system.globalV10.StringMin1Max10Type nameSuffix);
        
        /**
         * Unsets the "NameSuffix" element
         */
        void unsetNameSuffix();
        
        /**
         * Gets the "TelephoneNumber" element
         */
        java.lang.String getTelephoneNumber();
        
        /**
         * Gets (as xml) the "TelephoneNumber" element
         */
        gov.grants.apply.system.globalV10.StringMin1Max25Type xgetTelephoneNumber();
        
        /**
         * True if has "TelephoneNumber" element
         */
        boolean isSetTelephoneNumber();
        
        /**
         * Sets the "TelephoneNumber" element
         */
        void setTelephoneNumber(java.lang.String telephoneNumber);
        
        /**
         * Sets (as xml) the "TelephoneNumber" element
         */
        void xsetTelephoneNumber(gov.grants.apply.system.globalV10.StringMin1Max25Type telephoneNumber);
        
        /**
         * Unsets the "TelephoneNumber" element
         */
        void unsetTelephoneNumber();
        
        /**
         * Gets the "RepresentativeTitle" element
         */
        java.lang.String getRepresentativeTitle();
        
        /**
         * Gets (as xml) the "RepresentativeTitle" element
         */
        gov.grants.apply.system.globalV10.StringMin1Max45Type xgetRepresentativeTitle();
        
        /**
         * True if has "RepresentativeTitle" element
         */
        boolean isSetRepresentativeTitle();
        
        /**
         * Sets the "RepresentativeTitle" element
         */
        void setRepresentativeTitle(java.lang.String representativeTitle);
        
        /**
         * Sets (as xml) the "RepresentativeTitle" element
         */
        void xsetRepresentativeTitle(gov.grants.apply.system.globalV10.StringMin1Max45Type representativeTitle);
        
        /**
         * Unsets the "RepresentativeTitle" element
         */
        void unsetRepresentativeTitle();
        
        /**
         * Gets the "FaxNumber" element
         */
        java.lang.String getFaxNumber();
        
        /**
         * Gets (as xml) the "FaxNumber" element
         */
        gov.grants.apply.system.globalV10.StringMin1Max25Type xgetFaxNumber();
        
        /**
         * True if has "FaxNumber" element
         */
        boolean isSetFaxNumber();
        
        /**
         * Sets the "FaxNumber" element
         */
        void setFaxNumber(java.lang.String faxNumber);
        
        /**
         * Sets (as xml) the "FaxNumber" element
         */
        void xsetFaxNumber(gov.grants.apply.system.globalV10.StringMin1Max25Type faxNumber);
        
        /**
         * Unsets the "FaxNumber" element
         */
        void unsetFaxNumber();
        
        /**
         * Gets the "ElectronicMailAddress" element
         */
        java.lang.String getElectronicMailAddress();
        
        /**
         * Gets (as xml) the "ElectronicMailAddress" element
         */
        gov.grants.apply.system.globalV10.StringMin1Max80Type xgetElectronicMailAddress();
        
        /**
         * True if has "ElectronicMailAddress" element
         */
        boolean isSetElectronicMailAddress();
        
        /**
         * Sets the "ElectronicMailAddress" element
         */
        void setElectronicMailAddress(java.lang.String electronicMailAddress);
        
        /**
         * Sets (as xml) the "ElectronicMailAddress" element
         */
        void xsetElectronicMailAddress(gov.grants.apply.system.globalV10.StringMin1Max80Type electronicMailAddress);
        
        /**
         * Unsets the "ElectronicMailAddress" element
         */
        void unsetElectronicMailAddress();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument.AuthorizedRepresentative newInstance() {
              return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument.AuthorizedRepresentative) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument.AuthorizedRepresentative newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument.AuthorizedRepresentative) 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.sf424V10.AuthorizedRepresentativeDocument newInstance() {
          return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) 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.sf424V10.AuthorizedRepresentativeDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument 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.sf424V10.AuthorizedRepresentativeDocument) 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