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 ResponseMessageDocument 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(ResponseMessageDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("responsemessage4a0adoctype");
21      
22      
23  
24  
25      gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument.ResponseMessage.Enum getResponseMessage();
26      
27      
28  
29  
30      gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument.ResponseMessage xgetResponseMessage();
31      
32      
33  
34  
35      void setResponseMessage(gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument.ResponseMessage.Enum responseMessage);
36      
37      
38  
39  
40      void xsetResponseMessage(gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument.ResponseMessage responseMessage);
41      
42      
43  
44  
45  
46  
47      public interface ResponseMessage 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(ResponseMessage.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("responsemessage2df8elemtype");
51          
52          org.apache.xmlbeans.StringEnumAbstractBase enumValue();
53          void set(org.apache.xmlbeans.StringEnumAbstractBase e);
54          
55          static final Enum SUCCESS = Enum.forString("Success");
56          static final Enum FAILURE = Enum.forString("Failure");
57          
58          static final int INT_SUCCESS = Enum.INT_SUCCESS;
59          static final int INT_FAILURE = Enum.INT_FAILURE;
60          
61          
62  
63  
64  
65  
66  
67  
68  
69  
70  
71  
72  
73  
74  
75  
76          static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
77          {
78              
79  
80  
81              public static Enum forString(java.lang.String s)
82                  { return (Enum)table.forString(s); }
83              
84  
85  
86              public static Enum forInt(int i)
87                  { return (Enum)table.forInt(i); }
88              
89              private Enum(java.lang.String s, int i)
90                  { super(s, i); }
91              
92              static final int INT_SUCCESS = 1;
93              static final int INT_FAILURE = 2;
94              
95              public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
96                  new org.apache.xmlbeans.StringEnumAbstractBase.Table
97              (
98                  new Enum[]
99                  {
100                     new Enum("Success", INT_SUCCESS),
101                     new Enum("Failure", INT_FAILURE),
102                 }
103             );
104             private static final long serialVersionUID = 1L;
105             private java.lang.Object readResolve() { return forInt(intValue()); } 
106         }
107         
108         
109 
110 
111 
112         
113         public static final class Factory
114         {
115             public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument.ResponseMessage newValue(java.lang.Object obj) {
116               return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument.ResponseMessage) type.newValue( obj ); }
117             
118             public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument.ResponseMessage newInstance() {
119               return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument.ResponseMessage) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
120             
121             public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument.ResponseMessage newInstance(org.apache.xmlbeans.XmlOptions options) {
122               return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument.ResponseMessage) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
123             
124             private Factory() { } 
125         }
126     }
127     
128     
129 
130 
131 
132     
133     public static final class Factory
134     {
135         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument newInstance() {
136           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
137         
138         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
139           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
140         
141         
142         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
143           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
144         
145         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
146           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
147         
148         
149         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
150           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
151         
152         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
153           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
154         
155         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
156           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
157         
158         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
159           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
160         
161         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
162           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
163         
164         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
165           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
166         
167         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
168           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
169         
170         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
171           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
172         
173         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
174           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
175         
176         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
177           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
178         
179         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
180           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
181         
182         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
183           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
184         
185         
186         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
187           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
188         
189         
190         public static gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
191           return (gov.grants.apply.system.grantsCommonElementsV10.ResponseMessageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
192         
193         
194         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 {
195           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
196         
197         
198         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 {
199           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
200         
201         private Factory() { } 
202     }
203 }