1
2
3
4
5
6
7
8
9 package gov.grants.apply.system.agencyManagePackageV10;
10
11
12
13
14
15
16
17 public interface GracePeriodDaysDocument 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(GracePeriodDaysDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("graceperioddaysd5bfdoctype");
21
22
23
24
25 java.lang.String getGracePeriodDays();
26
27
28
29
30 gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays xgetGracePeriodDays();
31
32
33
34
35 void setGracePeriodDays(java.lang.String gracePeriodDays);
36
37
38
39
40 void xsetGracePeriodDays(gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays gracePeriodDays);
41
42
43
44
45
46
47 public interface GracePeriodDays 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(GracePeriodDays.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("graceperioddaysa69belemtype");
51
52
53
54
55
56
57 public static final class Factory
58 {
59 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays newValue(java.lang.Object obj) {
60 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays) type.newValue( obj ); }
61
62 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays newInstance() {
63 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
64
65 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays newInstance(org.apache.xmlbeans.XmlOptions options) {
66 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
67
68 private Factory() { }
69 }
70 }
71
72
73
74
75
76
77 public static final class Factory
78 {
79 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument newInstance() {
80 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
81
82 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
83 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
84
85
86 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
87 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
88
89 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
90 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
91
92
93 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
94 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
95
96 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
97 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
98
99 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
100 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
101
102 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
103 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
104
105 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
106 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
107
108 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
109 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
110
111 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
112 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
113
114 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
115 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
116
117 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
118 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
119
120 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
121 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
122
123 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
124 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
125
126 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
127 return (gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
128
129
130 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument 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.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
132
133
134 public static gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument 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.agencyManagePackageV10.GracePeriodDaysDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
136
137
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
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() { }
146 }
147 }