View Javadoc
1   /*
2    * An XML document type.
3    * Localname: LobbyingForm
4    * Namespace: http://apply.grants.gov/forms/GG_LobbyingForm-V1.0
5    * Java type: gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.ggLobbyingFormV10;
10  
11  
12  /**
13   * A document containing one LobbyingForm(@http://apply.grants.gov/forms/GG_LobbyingForm-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface LobbyingFormDocument extends org.apache.xmlbeans.XmlObject
18  {
19      public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
20          org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LobbyingFormDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("lobbyingformbdd8doctype");
21      
22      /**
23       * Gets the "LobbyingForm" element
24       */
25      gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument.LobbyingForm getLobbyingForm();
26      
27      /**
28       * Sets the "LobbyingForm" element
29       */
30      void setLobbyingForm(gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument.LobbyingForm lobbyingForm);
31      
32      /**
33       * Appends and returns a new empty "LobbyingForm" element
34       */
35      gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument.LobbyingForm addNewLobbyingForm();
36      
37      /**
38       * An XML LobbyingForm(@http://apply.grants.gov/forms/GG_LobbyingForm-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface LobbyingForm extends org.apache.xmlbeans.XmlObject
43      {
44          public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
45              org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LobbyingForm.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("lobbyingformeac4elemtype");
46          
47          /**
48           * Gets the "ApplicantName" element
49           */
50          java.lang.String getApplicantName();
51          
52          /**
53           * Gets (as xml) the "ApplicantName" element
54           */
55          gov.grants.apply.system.globalLibraryV10.OrganizationNameDataType xgetApplicantName();
56          
57          /**
58           * Sets the "ApplicantName" element
59           */
60          void setApplicantName(java.lang.String applicantName);
61          
62          /**
63           * Sets (as xml) the "ApplicantName" element
64           */
65          void xsetApplicantName(gov.grants.apply.system.globalLibraryV10.OrganizationNameDataType applicantName);
66          
67          /**
68           * Gets the "AuthorizedRepresentativeName" element
69           */
70          gov.grants.apply.system.globalLibraryV10.HumanNameDataType getAuthorizedRepresentativeName();
71          
72          /**
73           * Sets the "AuthorizedRepresentativeName" element
74           */
75          void setAuthorizedRepresentativeName(gov.grants.apply.system.globalLibraryV10.HumanNameDataType authorizedRepresentativeName);
76          
77          /**
78           * Appends and returns a new empty "AuthorizedRepresentativeName" element
79           */
80          gov.grants.apply.system.globalLibraryV10.HumanNameDataType addNewAuthorizedRepresentativeName();
81          
82          /**
83           * Gets the "AuthorizedRepresentativeTitle" element
84           */
85          java.lang.String getAuthorizedRepresentativeTitle();
86          
87          /**
88           * Gets (as xml) the "AuthorizedRepresentativeTitle" element
89           */
90          gov.grants.apply.system.globalLibraryV10.HumanTitleDataType xgetAuthorizedRepresentativeTitle();
91          
92          /**
93           * Sets the "AuthorizedRepresentativeTitle" element
94           */
95          void setAuthorizedRepresentativeTitle(java.lang.String authorizedRepresentativeTitle);
96          
97          /**
98           * Sets (as xml) the "AuthorizedRepresentativeTitle" element
99           */
100         void xsetAuthorizedRepresentativeTitle(gov.grants.apply.system.globalLibraryV10.HumanTitleDataType authorizedRepresentativeTitle);
101         
102         /**
103          * Gets the "AuthorizedRepresentativeSignature" element
104          */
105         java.lang.String getAuthorizedRepresentativeSignature();
106         
107         /**
108          * Gets (as xml) the "AuthorizedRepresentativeSignature" element
109          */
110         gov.grants.apply.system.globalLibraryV10.SignatureDataType xgetAuthorizedRepresentativeSignature();
111         
112         /**
113          * Sets the "AuthorizedRepresentativeSignature" element
114          */
115         void setAuthorizedRepresentativeSignature(java.lang.String authorizedRepresentativeSignature);
116         
117         /**
118          * Sets (as xml) the "AuthorizedRepresentativeSignature" element
119          */
120         void xsetAuthorizedRepresentativeSignature(gov.grants.apply.system.globalLibraryV10.SignatureDataType authorizedRepresentativeSignature);
121         
122         /**
123          * Gets the "SubmittedDate" element
124          */
125         java.util.Calendar getSubmittedDate();
126         
127         /**
128          * Gets (as xml) the "SubmittedDate" element
129          */
130         org.apache.xmlbeans.XmlDate xgetSubmittedDate();
131         
132         /**
133          * Sets the "SubmittedDate" element
134          */
135         void setSubmittedDate(java.util.Calendar submittedDate);
136         
137         /**
138          * Sets (as xml) the "SubmittedDate" element
139          */
140         void xsetSubmittedDate(org.apache.xmlbeans.XmlDate submittedDate);
141         
142         /**
143          * Gets the "FormVersion" attribute
144          */
145         java.lang.String getFormVersion();
146         
147         /**
148          * Gets (as xml) the "FormVersion" attribute
149          */
150         gov.grants.apply.system.globalV10.StringMin1Max30Type xgetFormVersion();
151         
152         /**
153          * Sets the "FormVersion" attribute
154          */
155         void setFormVersion(java.lang.String formVersion);
156         
157         /**
158          * Sets (as xml) the "FormVersion" attribute
159          */
160         void xsetFormVersion(gov.grants.apply.system.globalV10.StringMin1Max30Type formVersion);
161         
162         /**
163          * A factory class with static methods for creating instances
164          * of this type.
165          */
166         
167         public static final class Factory
168         {
169             public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument.LobbyingForm newInstance() {
170               return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument.LobbyingForm) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
171             
172             public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument.LobbyingForm newInstance(org.apache.xmlbeans.XmlOptions options) {
173               return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument.LobbyingForm) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
174             
175             private Factory() { } // No instance of this class allowed
176         }
177     }
178     
179     /**
180      * A factory class with static methods for creating instances
181      * of this type.
182      */
183     
184     public static final class Factory
185     {
186         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument newInstance() {
187           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
188         
189         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
190           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
191         
192         /** @param xmlAsString the string value to parse */
193         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
194           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
195         
196         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
197           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
198         
199         /** @param file the file from which to load an xml document */
200         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
201           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
202         
203         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
204           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
205         
206         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
207           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
208         
209         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
210           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
211         
212         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
213           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
214         
215         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
216           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
217         
218         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
219           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
220         
221         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
222           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
223         
224         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
225           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
226         
227         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
228           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
229         
230         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
231           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
232         
233         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
234           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
235         
236         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
237         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
238           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
239         
240         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
241         public static gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
242           return (gov.grants.apply.forms.ggLobbyingFormV10.LobbyingFormDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
243         
244         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
245         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 {
246           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
247         
248         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
249         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 {
250           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
251         
252         private Factory() { } // No instance of this class allowed
253     }
254 }