View Javadoc
1   /*
2    * An XML document type.
3    * Localname: NARA_ProjectSummaryAttachment
4    * Namespace: http://apply.grants.gov/forms/NARA_ProjectSummaryAttachment-V1.0
5    * Java type: gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.naraProjectSummaryAttachmentV10;
10  
11  
12  /**
13   * A document containing one NARA_ProjectSummaryAttachment(@http://apply.grants.gov/forms/NARA_ProjectSummaryAttachment-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface NARAProjectSummaryAttachmentDocument 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(NARAProjectSummaryAttachmentDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("naraprojectsummaryattachmentbfcfdoctype");
21      
22      /**
23       * Gets the "NARA_ProjectSummaryAttachment" element
24       */
25      gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument.NARAProjectSummaryAttachment getNARAProjectSummaryAttachment();
26      
27      /**
28       * Sets the "NARA_ProjectSummaryAttachment" element
29       */
30      void setNARAProjectSummaryAttachment(gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument.NARAProjectSummaryAttachment naraProjectSummaryAttachment);
31      
32      /**
33       * Appends and returns a new empty "NARA_ProjectSummaryAttachment" element
34       */
35      gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument.NARAProjectSummaryAttachment addNewNARAProjectSummaryAttachment();
36      
37      /**
38       * An XML NARA_ProjectSummaryAttachment(@http://apply.grants.gov/forms/NARA_ProjectSummaryAttachment-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface NARAProjectSummaryAttachment 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(NARAProjectSummaryAttachment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("naraprojectsummaryattachmentba96elemtype");
46          
47          /**
48           * Gets the "ProjectSummary" element
49           */
50          gov.grants.apply.system.attachmentsV10.AttachedFileDataType getProjectSummary();
51          
52          /**
53           * Sets the "ProjectSummary" element
54           */
55          void setProjectSummary(gov.grants.apply.system.attachmentsV10.AttachedFileDataType projectSummary);
56          
57          /**
58           * Appends and returns a new empty "ProjectSummary" element
59           */
60          gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewProjectSummary();
61          
62          /**
63           * Gets the "AdditionalProjectSummarys" element
64           */
65          gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType getAdditionalProjectSummarys();
66          
67          /**
68           * True if has "AdditionalProjectSummarys" element
69           */
70          boolean isSetAdditionalProjectSummarys();
71          
72          /**
73           * Sets the "AdditionalProjectSummarys" element
74           */
75          void setAdditionalProjectSummarys(gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType additionalProjectSummarys);
76          
77          /**
78           * Appends and returns a new empty "AdditionalProjectSummarys" element
79           */
80          gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType addNewAdditionalProjectSummarys();
81          
82          /**
83           * Unsets the "AdditionalProjectSummarys" element
84           */
85          void unsetAdditionalProjectSummarys();
86          
87          /**
88           * Gets the "FormVersion" attribute
89           */
90          java.lang.String getFormVersion();
91          
92          /**
93           * Gets (as xml) the "FormVersion" attribute
94           */
95          gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
96          
97          /**
98           * Sets the "FormVersion" attribute
99           */
100         void setFormVersion(java.lang.String formVersion);
101         
102         /**
103          * Sets (as xml) the "FormVersion" attribute
104          */
105         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
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.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument.NARAProjectSummaryAttachment newInstance() {
115               return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument.NARAProjectSummaryAttachment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
116             
117             public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument.NARAProjectSummaryAttachment newInstance(org.apache.xmlbeans.XmlOptions options) {
118               return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument.NARAProjectSummaryAttachment) 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.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument newInstance() {
132           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
133         
134         public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
135           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
136         
137         /** @param xmlAsString the string value to parse */
138         public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
139           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
140         
141         public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
142           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
143         
144         /** @param file the file from which to load an xml document */
145         public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
146           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
147         
148         public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
149           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
150         
151         public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
152           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
153         
154         public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
155           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
156         
157         public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
158           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
159         
160         public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
161           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
162         
163         public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
164           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
165         
166         public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
167           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
168         
169         public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
170           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
171         
172         public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
173           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
174         
175         public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
176           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
177         
178         public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
179           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
180         
181         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
182         public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
183           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
184         
185         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
186         public static gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
187           return (gov.grants.apply.forms.naraProjectSummaryAttachmentV10.NARAProjectSummaryAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
188         
189         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
190         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 {
191           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
192         
193         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
194         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 {
195           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
196         
197         private Factory() { } // No instance of this class allowed
198     }
199 }