View Javadoc
1   /*
2    * An XML document type.
3    * Localname: GEPA427Attachments
4    * Namespace: http://apply.grants.gov/forms/ED_GEPA427-V1.0
5    * Java type: gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.edGEPA427V10;
10  
11  
12  /**
13   * A document containing one GEPA427Attachments(@http://apply.grants.gov/forms/ED_GEPA427-V1.0) element.
14   *
15   * This is a complex type.
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       * Gets the "GEPA427Attachments" element
24       */
25      gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument.GEPA427Attachments getGEPA427Attachments();
26      
27      /**
28       * Sets the "GEPA427Attachments" element
29       */
30      void setGEPA427Attachments(gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument.GEPA427Attachments gepa427Attachments);
31      
32      /**
33       * Appends and returns a new empty "GEPA427Attachments" element
34       */
35      gov.grants.apply.forms.edGEPA427V10.GEPA427AttachmentsDocument.GEPA427Attachments addNewGEPA427Attachments();
36      
37      /**
38       * An XML GEPA427Attachments(@http://apply.grants.gov/forms/ED_GEPA427-V1.0).
39       *
40       * This is a complex type.
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           * Gets the "Attachments" element
49           */
50          gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttachments();
51          
52          /**
53           * True if has "Attachments" element
54           */
55          boolean isSetAttachments();
56          
57          /**
58           * Sets the "Attachments" element
59           */
60          void setAttachments(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attachments);
61          
62          /**
63           * Appends and returns a new empty "Attachments" element
64           */
65          gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttachments();
66          
67          /**
68           * Unsets the "Attachments" element
69           */
70          void unsetAttachments();
71          
72          /**
73           * Gets the "FormVersion" attribute
74           */
75          java.lang.String getFormVersion();
76          
77          /**
78           * Gets (as xml) the "FormVersion" attribute
79           */
80          gov.grants.apply.system.globalV10.StringMin1Max30Type xgetFormVersion();
81          
82          /**
83           * Sets the "FormVersion" attribute
84           */
85          void setFormVersion(java.lang.String formVersion);
86          
87          /**
88           * Sets (as xml) the "FormVersion" attribute
89           */
90          void xsetFormVersion(gov.grants.apply.system.globalV10.StringMin1Max30Type formVersion);
91          
92          /**
93           * A factory class with static methods for creating instances
94           * of this type.
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() { } // No instance of this class allowed
106         }
107     }
108     
109     /**
110      * A factory class with static methods for creating instances
111      * of this type.
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         /** @param xmlAsString the string value to parse */
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         /** @param file the file from which to load an xml document */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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() { } // No instance of this class allowed
183     }
184 }