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