View Javadoc
1   /*
2    * An XML document type.
3    * Localname: AbstractAttachments
4    * Namespace: http://apply.grants.gov/forms/ED_Abstract-V1.0
5    * Java type: gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.edAbstractV10;
10  
11  
12  /**
13   * A document containing one AbstractAttachments(@http://apply.grants.gov/forms/ED_Abstract-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface AbstractAttachmentsDocument 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(AbstractAttachmentsDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("abstractattachments4c79doctype");
21      
22      /**
23       * Gets the "AbstractAttachments" element
24       */
25      gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument.AbstractAttachments getAbstractAttachments();
26      
27      /**
28       * Sets the "AbstractAttachments" element
29       */
30      void setAbstractAttachments(gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument.AbstractAttachments abstractAttachments);
31      
32      /**
33       * Appends and returns a new empty "AbstractAttachments" element
34       */
35      gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument.AbstractAttachments addNewAbstractAttachments();
36      
37      /**
38       * An XML AbstractAttachments(@http://apply.grants.gov/forms/ED_Abstract-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface AbstractAttachments 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(AbstractAttachments.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("abstractattachments163felemtype");
46          
47          /**
48           * Gets the "Attachments" element
49           */
50          gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttachments();
51          
52          /**
53           * Sets the "Attachments" element
54           */
55          void setAttachments(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attachments);
56          
57          /**
58           * Appends and returns a new empty "Attachments" element
59           */
60          gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttachments();
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.globalV10.StringMin1Max30Type 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.globalV10.StringMin1Max30Type formVersion);
81          
82          /**
83           * A factory class with static methods for creating instances
84           * of this type.
85           */
86          
87          public static final class Factory
88          {
89              public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument.AbstractAttachments newInstance() {
90                return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument.AbstractAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
91              
92              public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument.AbstractAttachments newInstance(org.apache.xmlbeans.XmlOptions options) {
93                return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument.AbstractAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
94              
95              private Factory() { } // No instance of this class allowed
96          }
97      }
98      
99      /**
100      * A factory class with static methods for creating instances
101      * of this type.
102      */
103     
104     public static final class Factory
105     {
106         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument newInstance() {
107           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
108         
109         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
110           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
111         
112         /** @param xmlAsString the string value to parse */
113         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
114           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
115         
116         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
117           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
118         
119         /** @param file the file from which to load an xml document */
120         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
121           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
122         
123         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
124           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
125         
126         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
127           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
128         
129         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
130           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
131         
132         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
133           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
134         
135         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
136           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
137         
138         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
139           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
140         
141         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
142           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
143         
144         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
145           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
146         
147         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
148           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
149         
150         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
151           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
152         
153         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
154           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
155         
156         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
157         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
158           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
159         
160         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
161         public static gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
162           return (gov.grants.apply.forms.edAbstractV10.AbstractAttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
163         
164         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
165         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 {
166           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
167         
168         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
169         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 {
170           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
171         
172         private Factory() { } // No instance of this class allowed
173     }
174 }