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 SubmissionTitleDocument 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(SubmissionTitleDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("submissiontitlef2e4doctype");
21      
22      
23  
24  
25      java.lang.String getSubmissionTitle();
26      
27      
28  
29  
30      gov.grants.apply.system.grantsCommonTypesV10.StringMin1Max240Type xgetSubmissionTitle();
31      
32      
33  
34  
35      void setSubmissionTitle(java.lang.String submissionTitle);
36      
37      
38  
39  
40      void xsetSubmissionTitle(gov.grants.apply.system.grantsCommonTypesV10.StringMin1Max240Type submissionTitle);
41      
42      
43  
44  
45  
46      
47      public static final class Factory
48      {
49          public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument newInstance() {
50            return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
51          
52          public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
53            return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
54          
55          
56          public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
57            return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
58          
59          public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
60            return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
61          
62          
63          public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
64            return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
65          
66          public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
67            return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
68          
69          public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
70            return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
71          
72          public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
73            return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
74          
75          public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
76            return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
77          
78          public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
79            return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
80          
81          public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
82            return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
83          
84          public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
85            return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
86          
87          public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
88            return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
89          
90          public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
91            return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
92          
93          public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
94            return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
95          
96          public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
97            return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
98          
99          
100         public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
101           return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
102         
103         
104         public static gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
105           return (gov.grants.apply.system.grantsCommonElementsV10.SubmissionTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
106         
107         
108         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 {
109           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
110         
111         
112         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 {
113           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
114         
115         private Factory() { } 
116     }
117 }