Added: webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ResetDocument.java URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ResetDocument.java?rev=226803&view=auto ============================================================================== --- webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ResetDocument.java (added) +++ webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ResetDocument.java Mon Aug 1 07:36:58 2005 @@ -0,0 +1,137 @@ +/*
+ * An XML document type. + * Localname: Reset + * Namespace: http://dell.com/wsdm/demos/interop/2005/04 + * Java type: com.dell.wsdm.demos.interop.x2005.x04.ResetDocument + * + * Automatically generated - do not modify. + */ +package com.dell.wsdm.demos.interop.x2005.x04; + + +/** + * A document containing one Reset(@http://dell.com/wsdm/demos/interop/2005/04) element. + * + * This is a complex type. + */ +public interface ResetDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s4510E2018D4EA0F1DC7AA36F08953D7D.TypeSystemHolder.typeSystem.resolveHandle("reset3528doctype"); + + /** + * Gets the "Reset" element + */ + com.dell.wsdm.demos.interop.x2005.x04.ResetDocument.Reset getReset(); + + /** + * Sets the "Reset" element + */ + void setReset(com.dell.wsdm.demos.interop.x2005.x04.ResetDocument.Reset reset); + + /** + * Appends and returns a new empty "Reset" element + */ + com.dell.wsdm.demos.interop.x2005.x04.ResetDocument.Reset addNewReset(); + + /** + * An XML Reset(@http://dell.com/wsdm/demos/interop/2005/04). + * + * This is a complex type. + */ + public interface Reset extends org.apache.xmlbeans.XmlObject + { + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s4510E2018D4EA0F1DC7AA36F08953D7D.TypeSystemHolder.typeSystem.resolveHandle("reset09adelemtype"); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument.Reset newInstance() { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument.Reset) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument.Reset newInstance(org.apache.xmlbeans.XmlOptions options) { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument.Reset) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + private Factory() { } // No instance of this class allowed + } + } + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument newInstance() { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated [EMAIL PROTECTED] XMLInputStream} */ + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated [EMAIL PROTECTED] XMLInputStream} */ + public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated [EMAIL PROTECTED] XMLInputStream} */ + 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 { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated [EMAIL PROTECTED] XMLInputStream} */ + 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 { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} Added: webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ResetResponseDocument.java URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ResetResponseDocument.java?rev=226803&view=auto ============================================================================== --- webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ResetResponseDocument.java (added) +++ webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ResetResponseDocument.java Mon Aug 1 07:36:58 2005 @@ -0,0 +1,137 @@ +/* + * An XML document type. + * Localname: ResetResponse + * Namespace: http://dell.com/wsdm/demos/interop/2005/04 + * Java type: com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument + * + * Automatically generated - do not modify. + */ +package com.dell.wsdm.demos.interop.x2005.x04; + + +/** + * A document containing one ResetResponse(@http://dell.com/wsdm/demos/interop/2005/04) element. + * + * This is a complex type. + */ +public interface ResetResponseDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s4510E2018D4EA0F1DC7AA36F08953D7D.TypeSystemHolder.typeSystem.resolveHandle("resetresponse2027doctype"); + + /** + * Gets the "ResetResponse" element + */ + com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument.ResetResponse getResetResponse(); + + /** + * Sets the "ResetResponse" element + */ + void setResetResponse(com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument.ResetResponse resetResponse); + + /** + * Appends and returns a new empty "ResetResponse" element + */ + com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument.ResetResponse addNewResetResponse(); + + /** + * An XML ResetResponse(@http://dell.com/wsdm/demos/interop/2005/04). + * + * This is a complex type. + */ + public interface ResetResponse extends org.apache.xmlbeans.XmlObject + { + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s4510E2018D4EA0F1DC7AA36F08953D7D.TypeSystemHolder.typeSystem.resolveHandle("resetresponse1dabelemtype"); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument.ResetResponse newInstance() { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument.ResetResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument.ResetResponse newInstance(org.apache.xmlbeans.XmlOptions options) { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument.ResetResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + private Factory() { } // No instance of this class allowed + } + } + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument newInstance() { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated [EMAIL PROTECTED] XMLInputStream} */ + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated [EMAIL PROTECTED] XMLInputStream} */ + public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated [EMAIL PROTECTED] XMLInputStream} */ + 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 { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated [EMAIL PROTECTED] XMLInputStream} */ + 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 { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} Added: webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/SerialNumberDocument.java URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/SerialNumberDocument.java?rev=226803&view=auto ============================================================================== --- webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/SerialNumberDocument.java (added) +++ webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/SerialNumberDocument.java Mon Aug 1 07:36:58 2005 @@ -0,0 +1,116 @@ +/* + * An XML document type. + * Localname: SerialNumber + * Namespace: http://dell.com/wsdm/demos/interop/2005/04 + * Java type: com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument + * + * Automatically generated - do not modify. + */ +package com.dell.wsdm.demos.interop.x2005.x04; + + +/** + * A document containing one SerialNumber(@http://dell.com/wsdm/demos/interop/2005/04) element. + * + * This is a complex type. + */ +public interface SerialNumberDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s4510E2018D4EA0F1DC7AA36F08953D7D.TypeSystemHolder.typeSystem.resolveHandle("serialnumberdc08doctype"); + + /** + * Gets the "SerialNumber" element + */ + java.lang.String getSerialNumber(); + + /** + * Gets (as xml) the "SerialNumber" element + */ + org.apache.xmlbeans.XmlString xgetSerialNumber(); + + /** + * Sets the "SerialNumber" element + */ + void setSerialNumber(java.lang.String serialNumber); + + /** + * Sets (as xml) the "SerialNumber" element + */ + void xsetSerialNumber(org.apache.xmlbeans.XmlString serialNumber); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument newInstance() { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated [EMAIL PROTECTED] XMLInputStream} */ + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated [EMAIL PROTECTED] XMLInputStream} */ + public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated [EMAIL PROTECTED] XMLInputStream} */ + 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 { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated [EMAIL PROTECTED] XMLInputStream} */ + 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 { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} Added: webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/SysContactDocument.java URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/SysContactDocument.java?rev=226803&view=auto ============================================================================== --- webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/SysContactDocument.java (added) +++ webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/SysContactDocument.java Mon Aug 1 07:36:58 2005 @@ -0,0 +1,116 @@ +/* + * An XML document type. + * Localname: sysContact + * Namespace: http://dell.com/wsdm/demos/interop/2005/04 + * Java type: com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument + * + * Automatically generated - do not modify. + */ +package com.dell.wsdm.demos.interop.x2005.x04; + + +/** + * A document containing one sysContact(@http://dell.com/wsdm/demos/interop/2005/04) element. + * + * This is a complex type. + */ +public interface SysContactDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s4510E2018D4EA0F1DC7AA36F08953D7D.TypeSystemHolder.typeSystem.resolveHandle("syscontactfdf2doctype"); + + /** + * Gets the "sysContact" element + */ + java.lang.String getSysContact(); + + /** + * Gets (as xml) the "sysContact" element + */ + org.apache.xmlbeans.XmlString xgetSysContact(); + + /** + * Sets the "sysContact" element + */ + void setSysContact(java.lang.String sysContact); + + /** + * Sets (as xml) the "sysContact" element + */ + void xsetSysContact(org.apache.xmlbeans.XmlString sysContact); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument newInstance() { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated [EMAIL PROTECTED] XMLInputStream} */ + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated [EMAIL PROTECTED] XMLInputStream} */ + public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated [EMAIL PROTECTED] XMLInputStream} */ + 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 { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated [EMAIL PROTECTED] XMLInputStream} */ + 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 { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} Added: webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/AttentionLedOnDocumentImpl.java URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/AttentionLedOnDocumentImpl.java?rev=226803&view=auto ============================================================================== --- webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/AttentionLedOnDocumentImpl.java (added) +++ webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/AttentionLedOnDocumentImpl.java Mon Aug 1 07:36:58 2005 @@ -0,0 +1,94 @@ +/* + * An XML document type. + * Localname: AttentionLedOn + * Namespace: http://dell.com/wsdm/demos/interop/2005/04 + * Java type: com.dell.wsdm.demos.interop.x2005.x04.AttentionLedOnDocument + * + * Automatically generated - do not modify. + */ +package com.dell.wsdm.demos.interop.x2005.x04.impl; +/** + * A document containing one AttentionLedOn(@http://dell.com/wsdm/demos/interop/2005/04) element. + * + * This is a complex type. + */ +public class AttentionLedOnDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.dell.wsdm.demos.interop.x2005.x04.AttentionLedOnDocument +{ + + public AttentionLedOnDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ATTENTIONLEDON$0 = + new javax.xml.namespace.QName("http://dell.com/wsdm/demos/interop/2005/04", "AttentionLedOn"); + + + /** + * Gets the "AttentionLedOn" element + */ + public boolean getAttentionLedOn() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ATTENTIONLEDON$0, 0); + if (target == null) + { + return false; + } + return target.getBooleanValue(); + } + } + + /** + * Gets (as xml) the "AttentionLedOn" element + */ + public org.apache.xmlbeans.XmlBoolean xgetAttentionLedOn() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlBoolean target = null; + target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(ATTENTIONLEDON$0, 0); + return target; + } + } + + /** + * Sets the "AttentionLedOn" element + */ + public void setAttentionLedOn(boolean attentionLedOn) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ATTENTIONLEDON$0, 0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ATTENTIONLEDON$0); + } + target.setBooleanValue(attentionLedOn); + } + } + + /** + * Sets (as xml) the "AttentionLedOn" element + */ + public void xsetAttentionLedOn(org.apache.xmlbeans.XmlBoolean attentionLedOn) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlBoolean target = null; + target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(ATTENTIONLEDON$0, 0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlBoolean)get_store().add_element_user(ATTENTIONLEDON$0); + } + target.set(attentionLedOn); + } + } +} Added: webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/CoverOpenDocumentImpl.java URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/CoverOpenDocumentImpl.java?rev=226803&view=auto ============================================================================== --- webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/CoverOpenDocumentImpl.java (added) +++ webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/CoverOpenDocumentImpl.java Mon Aug 1 07:36:58 2005 @@ -0,0 +1,94 @@ +/* + * An XML document type. + * Localname: CoverOpen + * Namespace: http://dell.com/wsdm/demos/interop/2005/04 + * Java type: com.dell.wsdm.demos.interop.x2005.x04.CoverOpenDocument + * + * Automatically generated - do not modify. + */ +package com.dell.wsdm.demos.interop.x2005.x04.impl; +/** + * A document containing one CoverOpen(@http://dell.com/wsdm/demos/interop/2005/04) element. + * + * This is a complex type. + */ +public class CoverOpenDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.dell.wsdm.demos.interop.x2005.x04.CoverOpenDocument +{ + + public CoverOpenDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName COVEROPEN$0 = + new javax.xml.namespace.QName("http://dell.com/wsdm/demos/interop/2005/04", "CoverOpen"); + + + /** + * Gets the "CoverOpen" element + */ + public boolean getCoverOpen() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COVEROPEN$0, 0); + if (target == null) + { + return false; + } + return target.getBooleanValue(); + } + } + + /** + * Gets (as xml) the "CoverOpen" element + */ + public org.apache.xmlbeans.XmlBoolean xgetCoverOpen() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlBoolean target = null; + target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(COVEROPEN$0, 0); + return target; + } + } + + /** + * Sets the "CoverOpen" element + */ + public void setCoverOpen(boolean coverOpen) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COVEROPEN$0, 0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COVEROPEN$0); + } + target.setBooleanValue(coverOpen); + } + } + + /** + * Sets (as xml) the "CoverOpen" element + */ + public void xsetCoverOpen(org.apache.xmlbeans.XmlBoolean coverOpen) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlBoolean target = null; + target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(COVEROPEN$0, 0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlBoolean)get_store().add_element_user(COVEROPEN$0); + } + target.set(coverOpen); + } + } +} Added: webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/CpuUsageDocumentImpl.java URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/CpuUsageDocumentImpl.java?rev=226803&view=auto ============================================================================== --- webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/CpuUsageDocumentImpl.java (added) +++ webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/CpuUsageDocumentImpl.java Mon Aug 1 07:36:58 2005 @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: CpuUsage + * Namespace: http://dell.com/wsdm/demos/interop/2005/04 + * Java type: com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument + * + * Automatically generated - do not modify. + */ +package com.dell.wsdm.demos.interop.x2005.x04.impl; +/** + * A document containing one CpuUsage(@http://dell.com/wsdm/demos/interop/2005/04) element. + * + * This is a complex type. + */ +public class CpuUsageDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument +{ + + public CpuUsageDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName CPUUSAGE$0 = + new javax.xml.namespace.QName("http://dell.com/wsdm/demos/interop/2005/04", "CpuUsage"); + + + /** + * Gets the "CpuUsage" element + */ + public org.apache.xmlbeans.XmlObject getCpuUsage() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlObject target = null; + target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(CPUUSAGE$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "CpuUsage" element + */ + public void setCpuUsage(org.apache.xmlbeans.XmlObject cpuUsage) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlObject target = null; + target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(CPUUSAGE$0, 0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlObject)get_store().add_element_user(CPUUSAGE$0); + } + target.set(cpuUsage); + } + } + + /** + * Appends and returns a new empty "CpuUsage" element + */ + public org.apache.xmlbeans.XmlObject addNewCpuUsage() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlObject target = null; + target = (org.apache.xmlbeans.XmlObject)get_store().add_element_user(CPUUSAGE$0); + return target; + } + } +} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
