1   
2   
3   
4   
5   
6   
7   
8   
9   package gov.grants.apply.system.grantsFundingSynopsisV20;
10  
11  
12  
13  
14  
15  
16  
17  public interface AdditionalInformationDocument 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(AdditionalInformationDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("additionalinformation2cb7doctype");
21      
22      
23  
24  
25      gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation getAdditionalInformation();
26      
27      
28  
29  
30      void setAdditionalInformation(gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation additionalInformation);
31      
32      
33  
34  
35      gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation addNewAdditionalInformation();
36      
37      
38  
39  
40  
41  
42      public interface AdditionalInformation 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(AdditionalInformation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("additionalinformation5f48elemtype");
46          
47          
48  
49  
50          java.lang.String getAdditionalInformationURL();
51          
52          
53  
54  
55          gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation.AdditionalInformationURL xgetAdditionalInformationURL();
56          
57          
58  
59  
60          boolean isSetAdditionalInformationURL();
61          
62          
63  
64  
65          void setAdditionalInformationURL(java.lang.String additionalInformationURL);
66          
67          
68  
69  
70          void xsetAdditionalInformationURL(gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation.AdditionalInformationURL additionalInformationURL);
71          
72          
73  
74  
75          void unsetAdditionalInformationURL();
76          
77          
78  
79  
80          java.lang.String getURLDescription();
81          
82          
83  
84  
85          gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation.URLDescription xgetURLDescription();
86          
87          
88  
89  
90          boolean isSetURLDescription();
91          
92          
93  
94  
95          void setURLDescription(java.lang.String urlDescription);
96          
97          
98  
99  
100         void xsetURLDescription(gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation.URLDescription urlDescription);
101         
102         
103 
104 
105         void unsetURLDescription();
106         
107         
108 
109 
110 
111 
112         public interface AdditionalInformationURL extends org.apache.xmlbeans.XmlString
113         {
114             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
115                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AdditionalInformationURL.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("additionalinformationurl9d2eelemtype");
116             
117             
118 
119 
120 
121             
122             public static final class Factory
123             {
124                 public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation.AdditionalInformationURL newValue(java.lang.Object obj) {
125                   return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation.AdditionalInformationURL) type.newValue( obj ); }
126                 
127                 public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation.AdditionalInformationURL newInstance() {
128                   return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation.AdditionalInformationURL) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
129                 
130                 public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation.AdditionalInformationURL newInstance(org.apache.xmlbeans.XmlOptions options) {
131                   return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation.AdditionalInformationURL) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
132                 
133                 private Factory() { } 
134             }
135         }
136         
137         
138 
139 
140 
141 
142         public interface URLDescription extends org.apache.xmlbeans.XmlString
143         {
144             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
145                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(URLDescription.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("urldescriptionb5d1elemtype");
146             
147             
148 
149 
150 
151             
152             public static final class Factory
153             {
154                 public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation.URLDescription newValue(java.lang.Object obj) {
155                   return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation.URLDescription) type.newValue( obj ); }
156                 
157                 public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation.URLDescription newInstance() {
158                   return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation.URLDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
159                 
160                 public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation.URLDescription newInstance(org.apache.xmlbeans.XmlOptions options) {
161                   return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation.URLDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
162                 
163                 private Factory() { } 
164             }
165         }
166         
167         
168 
169 
170 
171         
172         public static final class Factory
173         {
174             public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation newInstance() {
175               return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
176             
177             public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation newInstance(org.apache.xmlbeans.XmlOptions options) {
178               return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument.AdditionalInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
179             
180             private Factory() { } 
181         }
182     }
183     
184     
185 
186 
187 
188     
189     public static final class Factory
190     {
191         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument newInstance() {
192           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
193         
194         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
195           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
196         
197         
198         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
199           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
200         
201         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
202           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
203         
204         
205         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
206           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
207         
208         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
209           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
210         
211         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
212           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
213         
214         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
215           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
216         
217         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
218           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
219         
220         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
221           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
222         
223         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
224           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
225         
226         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
227           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
228         
229         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
230           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
231         
232         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
233           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
234         
235         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
236           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
237         
238         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
239           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
240         
241         
242         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
243           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
244         
245         
246         public static gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
247           return (gov.grants.apply.system.grantsFundingSynopsisV20.AdditionalInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
248         
249         
250         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 {
251           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
252         
253         
254         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 {
255           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
256         
257         private Factory() { } 
258     }
259 }