View Javadoc
1   /*
2    * An XML document type.
3    * Localname: Project_Abstract
4    * Namespace: http://apply.grants.gov/forms/Project_Abstract-V1.0
5    * Java type: gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.projectAbstractV10;
10  
11  
12  /**
13   * A document containing one Project_Abstract(@http://apply.grants.gov/forms/Project_Abstract-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface ProjectAbstractDocument 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(ProjectAbstractDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectabstract529ddoctype");
21      
22      /**
23       * Gets the "Project_Abstract" element
24       */
25      gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument.ProjectAbstract getProjectAbstract();
26      
27      /**
28       * Sets the "Project_Abstract" element
29       */
30      void setProjectAbstract(gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument.ProjectAbstract projectAbstract);
31      
32      /**
33       * Appends and returns a new empty "Project_Abstract" element
34       */
35      gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument.ProjectAbstract addNewProjectAbstract();
36      
37      /**
38       * An XML Project_Abstract(@http://apply.grants.gov/forms/Project_Abstract-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface ProjectAbstract 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(ProjectAbstract.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectabstractd6b9elemtype");
46          
47          /**
48           * Gets the "ProjectAbstractAddAttachment" element
49           */
50          gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument.ProjectAbstract.ProjectAbstractAddAttachment getProjectAbstractAddAttachment();
51          
52          /**
53           * Sets the "ProjectAbstractAddAttachment" element
54           */
55          void setProjectAbstractAddAttachment(gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument.ProjectAbstract.ProjectAbstractAddAttachment projectAbstractAddAttachment);
56          
57          /**
58           * Appends and returns a new empty "ProjectAbstractAddAttachment" element
59           */
60          gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument.ProjectAbstract.ProjectAbstractAddAttachment addNewProjectAbstractAddAttachment();
61          
62          /**
63           * Gets the "FormVersion" attribute
64           */
65          java.lang.String getFormVersion();
66          
67          /**
68           * Gets (as xml) the "FormVersion" attribute
69           */
70          gov.grants.apply.system.globalLibraryV10.FormVersionDataType xgetFormVersion();
71          
72          /**
73           * Sets the "FormVersion" attribute
74           */
75          void setFormVersion(java.lang.String formVersion);
76          
77          /**
78           * Sets (as xml) the "FormVersion" attribute
79           */
80          void xsetFormVersion(gov.grants.apply.system.globalLibraryV10.FormVersionDataType formVersion);
81          
82          /**
83           * An XML ProjectAbstractAddAttachment(@http://apply.grants.gov/forms/Project_Abstract-V1.0).
84           *
85           * This is a complex type.
86           */
87          public interface ProjectAbstractAddAttachment extends org.apache.xmlbeans.XmlObject
88          {
89              public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
90                  org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectAbstractAddAttachment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectabstractaddattachment993eelemtype");
91              
92              /**
93               * Gets the "AttachedFile" element
94               */
95              gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttachedFile();
96              
97              /**
98               * Sets the "AttachedFile" element
99               */
100             void setAttachedFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attachedFile);
101             
102             /**
103              * Appends and returns a new empty "AttachedFile" element
104              */
105             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttachedFile();
106             
107             /**
108              * A factory class with static methods for creating instances
109              * of this type.
110              */
111             
112             public static final class Factory
113             {
114                 public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument.ProjectAbstract.ProjectAbstractAddAttachment newInstance() {
115                   return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument.ProjectAbstract.ProjectAbstractAddAttachment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
116                 
117                 public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument.ProjectAbstract.ProjectAbstractAddAttachment newInstance(org.apache.xmlbeans.XmlOptions options) {
118                   return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument.ProjectAbstract.ProjectAbstractAddAttachment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
119                 
120                 private Factory() { } // No instance of this class allowed
121             }
122         }
123         
124         /**
125          * A factory class with static methods for creating instances
126          * of this type.
127          */
128         
129         public static final class Factory
130         {
131             public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument.ProjectAbstract newInstance() {
132               return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument.ProjectAbstract) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
133             
134             public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument.ProjectAbstract newInstance(org.apache.xmlbeans.XmlOptions options) {
135               return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument.ProjectAbstract) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
136             
137             private Factory() { } // No instance of this class allowed
138         }
139     }
140     
141     /**
142      * A factory class with static methods for creating instances
143      * of this type.
144      */
145     
146     public static final class Factory
147     {
148         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument newInstance() {
149           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
150         
151         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
152           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
153         
154         /** @param xmlAsString the string value to parse */
155         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
156           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
157         
158         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
159           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
160         
161         /** @param file the file from which to load an xml document */
162         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
163           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
164         
165         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
166           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
167         
168         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
169           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
170         
171         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
172           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
173         
174         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
175           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
176         
177         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
178           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
179         
180         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
181           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
182         
183         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
184           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
185         
186         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
187           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
188         
189         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
190           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
191         
192         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
193           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
194         
195         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
196           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
197         
198         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
199         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
200           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
201         
202         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
203         public static gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
204           return (gov.grants.apply.forms.projectAbstractV10.ProjectAbstractDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
205         
206         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
207         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 {
208           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
209         
210         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
211         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 {
212           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
213         
214         private Factory() { } // No instance of this class allowed
215     }
216 }