View Javadoc
1   /*
2    * An XML document type.
3    * Localname: ComplianceCertification
4    * Namespace: http://apply.grants.gov/forms/DOJ_CertificationCompliance-V1.1
5    * Java type: gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.dojCertificationComplianceV11;
10  
11  
12  /**
13   * A document containing one ComplianceCertification(@http://apply.grants.gov/forms/DOJ_CertificationCompliance-V1.1) element.
14   *
15   * This is a complex type.
16   */
17  public interface ComplianceCertificationDocument 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(ComplianceCertificationDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("compliancecertificationb836doctype");
21      
22      /**
23       * Gets the "ComplianceCertification" element
24       */
25      gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument.ComplianceCertification getComplianceCertification();
26      
27      /**
28       * Sets the "ComplianceCertification" element
29       */
30      void setComplianceCertification(gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument.ComplianceCertification complianceCertification);
31      
32      /**
33       * Appends and returns a new empty "ComplianceCertification" element
34       */
35      gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument.ComplianceCertification addNewComplianceCertification();
36      
37      /**
38       * An XML ComplianceCertification(@http://apply.grants.gov/forms/DOJ_CertificationCompliance-V1.1).
39       *
40       * This is a complex type.
41       */
42      public interface ComplianceCertification 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(ComplianceCertification.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("compliancecertificationd9ebelemtype");
46          
47          /**
48           * Gets the "AuthorizedRep" element
49           */
50          gov.grants.apply.system.globalLibraryV20.HumanNameDataType getAuthorizedRep();
51          
52          /**
53           * Sets the "AuthorizedRep" element
54           */
55          void setAuthorizedRep(gov.grants.apply.system.globalLibraryV20.HumanNameDataType authorizedRep);
56          
57          /**
58           * Appends and returns a new empty "AuthorizedRep" element
59           */
60          gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewAuthorizedRep();
61          
62          /**
63           * Gets the "LegalName" element
64           */
65          java.lang.String getLegalName();
66          
67          /**
68           * Gets (as xml) the "LegalName" element
69           */
70          gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetLegalName();
71          
72          /**
73           * Sets the "LegalName" element
74           */
75          void setLegalName(java.lang.String legalName);
76          
77          /**
78           * Sets (as xml) the "LegalName" element
79           */
80          void xsetLegalName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType legalName);
81          
82          /**
83           * Gets the "Esignature" element
84           */
85          java.lang.String getEsignature();
86          
87          /**
88           * Gets (as xml) the "Esignature" element
89           */
90          gov.grants.apply.system.globalLibraryV20.SignatureDataType xgetEsignature();
91          
92          /**
93           * Sets the "Esignature" element
94           */
95          void setEsignature(java.lang.String esignature);
96          
97          /**
98           * Sets (as xml) the "Esignature" element
99           */
100         void xsetEsignature(gov.grants.apply.system.globalLibraryV20.SignatureDataType esignature);
101         
102         /**
103          * Gets the "Title" element
104          */
105         java.lang.String getTitle();
106         
107         /**
108          * Gets (as xml) the "Title" element
109          */
110         gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetTitle();
111         
112         /**
113          * Sets the "Title" element
114          */
115         void setTitle(java.lang.String title);
116         
117         /**
118          * Sets (as xml) the "Title" element
119          */
120         void xsetTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType title);
121         
122         /**
123          * Gets the "DateSigned" element
124          */
125         java.util.Calendar getDateSigned();
126         
127         /**
128          * Gets (as xml) the "DateSigned" element
129          */
130         org.apache.xmlbeans.XmlDate xgetDateSigned();
131         
132         /**
133          * Sets the "DateSigned" element
134          */
135         void setDateSigned(java.util.Calendar dateSigned);
136         
137         /**
138          * Sets (as xml) the "DateSigned" element
139          */
140         void xsetDateSigned(org.apache.xmlbeans.XmlDate dateSigned);
141         
142         /**
143          * Gets the "FormVersion" attribute
144          */
145         java.lang.String getFormVersion();
146         
147         /**
148          * Gets (as xml) the "FormVersion" attribute
149          */
150         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
151         
152         /**
153          * Sets the "FormVersion" attribute
154          */
155         void setFormVersion(java.lang.String formVersion);
156         
157         /**
158          * Sets (as xml) the "FormVersion" attribute
159          */
160         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
161         
162         /**
163          * A factory class with static methods for creating instances
164          * of this type.
165          */
166         
167         public static final class Factory
168         {
169             public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument.ComplianceCertification newInstance() {
170               return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument.ComplianceCertification) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
171             
172             public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument.ComplianceCertification newInstance(org.apache.xmlbeans.XmlOptions options) {
173               return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument.ComplianceCertification) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
174             
175             private Factory() { } // No instance of this class allowed
176         }
177     }
178     
179     /**
180      * A factory class with static methods for creating instances
181      * of this type.
182      */
183     
184     public static final class Factory
185     {
186         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument newInstance() {
187           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
188         
189         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
190           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
191         
192         /** @param xmlAsString the string value to parse */
193         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
194           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
195         
196         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
197           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
198         
199         /** @param file the file from which to load an xml document */
200         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
201           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
202         
203         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
204           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
205         
206         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
207           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
208         
209         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
210           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
211         
212         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
213           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
214         
215         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
216           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
217         
218         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
219           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
220         
221         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
222           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
223         
224         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
225           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
226         
227         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
228           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
229         
230         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
231           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
232         
233         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
234           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
235         
236         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
237         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
238           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
239         
240         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
241         public static gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
242           return (gov.grants.apply.forms.dojCertificationComplianceV11.ComplianceCertificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
243         
244         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
245         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 {
246           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
247         
248         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
249         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 {
250           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
251         
252         private Factory() { } // No instance of this class allowed
253     }
254 }