View Javadoc
1   /*
2    * An XML document type.
3    * Localname: HHS_Certifications
4    * Namespace: http://apply.grants.gov/forms/HHS_Certifications-V1.0
5    * Java type: gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.hhsCertificationsV10;
10  
11  
12  /**
13   * A document containing one HHS_Certifications(@http://apply.grants.gov/forms/HHS_Certifications-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface HHSCertificationsDocument 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(HHSCertificationsDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("hhscertifications8bfddoctype");
21      
22      /**
23       * Gets the "HHS_Certifications" element
24       */
25      gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument.HHSCertifications getHHSCertifications();
26      
27      /**
28       * Sets the "HHS_Certifications" element
29       */
30      void setHHSCertifications(gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument.HHSCertifications hhsCertifications);
31      
32      /**
33       * Appends and returns a new empty "HHS_Certifications" element
34       */
35      gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument.HHSCertifications addNewHHSCertifications();
36      
37      /**
38       * An XML HHS_Certifications(@http://apply.grants.gov/forms/HHS_Certifications-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface HHSCertifications 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(HHSCertifications.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("hhscertificationsdd3celemtype");
46          
47          /**
48           * Gets the "FormVersion" attribute
49           */
50          java.lang.String getFormVersion();
51          
52          /**
53           * Gets (as xml) the "FormVersion" attribute
54           */
55          gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
56          
57          /**
58           * Sets the "FormVersion" attribute
59           */
60          void setFormVersion(java.lang.String formVersion);
61          
62          /**
63           * Sets (as xml) the "FormVersion" attribute
64           */
65          void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
66          
67          /**
68           * A factory class with static methods for creating instances
69           * of this type.
70           */
71          
72          public static final class Factory
73          {
74              public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument.HHSCertifications newInstance() {
75                return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument.HHSCertifications) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
76              
77              public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument.HHSCertifications newInstance(org.apache.xmlbeans.XmlOptions options) {
78                return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument.HHSCertifications) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
79              
80              private Factory() { } // No instance of this class allowed
81          }
82      }
83      
84      /**
85       * A factory class with static methods for creating instances
86       * of this type.
87       */
88      
89      public static final class Factory
90      {
91          public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument newInstance() {
92            return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
93          
94          public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
95            return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
96          
97          /** @param xmlAsString the string value to parse */
98          public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
99            return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
100         
101         public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
102           return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
103         
104         /** @param file the file from which to load an xml document */
105         public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
106           return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
107         
108         public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
109           return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
110         
111         public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
112           return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
113         
114         public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
115           return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
116         
117         public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
118           return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
119         
120         public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
121           return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
122         
123         public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
124           return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
125         
126         public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
127           return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
128         
129         public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
130           return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
131         
132         public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
133           return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
134         
135         public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
136           return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
137         
138         public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
139           return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
140         
141         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
142         public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
143           return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
144         
145         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
146         public static gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
147           return (gov.grants.apply.forms.hhsCertificationsV10.HHSCertificationsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
148         
149         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
150         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 {
151           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
152         
153         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
154         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 {
155           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
156         
157         private Factory() { } // No instance of this class allowed
158     }
159 }