1
2
3
4
5
6
7
8
9 package gov.grants.apply.system.globalV10;
10
11
12
13
14
15
16
17 public interface HashValueDocument 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(HashValueDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("hashvalue6143doctype");
21
22
23
24
25 gov.grants.apply.system.globalV10.HashValueDocument.HashValue getHashValue();
26
27
28
29
30 void setHashValue(gov.grants.apply.system.globalV10.HashValueDocument.HashValue hashValue);
31
32
33
34
35 gov.grants.apply.system.globalV10.HashValueDocument.HashValue addNewHashValue();
36
37
38
39
40
41
42 public interface HashValue extends org.apache.xmlbeans.XmlBase64Binary
43 {
44 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
45 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(HashValue.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("hashvaluef914elemtype");
46
47
48
49
50 java.lang.String getHashAlgorithm();
51
52
53
54
55 org.apache.xmlbeans.XmlString xgetHashAlgorithm();
56
57
58
59
60 void setHashAlgorithm(java.lang.String hashAlgorithm);
61
62
63
64
65 void xsetHashAlgorithm(org.apache.xmlbeans.XmlString hashAlgorithm);
66
67
68
69
70
71
72 public static final class Factory
73 {
74 public static gov.grants.apply.system.globalV10.HashValueDocument.HashValue newInstance() {
75 return (gov.grants.apply.system.globalV10.HashValueDocument.HashValue) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
76
77 public static gov.grants.apply.system.globalV10.HashValueDocument.HashValue newInstance(org.apache.xmlbeans.XmlOptions options) {
78 return (gov.grants.apply.system.globalV10.HashValueDocument.HashValue) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
79
80 private Factory() { }
81 }
82 }
83
84
85
86
87
88
89 public static final class Factory
90 {
91 public static gov.grants.apply.system.globalV10.HashValueDocument newInstance() {
92 return (gov.grants.apply.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
93
94 public static gov.grants.apply.system.globalV10.HashValueDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
95 return (gov.grants.apply.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
96
97
98 public static gov.grants.apply.system.globalV10.HashValueDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
99 return (gov.grants.apply.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
100
101 public static gov.grants.apply.system.globalV10.HashValueDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
102 return (gov.grants.apply.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
103
104
105 public static gov.grants.apply.system.globalV10.HashValueDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
106 return (gov.grants.apply.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
107
108 public static gov.grants.apply.system.globalV10.HashValueDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
109 return (gov.grants.apply.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
110
111 public static gov.grants.apply.system.globalV10.HashValueDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
112 return (gov.grants.apply.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
113
114 public static gov.grants.apply.system.globalV10.HashValueDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
115 return (gov.grants.apply.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
116
117 public static gov.grants.apply.system.globalV10.HashValueDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
118 return (gov.grants.apply.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
119
120 public static gov.grants.apply.system.globalV10.HashValueDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
121 return (gov.grants.apply.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
122
123 public static gov.grants.apply.system.globalV10.HashValueDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
124 return (gov.grants.apply.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
125
126 public static gov.grants.apply.system.globalV10.HashValueDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
127 return (gov.grants.apply.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
128
129 public static gov.grants.apply.system.globalV10.HashValueDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
130 return (gov.grants.apply.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
131
132 public static gov.grants.apply.system.globalV10.HashValueDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
133 return (gov.grants.apply.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
134
135 public static gov.grants.apply.system.globalV10.HashValueDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
136 return (gov.grants.apply.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
137
138 public static gov.grants.apply.system.globalV10.HashValueDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
139 return (gov.grants.apply.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
140
141
142 public static gov.grants.apply.system.globalV10.HashValueDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
143 return (gov.grants.apply.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
144
145
146 public static gov.grants.apply.system.globalV10.HashValueDocument 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.system.globalV10.HashValueDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
148
149
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
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() { }
158 }
159 }