1   
2   
3   
4   
5   
6   
7   
8   
9   package gov.grants.apply.forms.edGEPA427V10;
10  
11  
12  
13  
14  
15  
16  
17  public interface GEPA427AttachmentsDocument 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(GEPA427AttachmentsDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("gepa427attachments1ab9doctype");
21      
22      
23  
24  
25      gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument.GEPA427Attachments getGEPA427Attachments();
26      
27      
28  
29  
30      void setGEPA427Attachments(gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument.GEPA427Attachments gepa427Attachments);
31      
32      
33  
34  
35      gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument.GEPA427Attachments addNewGEPA427Attachments();
36      
37      
38  
39  
40  
41  
42      public interface GEPA427Attachments 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(GEPA427Attachments.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("gepa427attachmentsfb57elemtype");
46          
47          
48  
49  
50          gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttachments();
51          
52          
53  
54  
55          boolean isSetAttachments();
56          
57          
58  
59  
60          void setAttachments(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attachments);
61          
62          
63  
64  
65          gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttachments();
66          
67          
68  
69  
70          void unsetAttachments();
71          
72          
73  
74  
75          java.lang.String getFormVersion();
76          
77          
78  
79  
80          gov.grants.apply.system.globalV10.StringMin1Max30Type xgetFormVersion();
81          
82          
83  
84  
85          void setFormVersion(java.lang.String formVersion);
86          
87          
88  
89  
90          void xsetFormVersion(gov.grants.apply.system.globalV10.StringMin1Max30Type formVersion);
91          
92          
93  
94  
95  
96          
97          public static final class Factory
98          {
99              public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument.GEPA427Attachments newInstance() {
100               return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument.GEPA427Attachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
101             
102             public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument.GEPA427Attachments newInstance(org.apache.xmlbeans.XmlOptions options) {
103               return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument.GEPA427Attachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
104             
105             private Factory() { } 
106         }
107     }
108     
109     
110 
111 
112 
113     
114     public static final class Factory
115     {
116         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument newInstance() {
117           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
118         
119         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
120           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
121         
122         
123         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
124           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
125         
126         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
127           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
128         
129         
130         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
131           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
132         
133         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
134           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
135         
136         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
137           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
138         
139         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
140           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
141         
142         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
143           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
144         
145         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
146           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
147         
148         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
149           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
150         
151         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
152           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
153         
154         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
155           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
156         
157         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
158           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
159         
160         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
161           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
162         
163         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
164           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
165         
166         
167         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
168           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
169         
170         
171         public static gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
172           return (gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
173         
174         
175         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 {
176           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
177         
178         
179         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 {
180           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
181         
182         private Factory() { } 
183     }
184 }