1   
2   
3   
4   
5   
6   
7   
8   
9   package gov.grants.apply.system.grantsFundingSynopsisV20;
10  
11  
12  
13  
14  
15  
16  
17  public interface AwardFloorDocument 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(AwardFloorDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("awardfloor5333doctype");
21      
22      
23  
24  
25      java.lang.String getAwardFloor();
26      
27      
28  
29  
30      gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument.AwardFloor xgetAwardFloor();
31      
32      
33  
34  
35      void setAwardFloor(java.lang.String awardFloor);
36      
37      
38  
39  
40      void xsetAwardFloor(gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument.AwardFloor awardFloor);
41      
42      
43  
44  
45  
46  
47      public interface AwardFloor extends org.apache.xmlbeans.XmlString
48      {
49          public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
50              org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AwardFloor.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("awardfloorfa68elemtype");
51          
52          
53  
54  
55  
56          
57          public static final class Factory
58          {
59              public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument.AwardFloor newValue(java.lang.Object obj) {
60                return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument.AwardFloor) type.newValue( obj ); }
61              
62              public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument.AwardFloor newInstance() {
63                return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument.AwardFloor) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
64              
65              public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument.AwardFloor newInstance(org.apache.xmlbeans.XmlOptions options) {
66                return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument.AwardFloor) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
67              
68              private Factory() { } 
69          }
70      }
71      
72      
73  
74  
75  
76      
77      public static final class Factory
78      {
79          public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument newInstance() {
80            return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
81          
82          public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
83            return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
84          
85          
86          public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
87            return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
88          
89          public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
90            return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
91          
92          
93          public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
94            return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
95          
96          public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
97            return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
98          
99          public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
100           return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
101         
102         public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
103           return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
104         
105         public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
106           return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
107         
108         public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
109           return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
110         
111         public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
112           return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
113         
114         public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
115           return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
116         
117         public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
118           return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
119         
120         public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
121           return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
122         
123         public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
124           return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
125         
126         public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
127           return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
128         
129         
130         public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
131           return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
132         
133         
134         public static gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
135           return (gov.grants.apply.system.grantsFundingSynopsisV20.AwardFloorDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
136         
137         
138         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 {
139           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
140         
141         
142         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 {
143           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
144         
145         private Factory() { } 
146     }
147 }