1
2
3
4
5
6
7
8
9 package gov.grants.apply.system.grantsCommonElementsV10;
10
11
12
13
14
15
16
17 public interface AttachmentDocument 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(AttachmentDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("attachmentb53bdoctype");
21
22
23
24
25 gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument.Attachment getAttachment();
26
27
28
29
30 void setAttachment(gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument.Attachment attachment);
31
32
33
34
35 gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument.Attachment addNewAttachment();
36
37
38
39
40
41
42 public interface Attachment 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(Attachment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("attachmentf9daelemtype");
46
47
48
49
50 java.lang.String getFileContentId();
51
52
53
54
55 gov.grants.apply.system.grantsCommonTypesV10.FileContentIdType xgetFileContentId();
56
57
58
59
60 void setFileContentId(java.lang.String fileContentId);
61
62
63
64
65 void xsetFileContentId(gov.grants.apply.system.grantsCommonTypesV10.FileContentIdType fileContentId);
66
67
68
69
70 byte[] getFileDataHandler();
71
72
73
74
75 org.apache.xmlbeans.XmlBase64Binary xgetFileDataHandler();
76
77
78
79
80 void setFileDataHandler(byte[] fileDataHandler);
81
82
83
84
85 void xsetFileDataHandler(org.apache.xmlbeans.XmlBase64Binary fileDataHandler);
86
87
88
89
90
91
92 public static final class Factory
93 {
94 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument.Attachment newInstance() {
95 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument.Attachment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
96
97 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument.Attachment newInstance(org.apache.xmlbeans.XmlOptions options) {
98 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument.Attachment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
99
100 private Factory() { }
101 }
102 }
103
104
105
106
107
108
109 public static final class Factory
110 {
111 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument newInstance() {
112 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
113
114 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
115 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
116
117
118 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
119 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
120
121 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
122 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
123
124
125 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
126 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
127
128 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
129 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
130
131 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
132 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
133
134 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
135 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
136
137 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
138 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
139
140 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
141 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
142
143 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
144 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
145
146 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
147 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
148
149 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
150 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
151
152 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
153 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
154
155 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
156 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
157
158 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
159 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
160
161
162 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
163 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
164
165
166 public static gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
167 return (gov.grants.apply.system.grantsCommonElementsV10.AttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
168
169
170 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 {
171 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
172
173
174 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 {
175 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
176
177 private Factory() { }
178 }
179 }