View Javadoc
1   /*
2    * An XML document type.
3    * Localname: NHTSACert
4    * Namespace: http://apply.grants.gov/forms/NHTSACert-V1.0
5    * Java type: gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.nhtsaCertV10;
10  
11  
12  /**
13   * A document containing one NHTSACert(@http://apply.grants.gov/forms/NHTSACert-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface NHTSACertDocument 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(NHTSACertDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nhtsacerte111doctype");
21      
22      /**
23       * Gets the "NHTSACert" element
24       */
25      gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert getNHTSACert();
26      
27      /**
28       * Sets the "NHTSACert" element
29       */
30      void setNHTSACert(gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert nhtsaCert);
31      
32      /**
33       * Appends and returns a new empty "NHTSACert" element
34       */
35      gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert addNewNHTSACert();
36      
37      /**
38       * An XML NHTSACert(@http://apply.grants.gov/forms/NHTSACert-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface NHTSACert 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(NHTSACert.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nhtsacert5db9elemtype");
46          
47          /**
48           * Gets the "FiscalYr" element
49           */
50          java.util.Calendar getFiscalYr();
51          
52          /**
53           * Gets (as xml) the "FiscalYr" element
54           */
55          org.apache.xmlbeans.XmlGYear xgetFiscalYr();
56          
57          /**
58           * Sets the "FiscalYr" element
59           */
60          void setFiscalYr(java.util.Calendar fiscalYr);
61          
62          /**
63           * Sets (as xml) the "FiscalYr" element
64           */
65          void xsetFiscalYr(org.apache.xmlbeans.XmlGYear fiscalYr);
66          
67          /**
68           * Gets the "GovernorsRep" element
69           */
70          java.lang.String getGovernorsRep();
71          
72          /**
73           * Gets (as xml) the "GovernorsRep" element
74           */
75          gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert.GovernorsRep xgetGovernorsRep();
76          
77          /**
78           * Sets the "GovernorsRep" element
79           */
80          void setGovernorsRep(java.lang.String governorsRep);
81          
82          /**
83           * Sets (as xml) the "GovernorsRep" element
84           */
85          void xsetGovernorsRep(gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert.GovernorsRep governorsRep);
86          
87          /**
88           * Gets the "StateorCommonwealth" element
89           */
90          java.lang.String getStateorCommonwealth();
91          
92          /**
93           * Gets (as xml) the "StateorCommonwealth" element
94           */
95          gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert.StateorCommonwealth xgetStateorCommonwealth();
96          
97          /**
98           * Sets the "StateorCommonwealth" element
99           */
100         void setStateorCommonwealth(java.lang.String stateorCommonwealth);
101         
102         /**
103          * Sets (as xml) the "StateorCommonwealth" element
104          */
105         void xsetStateorCommonwealth(gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert.StateorCommonwealth stateorCommonwealth);
106         
107         /**
108          * Gets the "FormDate" element
109          */
110         java.util.Calendar getFormDate();
111         
112         /**
113          * Gets (as xml) the "FormDate" element
114          */
115         org.apache.xmlbeans.XmlDate xgetFormDate();
116         
117         /**
118          * Sets the "FormDate" element
119          */
120         void setFormDate(java.util.Calendar formDate);
121         
122         /**
123          * Sets (as xml) the "FormDate" element
124          */
125         void xsetFormDate(org.apache.xmlbeans.XmlDate formDate);
126         
127         /**
128          * Gets the "FormVersion" attribute
129          */
130         java.lang.String getFormVersion();
131         
132         /**
133          * Gets (as xml) the "FormVersion" attribute
134          */
135         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
136         
137         /**
138          * Sets the "FormVersion" attribute
139          */
140         void setFormVersion(java.lang.String formVersion);
141         
142         /**
143          * Sets (as xml) the "FormVersion" attribute
144          */
145         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
146         
147         /**
148          * An XML GovernorsRep(@http://apply.grants.gov/forms/NHTSACert-V1.0).
149          *
150          * This is an atomic type that is a restriction of gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument$NHTSACert$GovernorsRep.
151          */
152         public interface GovernorsRep extends org.apache.xmlbeans.XmlString
153         {
154             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
155                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GovernorsRep.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("governorsrep5f1delemtype");
156             
157             /**
158              * A factory class with static methods for creating instances
159              * of this type.
160              */
161             
162             public static final class Factory
163             {
164                 public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert.GovernorsRep newValue(java.lang.Object obj) {
165                   return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert.GovernorsRep) type.newValue( obj ); }
166                 
167                 public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert.GovernorsRep newInstance() {
168                   return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert.GovernorsRep) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
169                 
170                 public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert.GovernorsRep newInstance(org.apache.xmlbeans.XmlOptions options) {
171                   return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert.GovernorsRep) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
172                 
173                 private Factory() { } // No instance of this class allowed
174             }
175         }
176         
177         /**
178          * An XML StateorCommonwealth(@http://apply.grants.gov/forms/NHTSACert-V1.0).
179          *
180          * This is an atomic type that is a restriction of gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument$NHTSACert$StateorCommonwealth.
181          */
182         public interface StateorCommonwealth extends org.apache.xmlbeans.XmlString
183         {
184             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
185                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StateorCommonwealth.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("stateorcommonwealth76c1elemtype");
186             
187             /**
188              * A factory class with static methods for creating instances
189              * of this type.
190              */
191             
192             public static final class Factory
193             {
194                 public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert.StateorCommonwealth newValue(java.lang.Object obj) {
195                   return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert.StateorCommonwealth) type.newValue( obj ); }
196                 
197                 public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert.StateorCommonwealth newInstance() {
198                   return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert.StateorCommonwealth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
199                 
200                 public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert.StateorCommonwealth newInstance(org.apache.xmlbeans.XmlOptions options) {
201                   return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert.StateorCommonwealth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
202                 
203                 private Factory() { } // No instance of this class allowed
204             }
205         }
206         
207         /**
208          * A factory class with static methods for creating instances
209          * of this type.
210          */
211         
212         public static final class Factory
213         {
214             public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert newInstance() {
215               return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
216             
217             public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert newInstance(org.apache.xmlbeans.XmlOptions options) {
218               return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument.NHTSACert) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
219             
220             private Factory() { } // No instance of this class allowed
221         }
222     }
223     
224     /**
225      * A factory class with static methods for creating instances
226      * of this type.
227      */
228     
229     public static final class Factory
230     {
231         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument newInstance() {
232           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
233         
234         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
235           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
236         
237         /** @param xmlAsString the string value to parse */
238         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
239           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
240         
241         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
242           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
243         
244         /** @param file the file from which to load an xml document */
245         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
246           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
247         
248         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
249           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
250         
251         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
252           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
253         
254         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
255           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
256         
257         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
258           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
259         
260         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
261           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
262         
263         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
264           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
265         
266         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
267           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
268         
269         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
270           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
271         
272         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
273           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
274         
275         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
276           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
277         
278         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
279           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
280         
281         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
282         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
283           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
284         
285         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
286         public static gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
287           return (gov.grants.apply.forms.nhtsaCertV10.NHTSACertDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
288         
289         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
290         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 {
291           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
292         
293         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
294         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 {
295           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
296         
297         private Factory() { } // No instance of this class allowed
298     }
299 }