1
2
3
4
5
6
7
8
9 package org.xmlhammer.model.project;
10
11 import javax.xml.bind.annotation.XmlRegistry;
12
13
14 /***
15 * This object contains factory methods for each
16 * Java content interface and Java element interface
17 * generated in the org.xmlhammer.model.project package.
18 * <p>An ObjectFactory allows you to programatically
19 * construct new instances of the Java representation
20 * for XML content. The Java representation of XML
21 * content can consist of schema derived interfaces
22 * and classes representing the binding of schema
23 * type definitions, element declarations and model
24 * groups. Factory methods for each of these are
25 * provided in this class.
26 *
27 */
28 @XmlRegistry
29 public class ObjectFactory {
30
31
32 /***
33 * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.xmlhammer.model.project
34 *
35 */
36 public ObjectFactory() {
37 }
38
39 /***
40 * Create an instance of {@link Error }
41 *
42 */
43 public Error createError() {
44 return new Error();
45 }
46
47 /***
48 * Create an instance of {@link ParameterisedSource }
49 *
50 */
51 public ParameterisedSource createParameterisedSource() {
52 return new ParameterisedSource();
53 }
54
55 /***
56 * Create an instance of {@link Object }
57 *
58 */
59 public Object createObject() {
60 return new Object();
61 }
62
63 /***
64 * Create an instance of {@link Parser }
65 *
66 */
67 public Parser createParser() {
68 return new Parser();
69 }
70
71 /***
72 * Create an instance of {@link String }
73 *
74 */
75 public String createString() {
76 return new String();
77 }
78
79 /***
80 * Create an instance of {@link Document }
81 *
82 */
83 public Document createDocument() {
84 return new Document();
85 }
86
87 /***
88 * Create an instance of {@link Text }
89 *
90 */
91 public Text createText() {
92 return new Text();
93 }
94
95 /***
96 * Create an instance of {@link Filter }
97 *
98 */
99 public Filter createFilter() {
100 return new Filter();
101 }
102
103 /***
104 * Create an instance of {@link Result }
105 *
106 */
107 public Result createResult() {
108 return new Result();
109 }
110
111 /***
112 * Create an instance of {@link ValueType }
113 *
114 */
115 public ValueType createValueType() {
116 return new ValueType();
117 }
118
119 /***
120 * Create an instance of {@link CharacterDataType }
121 *
122 */
123 public CharacterDataType createCharacterDataType() {
124 return new CharacterDataType();
125 }
126
127 /***
128 * Create an instance of {@link Valid }
129 *
130 */
131 public Valid createValid() {
132 return new Valid();
133 }
134
135 /***
136 * Create an instance of {@link Source }
137 *
138 */
139 public Source createSource() {
140 return new Source();
141 }
142
143 /***
144 * Create an instance of {@link Type }
145 *
146 */
147 public Type createType() {
148 return new Type();
149 }
150
151 /***
152 * Create an instance of {@link Attribute }
153 *
154 */
155 public Attribute createAttribute() {
156 return new Attribute();
157 }
158
159 /***
160 * Create an instance of {@link SchemaValidator }
161 *
162 */
163 public SchemaValidator createSchemaValidator() {
164 return new SchemaValidator();
165 }
166
167 /***
168 * Create an instance of {@link Number }
169 *
170 */
171 public Number createNumber() {
172 return new Number();
173 }
174
175 /***
176 * Create an instance of {@link Output }
177 *
178 */
179 public Output createOutput() {
180 return new Output();
181 }
182
183 /***
184 * Create an instance of {@link Exception }
185 *
186 */
187 public Exception createException() {
188 return new Exception();
189 }
190
191 /***
192 * Create an instance of {@link Boolean }
193 *
194 */
195 public Boolean createBoolean() {
196 return new Boolean();
197 }
198
199 /***
200 * Create an instance of {@link Message }
201 *
202 */
203 public Message createMessage() {
204 return new Message();
205 }
206
207 /***
208 * Create an instance of {@link ParameterisedDocument }
209 *
210 */
211 public ParameterisedDocument createParameterisedDocument() {
212 return new ParameterisedDocument();
213 }
214
215 /***
216 * Create an instance of {@link ProcessingInstruction }
217 *
218 */
219 public ProcessingInstruction createProcessingInstruction() {
220 return new ProcessingInstruction();
221 }
222
223 /***
224 * Create an instance of {@link NodeType }
225 *
226 */
227 public NodeType createNodeType() {
228 return new NodeType();
229 }
230
231 /***
232 * Create an instance of {@link Element }
233 *
234 */
235 public Element createElement() {
236 return new Element();
237 }
238
239 /***
240 * Create an instance of {@link Warning }
241 *
242 */
243 public Warning createWarning() {
244 return new Warning();
245 }
246
247 /***
248 * Create an instance of {@link Project }
249 *
250 */
251 public Project createProject() {
252 return new Project();
253 }
254
255 /***
256 * Create an instance of {@link Input }
257 *
258 */
259 public Input createInput() {
260 return new Input();
261 }
262
263 /***
264 * Create an instance of {@link Fatal }
265 *
266 */
267 public Fatal createFatal() {
268 return new Fatal();
269 }
270
271 /***
272 * Create an instance of {@link Comment }
273 *
274 */
275 public Comment createComment() {
276 return new Comment();
277 }
278
279 /***
280 * Create an instance of {@link Parameter }
281 *
282 */
283 public Parameter createParameter() {
284 return new Parameter();
285 }
286
287 }