Source code: com/dell/wsdm/demos/interop/x2005/x04/IPMIServerPropertiesDocument.java
1 /*
2 * An XML document type.
3 * Localname: IPMIServerProperties
4 * Namespace: http://dell.com/wsdm/demos/interop/2005/04
5 * Java type: com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument
6 *
7 * Automatically generated - do not modify.
8 */
9 package com.dell.wsdm.demos.interop.x2005.x04;
10
11
12 /**
13 * A document containing one IPMIServerProperties(@http://dell.com/wsdm/demos/interop/2005/04) element.
14 *
15 * This is a complex type.
16 */
17 public interface IPMIServerPropertiesDocument extends org.apache.xmlbeans.XmlObject
18 {
19 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s9453AECF4F2EEB571E8F3D241921E275.TypeSystemHolder.typeSystem.resolveHandle("ipmiserverpropertiesde0cdoctype");
20
21 /**
22 * Gets the "IPMIServerProperties" element
23 */
24 com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument.IPMIServerProperties getIPMIServerProperties();
25
26 /**
27 * Sets the "IPMIServerProperties" element
28 */
29 void setIPMIServerProperties(com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument.IPMIServerProperties ipmiServerProperties);
30
31 /**
32 * Appends and returns a new empty "IPMIServerProperties" element
33 */
34 com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument.IPMIServerProperties addNewIPMIServerProperties();
35
36 /**
37 * An XML IPMIServerProperties(@http://dell.com/wsdm/demos/interop/2005/04).
38 *
39 * This is a complex type.
40 */
41 public interface IPMIServerProperties extends org.apache.xmlbeans.XmlObject
42 {
43 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s9453AECF4F2EEB571E8F3D241921E275.TypeSystemHolder.typeSystem.resolveHandle("ipmiserverproperties9561elemtype");
44
45 /**
46 * Gets the "ResourceId" element
47 */
48 java.lang.String getResourceId();
49
50 /**
51 * Gets (as xml) the "ResourceId" element
52 */
53 org.apache.xmlbeans.XmlAnyURI xgetResourceId();
54
55 /**
56 * Sets the "ResourceId" element
57 */
58 void setResourceId(java.lang.String resourceId);
59
60 /**
61 * Sets (as xml) the "ResourceId" element
62 */
63 void xsetResourceId(org.apache.xmlbeans.XmlAnyURI resourceId);
64
65 /**
66 * Gets array of all "ManageabilityCapability" elements
67 */
68 java.lang.String[] getManageabilityCapabilityArray();
69
70 /**
71 * Gets ith "ManageabilityCapability" element
72 */
73 java.lang.String getManageabilityCapabilityArray(int i);
74
75 /**
76 * Gets (as xml) array of all "ManageabilityCapability" elements
77 */
78 org.apache.xmlbeans.XmlAnyURI[] xgetManageabilityCapabilityArray();
79
80 /**
81 * Gets (as xml) ith "ManageabilityCapability" element
82 */
83 org.apache.xmlbeans.XmlAnyURI xgetManageabilityCapabilityArray(int i);
84
85 /**
86 * Returns number of "ManageabilityCapability" element
87 */
88 int sizeOfManageabilityCapabilityArray();
89
90 /**
91 * Sets array of all "ManageabilityCapability" element
92 */
93 void setManageabilityCapabilityArray(java.lang.String[] manageabilityCapabilityArray);
94
95 /**
96 * Sets ith "ManageabilityCapability" element
97 */
98 void setManageabilityCapabilityArray(int i, java.lang.String manageabilityCapability);
99
100 /**
101 * Sets (as xml) array of all "ManageabilityCapability" element
102 */
103 void xsetManageabilityCapabilityArray(org.apache.xmlbeans.XmlAnyURI[]manageabilityCapabilityArray);
104
105 /**
106 * Sets (as xml) ith "ManageabilityCapability" element
107 */
108 void xsetManageabilityCapabilityArray(int i, org.apache.xmlbeans.XmlAnyURI manageabilityCapability);
109
110 /**
111 * Inserts the value as the ith "ManageabilityCapability" element
112 */
113 void insertManageabilityCapability(int i, java.lang.String manageabilityCapability);
114
115 /**
116 * Appends the value as the last "ManageabilityCapability" element
117 */
118 void addManageabilityCapability(java.lang.String manageabilityCapability);
119
120 /**
121 * Removes the ith "ManageabilityCapability" element
122 */
123 void removeManageabilityCapability(int i);
124
125 /**
126 * Gets the "OperationalStatus" element
127 */
128 org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus.Enum getOperationalStatus();
129
130 /**
131 * Gets (as xml) the "OperationalStatus" element
132 */
133 org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus xgetOperationalStatus();
134
135 /**
136 * Sets the "OperationalStatus" element
137 */
138 void setOperationalStatus(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus.Enum operationalStatus);
139
140 /**
141 * Sets (as xml) the "OperationalStatus" element
142 */
143 void xsetOperationalStatus(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus operationalStatus);
144
145 /**
146 * Gets array of all "Topic" elements
147 */
148 org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType[] getTopicArray();
149
150 /**
151 * Gets ith "Topic" element
152 */
153 org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType getTopicArray(int i);
154
155 /**
156 * Returns number of "Topic" element
157 */
158 int sizeOfTopicArray();
159
160 /**
161 * Sets array of all "Topic" element
162 */
163 void setTopicArray(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType[] topicArray);
164
165 /**
166 * Sets ith "Topic" element
167 */
168 void setTopicArray(int i, org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType topic);
169
170 /**
171 * Inserts and returns a new empty value (as xml) as the ith "Topic" element
172 */
173 org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType insertNewTopic(int i);
174
175 /**
176 * Appends and returns a new empty value (as xml) as the last "Topic" element
177 */
178 org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType addNewTopic();
179
180 /**
181 * Removes the ith "Topic" element
182 */
183 void removeTopic(int i);
184
185 /**
186 * Gets the "FixedTopicSet" element
187 */
188 boolean getFixedTopicSet();
189
190 /**
191 * Gets (as xml) the "FixedTopicSet" element
192 */
193 org.apache.xmlbeans.XmlBoolean xgetFixedTopicSet();
194
195 /**
196 * Sets the "FixedTopicSet" element
197 */
198 void setFixedTopicSet(boolean fixedTopicSet);
199
200 /**
201 * Sets (as xml) the "FixedTopicSet" element
202 */
203 void xsetFixedTopicSet(org.apache.xmlbeans.XmlBoolean fixedTopicSet);
204
205 /**
206 * Gets array of all "TopicExpressionDialects" elements
207 */
208 java.lang.String[] getTopicExpressionDialectsArray();
209
210 /**
211 * Gets ith "TopicExpressionDialects" element
212 */
213 java.lang.String getTopicExpressionDialectsArray(int i);
214
215 /**
216 * Gets (as xml) array of all "TopicExpressionDialects" elements
217 */
218 org.apache.xmlbeans.XmlAnyURI[] xgetTopicExpressionDialectsArray();
219
220 /**
221 * Gets (as xml) ith "TopicExpressionDialects" element
222 */
223 org.apache.xmlbeans.XmlAnyURI xgetTopicExpressionDialectsArray(int i);
224
225 /**
226 * Returns number of "TopicExpressionDialects" element
227 */
228 int sizeOfTopicExpressionDialectsArray();
229
230 /**
231 * Sets array of all "TopicExpressionDialects" element
232 */
233 void setTopicExpressionDialectsArray(java.lang.String[] topicExpressionDialectsArray);
234
235 /**
236 * Sets ith "TopicExpressionDialects" element
237 */
238 void setTopicExpressionDialectsArray(int i, java.lang.String topicExpressionDialects);
239
240 /**
241 * Sets (as xml) array of all "TopicExpressionDialects" element
242 */
243 void xsetTopicExpressionDialectsArray(org.apache.xmlbeans.XmlAnyURI[]topicExpressionDialectsArray);
244
245 /**
246 * Sets (as xml) ith "TopicExpressionDialects" element
247 */
248 void xsetTopicExpressionDialectsArray(int i, org.apache.xmlbeans.XmlAnyURI topicExpressionDialects);
249
250 /**
251 * Inserts the value as the ith "TopicExpressionDialects" element
252 */
253 void insertTopicExpressionDialects(int i, java.lang.String topicExpressionDialects);
254
255 /**
256 * Appends the value as the last "TopicExpressionDialects" element
257 */
258 void addTopicExpressionDialects(java.lang.String topicExpressionDialects);
259
260 /**
261 * Removes the ith "TopicExpressionDialects" element
262 */
263 void removeTopicExpressionDialects(int i);
264
265 /**
266 * Gets the "CurrentTime" element
267 */
268 java.util.Calendar getCurrentTime();
269
270 /**
271 * Gets (as xml) the "CurrentTime" element
272 */
273 org.apache.xmlbeans.XmlDateTime xgetCurrentTime();
274
275 /**
276 * Sets the "CurrentTime" element
277 */
278 void setCurrentTime(java.util.Calendar currentTime);
279
280 /**
281 * Sets (as xml) the "CurrentTime" element
282 */
283 void xsetCurrentTime(org.apache.xmlbeans.XmlDateTime currentTime);
284
285 /**
286 * Gets the "SerialNumber" element
287 */
288 java.lang.String getSerialNumber();
289
290 /**
291 * Gets (as xml) the "SerialNumber" element
292 */
293 org.apache.xmlbeans.XmlString xgetSerialNumber();
294
295 /**
296 * Sets the "SerialNumber" element
297 */
298 void setSerialNumber(java.lang.String serialNumber);
299
300 /**
301 * Sets (as xml) the "SerialNumber" element
302 */
303 void xsetSerialNumber(org.apache.xmlbeans.XmlString serialNumber);
304
305 /**
306 * Gets the "IpName" element
307 */
308 java.lang.String getIpName();
309
310 /**
311 * Gets (as xml) the "IpName" element
312 */
313 org.apache.xmlbeans.XmlString xgetIpName();
314
315 /**
316 * Sets the "IpName" element
317 */
318 void setIpName(java.lang.String ipName);
319
320 /**
321 * Sets (as xml) the "IpName" element
322 */
323 void xsetIpName(org.apache.xmlbeans.XmlString ipName);
324
325 /**
326 * Gets the "sysContact" element
327 */
328 java.lang.String getSysContact();
329
330 /**
331 * Gets (as xml) the "sysContact" element
332 */
333 org.apache.xmlbeans.XmlString xgetSysContact();
334
335 /**
336 * True if has "sysContact" element
337 */
338 boolean isSetSysContact();
339
340 /**
341 * Sets the "sysContact" element
342 */
343 void setSysContact(java.lang.String sysContact);
344
345 /**
346 * Sets (as xml) the "sysContact" element
347 */
348 void xsetSysContact(org.apache.xmlbeans.XmlString sysContact);
349
350 /**
351 * Unsets the "sysContact" element
352 */
353 void unsetSysContact();
354
355 /**
356 * Gets the "ModelName" element
357 */
358 java.lang.String getModelName();
359
360 /**
361 * Gets (as xml) the "ModelName" element
362 */
363 org.apache.xmlbeans.XmlString xgetModelName();
364
365 /**
366 * True if has "ModelName" element
367 */
368 boolean isSetModelName();
369
370 /**
371 * Sets the "ModelName" element
372 */
373 void setModelName(java.lang.String modelName);
374
375 /**
376 * Sets (as xml) the "ModelName" element
377 */
378 void xsetModelName(org.apache.xmlbeans.XmlString modelName);
379
380 /**
381 * Unsets the "ModelName" element
382 */
383 void unsetModelName();
384
385 /**
386 * Gets the "CoverOpen" element
387 */
388 boolean getCoverOpen();
389
390 /**
391 * Gets (as xml) the "CoverOpen" element
392 */
393 org.apache.xmlbeans.XmlBoolean xgetCoverOpen();
394
395 /**
396 * True if has "CoverOpen" element
397 */
398 boolean isSetCoverOpen();
399
400 /**
401 * Sets the "CoverOpen" element
402 */
403 void setCoverOpen(boolean coverOpen);
404
405 /**
406 * Sets (as xml) the "CoverOpen" element
407 */
408 void xsetCoverOpen(org.apache.xmlbeans.XmlBoolean coverOpen);
409
410 /**
411 * Unsets the "CoverOpen" element
412 */
413 void unsetCoverOpen();
414
415 /**
416 * Gets the "AttentionLedOn" element
417 */
418 boolean getAttentionLedOn();
419
420 /**
421 * Gets (as xml) the "AttentionLedOn" element
422 */
423 org.apache.xmlbeans.XmlBoolean xgetAttentionLedOn();
424
425 /**
426 * True if has "AttentionLedOn" element
427 */
428 boolean isSetAttentionLedOn();
429
430 /**
431 * Sets the "AttentionLedOn" element
432 */
433 void setAttentionLedOn(boolean attentionLedOn);
434
435 /**
436 * Sets (as xml) the "AttentionLedOn" element
437 */
438 void xsetAttentionLedOn(org.apache.xmlbeans.XmlBoolean attentionLedOn);
439
440 /**
441 * Unsets the "AttentionLedOn" element
442 */
443 void unsetAttentionLedOn();
444
445 /**
446 * A factory class with static methods for creating instances
447 * of this type.
448 */
449
450 public static final class Factory
451 {
452 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument.IPMIServerProperties newInstance() {
453 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument.IPMIServerProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
454
455 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument.IPMIServerProperties newInstance(org.apache.xmlbeans.XmlOptions options) {
456 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument.IPMIServerProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
457
458 private Factory() { } // No instance of this class allowed
459 }
460 }
461
462 /**
463 * A factory class with static methods for creating instances
464 * of this type.
465 */
466
467 public static final class Factory
468 {
469 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument newInstance() {
470 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
471
472 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
473 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
474
475 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument parse(java.lang.String s) throws org.apache.xmlbeans.XmlException {
476 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, null ); }
477
478 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument parse(java.lang.String s, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
479 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, options ); }
480
481 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument parse(java.io.File f) throws org.apache.xmlbeans.XmlException, java.io.IOException {
482 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, null ); }
483
484 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument parse(java.io.File f, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
485 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, options ); }
486
487 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
488 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
489
490 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
491 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
492
493 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
494 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
495
496 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
497 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
498
499 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
500 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
501
502 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
503 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
504
505 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
506 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
507
508 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
509 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
510
511 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
512 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
513
514 public static com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
515 return (com.dell.wsdm.demos.interop.x2005.x04.IPMIServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
516
517 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 {
518 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
519
520 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 {
521 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
522
523 private Factory() { } // No instance of this class allowed
524 }
525 }