Source code: com/dell/wsdm/demos/interop/x2005/x04/CpuUsageDocument.java
1 /*
2 * An XML document type.
3 * Localname: CpuUsage
4 * Namespace: http://dell.com/wsdm/demos/interop/2005/04
5 * Java type: com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument
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 CpuUsage(@http://dell.com/wsdm/demos/interop/2005/04) element.
14 *
15 * This is a complex type.
16 */
17 public interface CpuUsageDocument 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("cpuusage8b8cdoctype");
20
21 /**
22 * Gets the "CpuUsage" element
23 */
24 org.apache.xmlbeans.XmlObject getCpuUsage();
25
26 /**
27 * Sets the "CpuUsage" element
28 */
29 void setCpuUsage(org.apache.xmlbeans.XmlObject cpuUsage);
30
31 /**
32 * Appends and returns a new empty "CpuUsage" element
33 */
34 org.apache.xmlbeans.XmlObject addNewCpuUsage();
35
36 /**
37 * A factory class with static methods for creating instances
38 * of this type.
39 */
40
41 public static final class Factory
42 {
43 public static com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument newInstance() {
44 return (com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
45
46 public static com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
47 return (com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
48
49 public static com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument parse(java.lang.String s) throws org.apache.xmlbeans.XmlException {
50 return (com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, null ); }
51
52 public static com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument parse(java.lang.String s, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
53 return (com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, options ); }
54
55 public static com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument parse(java.io.File f) throws org.apache.xmlbeans.XmlException, java.io.IOException {
56 return (com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, null ); }
57
58 public static com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument parse(java.io.File f, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
59 return (com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, options ); }
60
61 public static com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
62 return (com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
63
64 public static com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
65 return (com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
66
67 public static com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
68 return (com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
69
70 public static com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
71 return (com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
72
73 public static com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
74 return (com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
75
76 public static com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
77 return (com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
78
79 public static com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
80 return (com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
81
82 public static com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
83 return (com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
84
85 public static com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
86 return (com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
87
88 public static com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
89 return (com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
90
91 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 {
92 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
93
94 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 {
95 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
96
97 private Factory() { } // No instance of this class allowed
98 }
99 }