You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by ip...@apache.org on 2005/06/21 01:28:44 UTC

svn commit: r191585 [10/30] - in /incubator/muse/site: ./ dev_guide/ example/ example/epr/ example/images/ example/lib/ example/logic/ example/logic/src/ example/logic/src/java/ example/logic/src/java/org/ example/logic/src/java/org/apache/ example/log...

Added: incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/HostPropertiesDocument.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/HostPropertiesDocument.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/HostPropertiesDocument.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/HostPropertiesDocument.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,470 @@
+/*
+ * An XML document type.
+ * Localname: HostProperties
+ * Namespace: http://ws.apache.org/muse/example/host
+ * Java type: org.apache.ws.muse.example.host.HostPropertiesDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.host;
+
+
+/**
+ * A document containing one HostProperties(@http://ws.apache.org/muse/example/host) element.
+ *
+ * This is a complex type.
+ */
+public interface HostPropertiesDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.sB8C707FF7F921C21C8A9B15E22C64932.TypeSystemHolder.typeSystem.resolveHandle("hostproperties9f83doctype");
+    
+    /**
+     * Gets the "HostProperties" element
+     */
+    org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties getHostProperties();
+    
+    /**
+     * Sets the "HostProperties" element
+     */
+    void setHostProperties(org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties hostProperties);
+    
+    /**
+     * Appends and returns a new empty "HostProperties" element
+     */
+    org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties addNewHostProperties();
+    
+    /**
+     * An XML HostProperties(@http://ws.apache.org/muse/example/host).
+     *
+     * This is a complex type.
+     */
+    public interface HostProperties extends org.apache.xmlbeans.XmlObject
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.sB8C707FF7F921C21C8A9B15E22C64932.TypeSystemHolder.typeSystem.resolveHandle("hostproperties663aelemtype");
+        
+        /**
+         * Gets the "Topic" element
+         */
+        org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType getTopic();
+        
+        /**
+         * Sets the "Topic" element
+         */
+        void setTopic(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType topic);
+        
+        /**
+         * Appends and returns a new empty "Topic" element
+         */
+        org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType addNewTopic();
+        
+        /**
+         * Gets the "FixedTopicSet" element
+         */
+        boolean getFixedTopicSet();
+        
+        /**
+         * Gets (as xml) the "FixedTopicSet" element
+         */
+        org.apache.xmlbeans.XmlBoolean xgetFixedTopicSet();
+        
+        /**
+         * Sets the "FixedTopicSet" element
+         */
+        void setFixedTopicSet(boolean fixedTopicSet);
+        
+        /**
+         * Sets (as xml) the "FixedTopicSet" element
+         */
+        void xsetFixedTopicSet(org.apache.xmlbeans.XmlBoolean fixedTopicSet);
+        
+        /**
+         * Gets the "TopicExpressionDialects" element
+         */
+        java.lang.String getTopicExpressionDialects();
+        
+        /**
+         * Gets (as xml) the "TopicExpressionDialects" element
+         */
+        org.apache.xmlbeans.XmlAnyURI xgetTopicExpressionDialects();
+        
+        /**
+         * Sets the "TopicExpressionDialects" element
+         */
+        void setTopicExpressionDialects(java.lang.String topicExpressionDialects);
+        
+        /**
+         * Sets (as xml) the "TopicExpressionDialects" element
+         */
+        void xsetTopicExpressionDialects(org.apache.xmlbeans.XmlAnyURI topicExpressionDialects);
+        
+        /**
+         * Gets the "ResourceId" element
+         */
+        java.lang.String getResourceId();
+        
+        /**
+         * Gets (as xml) the "ResourceId" element
+         */
+        org.apache.xmlbeans.XmlAnyURI xgetResourceId();
+        
+        /**
+         * Sets the "ResourceId" element
+         */
+        void setResourceId(java.lang.String resourceId);
+        
+        /**
+         * Sets (as xml) the "ResourceId" element
+         */
+        void xsetResourceId(org.apache.xmlbeans.XmlAnyURI resourceId);
+        
+        /**
+         * Gets array of all "ManageabilityCapability" elements
+         */
+        java.lang.String[] getManageabilityCapabilityArray();
+        
+        /**
+         * Gets ith "ManageabilityCapability" element
+         */
+        java.lang.String getManageabilityCapabilityArray(int i);
+        
+        /**
+         * Gets (as xml) array of all "ManageabilityCapability" elements
+         */
+        org.apache.xmlbeans.XmlAnyURI[] xgetManageabilityCapabilityArray();
+        
+        /**
+         * Gets (as xml) ith "ManageabilityCapability" element
+         */
+        org.apache.xmlbeans.XmlAnyURI xgetManageabilityCapabilityArray(int i);
+        
+        /**
+         * Returns number of "ManageabilityCapability" element
+         */
+        int sizeOfManageabilityCapabilityArray();
+        
+        /**
+         * Sets array of all "ManageabilityCapability" element
+         */
+        void setManageabilityCapabilityArray(java.lang.String[] manageabilityCapabilityArray);
+        
+        /**
+         * Sets ith "ManageabilityCapability" element
+         */
+        void setManageabilityCapabilityArray(int i, java.lang.String manageabilityCapability);
+        
+        /**
+         * Sets (as xml) array of all "ManageabilityCapability" element
+         */
+        void xsetManageabilityCapabilityArray(org.apache.xmlbeans.XmlAnyURI[]manageabilityCapabilityArray);
+        
+        /**
+         * Sets (as xml) ith "ManageabilityCapability" element
+         */
+        void xsetManageabilityCapabilityArray(int i, org.apache.xmlbeans.XmlAnyURI manageabilityCapability);
+        
+        /**
+         * Inserts the value as the ith "ManageabilityCapability" element
+         */
+        void insertManageabilityCapability(int i, java.lang.String manageabilityCapability);
+        
+        /**
+         * Appends the value as the last "ManageabilityCapability" element
+         */
+        void addManageabilityCapability(java.lang.String manageabilityCapability);
+        
+        /**
+         * Inserts and returns a new empty value (as xml) as the ith "ManageabilityCapability" element
+         */
+        org.apache.xmlbeans.XmlAnyURI insertNewManageabilityCapability(int i);
+        
+        /**
+         * Appends and returns a new empty value (as xml) as the last "ManageabilityCapability" element
+         */
+        org.apache.xmlbeans.XmlAnyURI addNewManageabilityCapability();
+        
+        /**
+         * Removes the ith "ManageabilityCapability" element
+         */
+        void removeManageabilityCapability(int i);
+        
+        /**
+         * Gets the "Caption" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString getCaption();
+        
+        /**
+         * Sets the "Caption" element
+         */
+        void setCaption(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString caption);
+        
+        /**
+         * Appends and returns a new empty "Caption" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString addNewCaption();
+        
+        /**
+         * Gets array of all "Description" elements
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString[] getDescriptionArray();
+        
+        /**
+         * Gets ith "Description" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString getDescriptionArray(int i);
+        
+        /**
+         * Returns number of "Description" element
+         */
+        int sizeOfDescriptionArray();
+        
+        /**
+         * Sets array of all "Description" element
+         */
+        void setDescriptionArray(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString[] descriptionArray);
+        
+        /**
+         * Sets ith "Description" element
+         */
+        void setDescriptionArray(int i, org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString description);
+        
+        /**
+         * Inserts and returns a new empty value (as xml) as the ith "Description" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString insertNewDescription(int i);
+        
+        /**
+         * Appends and returns a new empty value (as xml) as the last "Description" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString addNewDescription();
+        
+        /**
+         * Removes the ith "Description" element
+         */
+        void removeDescription(int i);
+        
+        /**
+         * Gets the "Version" element
+         */
+        java.lang.String getVersion();
+        
+        /**
+         * Gets (as xml) the "Version" element
+         */
+        org.apache.xmlbeans.XmlString xgetVersion();
+        
+        /**
+         * True if has "Version" element
+         */
+        boolean isSetVersion();
+        
+        /**
+         * Sets the "Version" element
+         */
+        void setVersion(java.lang.String version);
+        
+        /**
+         * Sets (as xml) the "Version" element
+         */
+        void xsetVersion(org.apache.xmlbeans.XmlString version);
+        
+        /**
+         * Unsets the "Version" element
+         */
+        void unsetVersion();
+        
+        /**
+         * Gets the "CurrentTime" element
+         */
+        java.util.Calendar getCurrentTime();
+        
+        /**
+         * Gets (as xml) the "CurrentTime" element
+         */
+        org.apache.xmlbeans.XmlDateTime xgetCurrentTime();
+        
+        /**
+         * Sets the "CurrentTime" element
+         */
+        void setCurrentTime(java.util.Calendar currentTime);
+        
+        /**
+         * Sets (as xml) the "CurrentTime" element
+         */
+        void xsetCurrentTime(org.apache.xmlbeans.XmlDateTime currentTime);
+        
+        /**
+         * Gets the "ResourceType" element
+         */
+        java.lang.String getResourceType();
+        
+        /**
+         * Gets (as xml) the "ResourceType" element
+         */
+        org.apache.xmlbeans.XmlAnyURI xgetResourceType();
+        
+        /**
+         * Sets the "ResourceType" element
+         */
+        void setResourceType(java.lang.String resourceType);
+        
+        /**
+         * Sets (as xml) the "ResourceType" element
+         */
+        void xsetResourceType(org.apache.xmlbeans.XmlAnyURI resourceType);
+        
+        /**
+         * Gets the "ResourceHostname" element
+         */
+        java.lang.String getResourceHostname();
+        
+        /**
+         * Gets (as xml) the "ResourceHostname" element
+         */
+        org.apache.xmlbeans.XmlString xgetResourceHostname();
+        
+        /**
+         * Sets the "ResourceHostname" element
+         */
+        void setResourceHostname(java.lang.String resourceHostname);
+        
+        /**
+         * Sets (as xml) the "ResourceHostname" element
+         */
+        void xsetResourceHostname(org.apache.xmlbeans.XmlString resourceHostname);
+        
+        /**
+         * Gets the "NumberOfProcesses" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.IntMetric getNumberOfProcesses();
+        
+        /**
+         * Sets the "NumberOfProcesses" element
+         */
+        void setNumberOfProcesses(org.apache.ws.namespaces.muse.muwsExt1.IntMetric numberOfProcesses);
+        
+        /**
+         * Appends and returns a new empty "NumberOfProcesses" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.IntMetric addNewNumberOfProcesses();
+        
+        /**
+         * Gets the "AvailableMemory" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.LongMetric getAvailableMemory();
+        
+        /**
+         * Sets the "AvailableMemory" element
+         */
+        void setAvailableMemory(org.apache.ws.namespaces.muse.muwsExt1.LongMetric availableMemory);
+        
+        /**
+         * Appends and returns a new empty "AvailableMemory" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.LongMetric addNewAvailableMemory();
+        
+        /**
+         * Gets the "CpuUsage" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.IntMetric getCpuUsage();
+        
+        /**
+         * Sets the "CpuUsage" element
+         */
+        void setCpuUsage(org.apache.ws.namespaces.muse.muwsExt1.IntMetric cpuUsage);
+        
+        /**
+         * Appends and returns a new empty "CpuUsage" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.IntMetric addNewCpuUsage();
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties newInstance() {
+              return (org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties) 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 org.apache.ws.muse.example.host.HostPropertiesDocument newInstance() {
+          return (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.ws.muse.example.host.HostPropertiesDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.ws.muse.example.host.HostPropertiesDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.ws.muse.example.host.HostPropertiesDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.apache.ws.muse.example.host.HostPropertiesDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.ws.muse.example.host.HostPropertiesDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.ws.muse.example.host.HostPropertiesDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.ws.muse.example.host.HostPropertiesDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.ws.muse.example.host.HostPropertiesDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.ws.muse.example.host.HostPropertiesDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.ws.muse.example.host.HostPropertiesDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.ws.muse.example.host.HostPropertiesDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.ws.muse.example.host.HostPropertiesDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.ws.muse.example.host.HostPropertiesDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.ws.muse.example.host.HostPropertiesDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.ws.muse.example.host.HostPropertiesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.apache.ws.muse.example.host.HostPropertiesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.apache.ws.muse.example.host.HostPropertiesDocument 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 (org.apache.ws.muse.example.host.HostPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        /** @deprecated {@link 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 {@link 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: incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/impl/HostPropertiesDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/impl/HostPropertiesDocumentImpl.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/impl/HostPropertiesDocumentImpl.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/impl/HostPropertiesDocumentImpl.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,1194 @@
+/*
+ * An XML document type.
+ * Localname: HostProperties
+ * Namespace: http://ws.apache.org/muse/example/host
+ * Java type: org.apache.ws.muse.example.host.HostPropertiesDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.host.impl;
+/**
+ * A document containing one HostProperties(@http://ws.apache.org/muse/example/host) element.
+ *
+ * This is a complex type.
+ */
+public class HostPropertiesDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.host.HostPropertiesDocument
+{
+    
+    public HostPropertiesDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName HOSTPROPERTIES$0 = 
+        new javax.xml.namespace.QName("http://ws.apache.org/muse/example/host", "HostProperties");
+    
+    
+    /**
+     * Gets the "HostProperties" element
+     */
+    public org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties getHostProperties()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties target = null;
+            target = (org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties)get_store().find_element_user(HOSTPROPERTIES$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "HostProperties" element
+     */
+    public void setHostProperties(org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties hostProperties)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties target = null;
+            target = (org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties)get_store().find_element_user(HOSTPROPERTIES$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties)get_store().add_element_user(HOSTPROPERTIES$0);
+            }
+            target.set(hostProperties);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "HostProperties" element
+     */
+    public org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties addNewHostProperties()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties target = null;
+            target = (org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties)get_store().add_element_user(HOSTPROPERTIES$0);
+            return target;
+        }
+    }
+    /**
+     * An XML HostProperties(@http://ws.apache.org/muse/example/host).
+     *
+     * This is a complex type.
+     */
+    public static class HostPropertiesImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.host.HostPropertiesDocument.HostProperties
+    {
+        
+        public HostPropertiesImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        private static final javax.xml.namespace.QName TOPIC$0 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd", "Topic");
+        private static final javax.xml.namespace.QName FIXEDTOPICSET$2 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd", "FixedTopicSet");
+        private static final javax.xml.namespace.QName TOPICEXPRESSIONDIALECTS$4 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd", "TopicExpressionDialects");
+        private static final javax.xml.namespace.QName RESOURCEID$6 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd", "ResourceId");
+        private static final javax.xml.namespace.QName MANAGEABILITYCAPABILITY$8 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd", "ManageabilityCapability");
+        private static final javax.xml.namespace.QName CAPTION$10 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd", "Caption");
+        private static final javax.xml.namespace.QName DESCRIPTION$12 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd", "Description");
+        private static final javax.xml.namespace.QName VERSION$14 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd", "Version");
+        private static final javax.xml.namespace.QName CURRENTTIME$16 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd", "CurrentTime");
+        private static final javax.xml.namespace.QName RESOURCETYPE$18 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/namespaces/muse/muws-ext-1.xsd", "ResourceType");
+        private static final javax.xml.namespace.QName RESOURCEHOSTNAME$20 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/namespaces/muse/muws-ext-1.xsd", "ResourceHostname");
+        private static final javax.xml.namespace.QName NUMBEROFPROCESSES$22 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/muse/example/host/properties", "NumberOfProcesses");
+        private static final javax.xml.namespace.QName AVAILABLEMEMORY$24 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/muse/example/host/properties", "AvailableMemory");
+        private static final javax.xml.namespace.QName CPUUSAGE$26 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/muse/example/host/properties", "CpuUsage");
+        
+        
+        /**
+         * Gets the "Topic" element
+         */
+        public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType getTopic()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType target = null;
+                target = (org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType)get_store().find_element_user(TOPIC$0, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "Topic" element
+         */
+        public void setTopic(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType topic)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType target = null;
+                target = (org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType)get_store().find_element_user(TOPIC$0, 0);
+                if (target == null)
+                {
+                    target = (org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType)get_store().add_element_user(TOPIC$0);
+                }
+                target.set(topic);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "Topic" element
+         */
+        public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType addNewTopic()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType target = null;
+                target = (org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType)get_store().add_element_user(TOPIC$0);
+                return target;
+            }
+        }
+        
+        /**
+         * Gets the "FixedTopicSet" element
+         */
+        public boolean getFixedTopicSet()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FIXEDTOPICSET$2, 0);
+                if (target == null)
+                {
+                    return false;
+                }
+                return target.getBooleanValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "FixedTopicSet" element
+         */
+        public org.apache.xmlbeans.XmlBoolean xgetFixedTopicSet()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlBoolean target = null;
+                target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(FIXEDTOPICSET$2, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "FixedTopicSet" element
+         */
+        public void setFixedTopicSet(boolean fixedTopicSet)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FIXEDTOPICSET$2, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FIXEDTOPICSET$2);
+                }
+                target.setBooleanValue(fixedTopicSet);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "FixedTopicSet" element
+         */
+        public void xsetFixedTopicSet(org.apache.xmlbeans.XmlBoolean fixedTopicSet)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlBoolean target = null;
+                target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(FIXEDTOPICSET$2, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlBoolean)get_store().add_element_user(FIXEDTOPICSET$2);
+                }
+                target.set(fixedTopicSet);
+            }
+        }
+        
+        /**
+         * Gets the "TopicExpressionDialects" element
+         */
+        public java.lang.String getTopicExpressionDialects()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TOPICEXPRESSIONDIALECTS$4, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "TopicExpressionDialects" element
+         */
+        public org.apache.xmlbeans.XmlAnyURI xgetTopicExpressionDialects()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(TOPICEXPRESSIONDIALECTS$4, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "TopicExpressionDialects" element
+         */
+        public void setTopicExpressionDialects(java.lang.String topicExpressionDialects)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TOPICEXPRESSIONDIALECTS$4, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TOPICEXPRESSIONDIALECTS$4);
+                }
+                target.setStringValue(topicExpressionDialects);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "TopicExpressionDialects" element
+         */
+        public void xsetTopicExpressionDialects(org.apache.xmlbeans.XmlAnyURI topicExpressionDialects)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(TOPICEXPRESSIONDIALECTS$4, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_element_user(TOPICEXPRESSIONDIALECTS$4);
+                }
+                target.set(topicExpressionDialects);
+            }
+        }
+        
+        /**
+         * Gets the "ResourceId" element
+         */
+        public java.lang.String getResourceId()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCEID$6, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "ResourceId" element
+         */
+        public org.apache.xmlbeans.XmlAnyURI xgetResourceId()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(RESOURCEID$6, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "ResourceId" element
+         */
+        public void setResourceId(java.lang.String resourceId)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCEID$6, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RESOURCEID$6);
+                }
+                target.setStringValue(resourceId);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "ResourceId" element
+         */
+        public void xsetResourceId(org.apache.xmlbeans.XmlAnyURI resourceId)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(RESOURCEID$6, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_element_user(RESOURCEID$6);
+                }
+                target.set(resourceId);
+            }
+        }
+        
+        /**
+         * Gets array of all "ManageabilityCapability" elements
+         */
+        public java.lang.String[] getManageabilityCapabilityArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                java.util.List targetList = new java.util.ArrayList();
+                get_store().find_all_element_users(MANAGEABILITYCAPABILITY$8, targetList);
+                java.lang.String[] result = new java.lang.String[targetList.size()];
+                for (int i = 0, len = targetList.size() ; i < len ; i++)
+                    result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getStringValue();
+                return result;
+            }
+        }
+        
+        /**
+         * Gets ith "ManageabilityCapability" element
+         */
+        public java.lang.String getManageabilityCapabilityArray(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MANAGEABILITYCAPABILITY$8, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) array of all "ManageabilityCapability" elements
+         */
+        public org.apache.xmlbeans.XmlAnyURI[] xgetManageabilityCapabilityArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                java.util.List targetList = new java.util.ArrayList();
+                get_store().find_all_element_users(MANAGEABILITYCAPABILITY$8, targetList);
+                org.apache.xmlbeans.XmlAnyURI[] result = new org.apache.xmlbeans.XmlAnyURI[targetList.size()];
+                targetList.toArray(result);
+                return result;
+            }
+        }
+        
+        /**
+         * Gets (as xml) ith "ManageabilityCapability" element
+         */
+        public org.apache.xmlbeans.XmlAnyURI xgetManageabilityCapabilityArray(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(MANAGEABILITYCAPABILITY$8, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                return (org.apache.xmlbeans.XmlAnyURI)target;
+            }
+        }
+        
+        /**
+         * Returns number of "ManageabilityCapability" element
+         */
+        public int sizeOfManageabilityCapabilityArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                return get_store().count_elements(MANAGEABILITYCAPABILITY$8);
+            }
+        }
+        
+        /**
+         * Sets array of all "ManageabilityCapability" element
+         */
+        public void setManageabilityCapabilityArray(java.lang.String[] manageabilityCapabilityArray)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                arraySetterHelper(manageabilityCapabilityArray, MANAGEABILITYCAPABILITY$8);
+            }
+        }
+        
+        /**
+         * Sets ith "ManageabilityCapability" element
+         */
+        public void setManageabilityCapabilityArray(int i, java.lang.String manageabilityCapability)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MANAGEABILITYCAPABILITY$8, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                target.setStringValue(manageabilityCapability);
+            }
+        }
+        
+        /**
+         * Sets (as xml) array of all "ManageabilityCapability" element
+         */
+        public void xsetManageabilityCapabilityArray(org.apache.xmlbeans.XmlAnyURI[]manageabilityCapabilityArray)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                arraySetterHelper(manageabilityCapabilityArray, MANAGEABILITYCAPABILITY$8);
+            }
+        }
+        
+        /**
+         * Sets (as xml) ith "ManageabilityCapability" element
+         */
+        public void xsetManageabilityCapabilityArray(int i, org.apache.xmlbeans.XmlAnyURI manageabilityCapability)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(MANAGEABILITYCAPABILITY$8, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                target.set(manageabilityCapability);
+            }
+        }
+        
+        /**
+         * Inserts the value as the ith "ManageabilityCapability" element
+         */
+        public void insertManageabilityCapability(int i, java.lang.String manageabilityCapability)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = 
+                    (org.apache.xmlbeans.SimpleValue)get_store().insert_element_user(MANAGEABILITYCAPABILITY$8, i);
+                target.setStringValue(manageabilityCapability);
+            }
+        }
+        
+        /**
+         * Appends the value as the last "ManageabilityCapability" element
+         */
+        public void addManageabilityCapability(java.lang.String manageabilityCapability)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MANAGEABILITYCAPABILITY$8);
+                target.setStringValue(manageabilityCapability);
+            }
+        }
+        
+        /**
+         * Inserts and returns a new empty value (as xml) as the ith "ManageabilityCapability" element
+         */
+        public org.apache.xmlbeans.XmlAnyURI insertNewManageabilityCapability(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().insert_element_user(MANAGEABILITYCAPABILITY$8, i);
+                return target;
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty value (as xml) as the last "ManageabilityCapability" element
+         */
+        public org.apache.xmlbeans.XmlAnyURI addNewManageabilityCapability()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_element_user(MANAGEABILITYCAPABILITY$8);
+                return target;
+            }
+        }
+        
+        /**
+         * Removes the ith "ManageabilityCapability" element
+         */
+        public void removeManageabilityCapability(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                get_store().remove_element(MANAGEABILITYCAPABILITY$8, i);
+            }
+        }
+        
+        /**
+         * Gets the "Caption" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString getCaption()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString)get_store().find_element_user(CAPTION$10, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "Caption" element
+         */
+        public void setCaption(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString caption)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString)get_store().find_element_user(CAPTION$10, 0);
+                if (target == null)
+                {
+                    target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString)get_store().add_element_user(CAPTION$10);
+                }
+                target.set(caption);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "Caption" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString addNewCaption()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString)get_store().add_element_user(CAPTION$10);
+                return target;
+            }
+        }
+        
+        /**
+         * Gets array of all "Description" elements
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString[] getDescriptionArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                java.util.List targetList = new java.util.ArrayList();
+                get_store().find_all_element_users(DESCRIPTION$12, targetList);
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString[] result = new org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString[targetList.size()];
+                targetList.toArray(result);
+                return result;
+            }
+        }
+        
+        /**
+         * Gets ith "Description" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString getDescriptionArray(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString)get_store().find_element_user(DESCRIPTION$12, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Returns number of "Description" element
+         */
+        public int sizeOfDescriptionArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                return get_store().count_elements(DESCRIPTION$12);
+            }
+        }
+        
+        /**
+         * Sets array of all "Description" element
+         */
+        public void setDescriptionArray(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString[] descriptionArray)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                arraySetterHelper(descriptionArray, DESCRIPTION$12);
+            }
+        }
+        
+        /**
+         * Sets ith "Description" element
+         */
+        public void setDescriptionArray(int i, org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString description)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString)get_store().find_element_user(DESCRIPTION$12, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                target.set(description);
+            }
+        }
+        
+        /**
+         * Inserts and returns a new empty value (as xml) as the ith "Description" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString insertNewDescription(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString)get_store().insert_element_user(DESCRIPTION$12, i);
+                return target;
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty value (as xml) as the last "Description" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString addNewDescription()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString)get_store().add_element_user(DESCRIPTION$12);
+                return target;
+            }
+        }
+        
+        /**
+         * Removes the ith "Description" element
+         */
+        public void removeDescription(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                get_store().remove_element(DESCRIPTION$12, i);
+            }
+        }
+        
+        /**
+         * Gets the "Version" element
+         */
+        public java.lang.String getVersion()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VERSION$14, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "Version" element
+         */
+        public org.apache.xmlbeans.XmlString xgetVersion()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(VERSION$14, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * True if has "Version" element
+         */
+        public boolean isSetVersion()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                return get_store().count_elements(VERSION$14) != 0;
+            }
+        }
+        
+        /**
+         * Sets the "Version" element
+         */
+        public void setVersion(java.lang.String version)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VERSION$14, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(VERSION$14);
+                }
+                target.setStringValue(version);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "Version" element
+         */
+        public void xsetVersion(org.apache.xmlbeans.XmlString version)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(VERSION$14, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(VERSION$14);
+                }
+                target.set(version);
+            }
+        }
+        
+        /**
+         * Unsets the "Version" element
+         */
+        public void unsetVersion()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                get_store().remove_element(VERSION$14, 0);
+            }
+        }
+        
+        /**
+         * Gets the "CurrentTime" element
+         */
+        public java.util.Calendar getCurrentTime()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CURRENTTIME$16, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getCalendarValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "CurrentTime" element
+         */
+        public org.apache.xmlbeans.XmlDateTime xgetCurrentTime()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlDateTime target = null;
+                target = (org.apache.xmlbeans.XmlDateTime)get_store().find_element_user(CURRENTTIME$16, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "CurrentTime" element
+         */
+        public void setCurrentTime(java.util.Calendar currentTime)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CURRENTTIME$16, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CURRENTTIME$16);
+                }
+                target.setCalendarValue(currentTime);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "CurrentTime" element
+         */
+        public void xsetCurrentTime(org.apache.xmlbeans.XmlDateTime currentTime)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlDateTime target = null;
+                target = (org.apache.xmlbeans.XmlDateTime)get_store().find_element_user(CURRENTTIME$16, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlDateTime)get_store().add_element_user(CURRENTTIME$16);
+                }
+                target.set(currentTime);
+            }
+        }
+        
+        /**
+         * Gets the "ResourceType" element
+         */
+        public java.lang.String getResourceType()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCETYPE$18, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "ResourceType" element
+         */
+        public org.apache.xmlbeans.XmlAnyURI xgetResourceType()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(RESOURCETYPE$18, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "ResourceType" element
+         */
+        public void setResourceType(java.lang.String resourceType)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCETYPE$18, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RESOURCETYPE$18);
+                }
+                target.setStringValue(resourceType);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "ResourceType" element
+         */
+        public void xsetResourceType(org.apache.xmlbeans.XmlAnyURI resourceType)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(RESOURCETYPE$18, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_element_user(RESOURCETYPE$18);
+                }
+                target.set(resourceType);
+            }
+        }
+        
+        /**
+         * Gets the "ResourceHostname" element
+         */
+        public java.lang.String getResourceHostname()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCEHOSTNAME$20, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "ResourceHostname" element
+         */
+        public org.apache.xmlbeans.XmlString xgetResourceHostname()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(RESOURCEHOSTNAME$20, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "ResourceHostname" element
+         */
+        public void setResourceHostname(java.lang.String resourceHostname)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCEHOSTNAME$20, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RESOURCEHOSTNAME$20);
+                }
+                target.setStringValue(resourceHostname);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "ResourceHostname" element
+         */
+        public void xsetResourceHostname(org.apache.xmlbeans.XmlString resourceHostname)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(RESOURCEHOSTNAME$20, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(RESOURCEHOSTNAME$20);
+                }
+                target.set(resourceHostname);
+            }
+        }
+        
+        /**
+         * Gets the "NumberOfProcesses" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.IntMetric getNumberOfProcesses()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.namespaces.muse.muwsExt1.IntMetric target = null;
+                target = (org.apache.ws.namespaces.muse.muwsExt1.IntMetric)get_store().find_element_user(NUMBEROFPROCESSES$22, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "NumberOfProcesses" element
+         */
+        public void setNumberOfProcesses(org.apache.ws.namespaces.muse.muwsExt1.IntMetric numberOfProcesses)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.namespaces.muse.muwsExt1.IntMetric target = null;
+                target = (org.apache.ws.namespaces.muse.muwsExt1.IntMetric)get_store().find_element_user(NUMBEROFPROCESSES$22, 0);
+                if (target == null)
+                {
+                    target = (org.apache.ws.namespaces.muse.muwsExt1.IntMetric)get_store().add_element_user(NUMBEROFPROCESSES$22);
+                }
+                target.set(numberOfProcesses);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "NumberOfProcesses" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.IntMetric addNewNumberOfProcesses()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.namespaces.muse.muwsExt1.IntMetric target = null;
+                target = (org.apache.ws.namespaces.muse.muwsExt1.IntMetric)get_store().add_element_user(NUMBEROFPROCESSES$22);
+                return target;
+            }
+        }
+        
+        /**
+         * Gets the "AvailableMemory" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.LongMetric getAvailableMemory()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.namespaces.muse.muwsExt1.LongMetric target = null;
+                target = (org.apache.ws.namespaces.muse.muwsExt1.LongMetric)get_store().find_element_user(AVAILABLEMEMORY$24, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "AvailableMemory" element
+         */
+        public void setAvailableMemory(org.apache.ws.namespaces.muse.muwsExt1.LongMetric availableMemory)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.namespaces.muse.muwsExt1.LongMetric target = null;
+                target = (org.apache.ws.namespaces.muse.muwsExt1.LongMetric)get_store().find_element_user(AVAILABLEMEMORY$24, 0);
+                if (target == null)
+                {
+                    target = (org.apache.ws.namespaces.muse.muwsExt1.LongMetric)get_store().add_element_user(AVAILABLEMEMORY$24);
+                }
+                target.set(availableMemory);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "AvailableMemory" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.LongMetric addNewAvailableMemory()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.namespaces.muse.muwsExt1.LongMetric target = null;
+                target = (org.apache.ws.namespaces.muse.muwsExt1.LongMetric)get_store().add_element_user(AVAILABLEMEMORY$24);
+                return target;
+            }
+        }
+        
+        /**
+         * Gets the "CpuUsage" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.IntMetric getCpuUsage()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.namespaces.muse.muwsExt1.IntMetric target = null;
+                target = (org.apache.ws.namespaces.muse.muwsExt1.IntMetric)get_store().find_element_user(CPUUSAGE$26, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "CpuUsage" element
+         */
+        public void setCpuUsage(org.apache.ws.namespaces.muse.muwsExt1.IntMetric cpuUsage)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.namespaces.muse.muwsExt1.IntMetric target = null;
+                target = (org.apache.ws.namespaces.muse.muwsExt1.IntMetric)get_store().find_element_user(CPUUSAGE$26, 0);
+                if (target == null)
+                {
+                    target = (org.apache.ws.namespaces.muse.muwsExt1.IntMetric)get_store().add_element_user(CPUUSAGE$26);
+                }
+                target.set(cpuUsage);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "CpuUsage" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.IntMetric addNewCpuUsage()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.namespaces.muse.muwsExt1.IntMetric target = null;
+                target = (org.apache.ws.namespaces.muse.muwsExt1.IntMetric)get_store().add_element_user(CPUUSAGE$26);
+                return target;
+            }
+        }
+    }
+}

Added: incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/AvailableMemoryDocument.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/AvailableMemoryDocument.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/AvailableMemoryDocument.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/AvailableMemoryDocument.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,109 @@
+/*
+ * An XML document type.
+ * Localname: AvailableMemory
+ * Namespace: http://ws.apache.org/muse/example/host/properties
+ * Java type: org.apache.ws.muse.example.host.properties.AvailableMemoryDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.host.properties;
+
+
+/**
+ * A document containing one AvailableMemory(@http://ws.apache.org/muse/example/host/properties) element.
+ *
+ * This is a complex type.
+ */
+public interface AvailableMemoryDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.sB8C707FF7F921C21C8A9B15E22C64932.TypeSystemHolder.typeSystem.resolveHandle("availablememory4b9cdoctype");
+    
+    /**
+     * Gets the "AvailableMemory" element
+     */
+    org.apache.ws.namespaces.muse.muwsExt1.LongMetric getAvailableMemory();
+    
+    /**
+     * Sets the "AvailableMemory" element
+     */
+    void setAvailableMemory(org.apache.ws.namespaces.muse.muwsExt1.LongMetric availableMemory);
+    
+    /**
+     * Appends and returns a new empty "AvailableMemory" element
+     */
+    org.apache.ws.namespaces.muse.muwsExt1.LongMetric addNewAvailableMemory();
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument newInstance() {
+          return (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.apache.ws.muse.example.host.properties.AvailableMemoryDocument 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 (org.apache.ws.muse.example.host.properties.AvailableMemoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        /** @deprecated {@link 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 {@link 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
+    }
+}



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org