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 ElectronicSignatureRequiredDocument 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(ElectronicSignatureRequiredDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("electronicsignaturerequired040adoctype");
21      
22      
23  
24  
25      gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired.Enum getElectronicSignatureRequired();
26      
27      
28  
29  
30      gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired xgetElectronicSignatureRequired();
31      
32      
33  
34  
35      void setElectronicSignatureRequired(gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired.Enum electronicSignatureRequired);
36      
37      
38  
39  
40      void xsetElectronicSignatureRequired(gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired electronicSignatureRequired);
41      
42      
43  
44  
45  
46  
47      public interface ElectronicSignatureRequired 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(ElectronicSignatureRequired.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("electronicsignaturerequiredea71elemtype");
51          
52          org.apache.xmlbeans.StringEnumAbstractBase enumValue();
53          void set(org.apache.xmlbeans.StringEnumAbstractBase e);
54          
55          static final Enum Y = Enum.forString("Y");
56          static final Enum N = Enum.forString("N");
57          
58          static final int INT_Y = Enum.INT_Y;
59          static final int INT_N = Enum.INT_N;
60          
61          
62  
63  
64  
65  
66  
67  
68  
69  
70  
71  
72  
73  
74  
75  
76          static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
77          {
78              
79  
80  
81              public static Enum forString(java.lang.String s)
82                  { return (Enum)table.forString(s); }
83              
84  
85  
86              public static Enum forInt(int i)
87                  { return (Enum)table.forInt(i); }
88              
89              private Enum(java.lang.String s, int i)
90                  { super(s, i); }
91              
92              static final int INT_Y = 1;
93              static final int INT_N = 2;
94              
95              public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
96                  new org.apache.xmlbeans.StringEnumAbstractBase.Table
97              (
98                  new Enum[]
99                  {
100                     new Enum("Y", INT_Y),
101                     new Enum("N", INT_N),
102                 }
103             );
104             private static final long serialVersionUID = 1L;
105             private java.lang.Object readResolve() { return forInt(intValue()); } 
106         }
107         
108         
109 
110 
111 
112         
113         public static final class Factory
114         {
115             public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired newValue(java.lang.Object obj) {
116               return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired) type.newValue( obj ); }
117             
118             public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired newInstance() {
119               return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
120             
121             public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired newInstance(org.apache.xmlbeans.XmlOptions options) {
122               return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
123             
124             private Factory() { } 
125         }
126     }
127     
128     
129 
130 
131 
132     
133     public static final class Factory
134     {
135         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument newInstance() {
136           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
137         
138         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
139           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
140         
141         
142         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
143           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
144         
145         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
146           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
147         
148         
149         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
150           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
151         
152         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
153           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
154         
155         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
156           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
157         
158         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
159           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
160         
161         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
162           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
163         
164         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
165           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
166         
167         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
168           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
169         
170         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
171           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
172         
173         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
174           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
175         
176         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
177           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
178         
179         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
180           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
181         
182         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
183           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
184         
185         
186         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
187           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
188         
189         
190         public static gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
191           return (gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
192         
193         
194         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 {
195           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
196         
197         
198         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 {
199           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
200         
201         private Factory() { } 
202     }
203 }