View Javadoc
1   /*
2    * An XML document type.
3    * Localname: OtherEligibleApplicantExplanation
4    * Namespace: http://apply.grants.gov/system/GrantsFundingSynopsis-V2.0
5    * Java type: gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.system.grantsFundingSynopsisV20;
10  
11  
12  /**
13   * A document containing one OtherEligibleApplicantExplanation(@http://apply.grants.gov/system/GrantsFundingSynopsis-V2.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface OtherEligibleApplicantExplanationDocument 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(OtherEligibleApplicantExplanationDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("othereligibleapplicantexplanation6bd0doctype");
21      
22      /**
23       * Gets the "OtherEligibleApplicantExplanation" element
24       */
25      java.lang.String getOtherEligibleApplicantExplanation();
26      
27      /**
28       * Gets (as xml) the "OtherEligibleApplicantExplanation" element
29       */
30      gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument.OtherEligibleApplicantExplanation xgetOtherEligibleApplicantExplanation();
31      
32      /**
33       * Sets the "OtherEligibleApplicantExplanation" element
34       */
35      void setOtherEligibleApplicantExplanation(java.lang.String otherEligibleApplicantExplanation);
36      
37      /**
38       * Sets (as xml) the "OtherEligibleApplicantExplanation" element
39       */
40      void xsetOtherEligibleApplicantExplanation(gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument.OtherEligibleApplicantExplanation otherEligibleApplicantExplanation);
41      
42      /**
43       * An XML OtherEligibleApplicantExplanation(@http://apply.grants.gov/system/GrantsFundingSynopsis-V2.0).
44       *
45       * This is an atomic type that is a restriction of gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument$OtherEligibleApplicantExplanation.
46       */
47      public interface OtherEligibleApplicantExplanation 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(OtherEligibleApplicantExplanation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("othereligibleapplicantexplanation79faelemtype");
51          
52          /**
53           * A factory class with static methods for creating instances
54           * of this type.
55           */
56          
57          public static final class Factory
58          {
59              public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument.OtherEligibleApplicantExplanation newValue(java.lang.Object obj) {
60                return (gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument.OtherEligibleApplicantExplanation) type.newValue( obj ); }
61              
62              public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument.OtherEligibleApplicantExplanation newInstance() {
63                return (gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument.OtherEligibleApplicantExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
64              
65              public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument.OtherEligibleApplicantExplanation newInstance(org.apache.xmlbeans.XmlOptions options) {
66                return (gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument.OtherEligibleApplicantExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
67              
68              private Factory() { } // No instance of this class allowed
69          }
70      }
71      
72      /**
73       * A factory class with static methods for creating instances
74       * of this type.
75       */
76      
77      public static final class Factory
78      {
79          public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument newInstance() {
80            return (gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
81          
82          public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
83            return (gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
84          
85          /** @param xmlAsString the string value to parse */
86          public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
87            return (gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
88          
89          public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
90            return (gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
91          
92          /** @param file the file from which to load an xml document */
93          public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
94            return (gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
95          
96          public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument 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.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
98          
99          public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
100           return (gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
101         
102         public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument 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.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
104         
105         public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
106           return (gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
107         
108         public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument 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.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
110         
111         public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
112           return (gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
113         
114         public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument 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.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
116         
117         public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
118           return (gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
119         
120         public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
121           return (gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
122         
123         public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
124           return (gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
125         
126         public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
127           return (gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
128         
129         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
130         public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument 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.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
132         
133         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
134         public static gov.grants.apply.system.grantsFundingSynopsisV20.OtherEligibleApplicantExplanationDocument 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.OtherEligibleApplicantExplanationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
136         
137         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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() { } // No instance of this class allowed
146     }
147 }