View Javadoc
1   /*
2    * An XML document type.
3    * Localname: GrantSubmissionFooter
4    * Namespace: http://apply.grants.gov/system/Footer-V1.0
5    * Java type: gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.system.footerV10;
10  
11  
12  /**
13   * A document containing one GrantSubmissionFooter(@http://apply.grants.gov/system/Footer-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface GrantSubmissionFooterDocument 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(GrantSubmissionFooterDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("grantsubmissionfooterfc8bdoctype");
21      
22      /**
23       * Gets the "GrantSubmissionFooter" element
24       */
25      gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument.GrantSubmissionFooter getGrantSubmissionFooter();
26      
27      /**
28       * Sets the "GrantSubmissionFooter" element
29       */
30      void setGrantSubmissionFooter(gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument.GrantSubmissionFooter grantSubmissionFooter);
31      
32      /**
33       * Appends and returns a new empty "GrantSubmissionFooter" element
34       */
35      gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument.GrantSubmissionFooter addNewGrantSubmissionFooter();
36      
37      /**
38       * An XML GrantSubmissionFooter(@http://apply.grants.gov/system/Footer-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface GrantSubmissionFooter 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(GrantSubmissionFooter.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("grantsubmissionfooterfe9celemtype");
46          
47          /**
48           * Gets the "HashValue" element
49           */
50          gov.grants.apply.system.globalV10.HashValueDocument.HashValue getHashValue();
51          
52          /**
53           * Sets the "HashValue" element
54           */
55          void setHashValue(gov.grants.apply.system.globalV10.HashValueDocument.HashValue hashValue);
56          
57          /**
58           * Appends and returns a new empty "HashValue" element
59           */
60          gov.grants.apply.system.globalV10.HashValueDocument.HashValue addNewHashValue();
61          
62          /**
63           * Gets the "ReceivedDateTime" element
64           */
65          java.util.Calendar getReceivedDateTime();
66          
67          /**
68           * Gets (as xml) the "ReceivedDateTime" element
69           */
70          org.apache.xmlbeans.XmlDateTime xgetReceivedDateTime();
71          
72          /**
73           * Sets the "ReceivedDateTime" element
74           */
75          void setReceivedDateTime(java.util.Calendar receivedDateTime);
76          
77          /**
78           * Sets (as xml) the "ReceivedDateTime" element
79           */
80          void xsetReceivedDateTime(org.apache.xmlbeans.XmlDateTime receivedDateTime);
81          
82          /**
83           * Gets the "SubmitterName" element
84           */
85          java.lang.String getSubmitterName();
86          
87          /**
88           * Gets (as xml) the "SubmitterName" element
89           */
90          gov.grants.apply.system.globalV10.StringMin1Max240Type xgetSubmitterName();
91          
92          /**
93           * Sets the "SubmitterName" element
94           */
95          void setSubmitterName(java.lang.String submitterName);
96          
97          /**
98           * Sets (as xml) the "SubmitterName" element
99           */
100         void xsetSubmitterName(gov.grants.apply.system.globalV10.StringMin1Max240Type submitterName);
101         
102         /**
103          * Gets the "Grants_govTrackingNumber" element
104          */
105         java.lang.String getGrantsGovTrackingNumber();
106         
107         /**
108          * Gets (as xml) the "Grants_govTrackingNumber" element
109          */
110         gov.grants.apply.system.globalV10.StringMin1Max240Type xgetGrantsGovTrackingNumber();
111         
112         /**
113          * Sets the "Grants_govTrackingNumber" element
114          */
115         void setGrantsGovTrackingNumber(java.lang.String grantsGovTrackingNumber);
116         
117         /**
118          * Sets (as xml) the "Grants_govTrackingNumber" element
119          */
120         void xsetGrantsGovTrackingNumber(gov.grants.apply.system.globalV10.StringMin1Max240Type grantsGovTrackingNumber);
121         
122         /**
123          * Gets the "schemaVersion" attribute
124          */
125         java.lang.String getSchemaVersion();
126         
127         /**
128          * Gets (as xml) the "schemaVersion" attribute
129          */
130         org.apache.xmlbeans.XmlString xgetSchemaVersion();
131         
132         /**
133          * Sets the "schemaVersion" attribute
134          */
135         void setSchemaVersion(java.lang.String schemaVersion);
136         
137         /**
138          * Sets (as xml) the "schemaVersion" attribute
139          */
140         void xsetSchemaVersion(org.apache.xmlbeans.XmlString schemaVersion);
141         
142         /**
143          * A factory class with static methods for creating instances
144          * of this type.
145          */
146         
147         public static final class Factory
148         {
149             public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument.GrantSubmissionFooter newInstance() {
150               return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument.GrantSubmissionFooter) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
151             
152             public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument.GrantSubmissionFooter newInstance(org.apache.xmlbeans.XmlOptions options) {
153               return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument.GrantSubmissionFooter) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
154             
155             private Factory() { } // No instance of this class allowed
156         }
157     }
158     
159     /**
160      * A factory class with static methods for creating instances
161      * of this type.
162      */
163     
164     public static final class Factory
165     {
166         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument newInstance() {
167           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
168         
169         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
170           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
171         
172         /** @param xmlAsString the string value to parse */
173         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
174           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
175         
176         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
177           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
178         
179         /** @param file the file from which to load an xml document */
180         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
181           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
182         
183         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
184           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
185         
186         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
187           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
188         
189         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
190           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
191         
192         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
193           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
194         
195         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
196           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
197         
198         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
199           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
200         
201         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
202           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
203         
204         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
205           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
206         
207         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
208           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
209         
210         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
211           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
212         
213         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
214           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
215         
216         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
217         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
218           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
219         
220         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
221         public static gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
222           return (gov.grants.apply.system.footerV10.GrantSubmissionFooterDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
223         
224         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
225         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 {
226           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
227         
228         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
229         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 {
230           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
231         
232         private Factory() { } // No instance of this class allowed
233     }
234 }