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 sc...@apache.org on 2005/06/03 22:52:56 UTC

svn commit: r179886 [4/7] - in /incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org: ./ wsdmdemo/ wsdmdemo/service/ wsdmdemo/service/weatherClientConfig/ wsdmdemo/service/weatherClientConfig/impl/ wsdmdemo/service/weatherStation/ wsdmdemo/service/weatherStation/impl/ wsdmdemo/service/weatherStationDir/ wsdmdemo/service/weatherStationDir/impl/

Added: incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/WeatherStationResourcePropertiesDocument.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/WeatherStationResourcePropertiesDocument.java?rev=179886&view=auto
==============================================================================
--- incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/WeatherStationResourcePropertiesDocument.java (added)
+++ incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/WeatherStationResourcePropertiesDocument.java Fri Jun  3 13:52:54 2005
@@ -0,0 +1,500 @@
+/*
+ * An XML document type.
+ * Localname: WeatherStationResourceProperties
+ * Namespace: http://wsdmdemo.org/service/weather-station
+ * Java type: org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.wsdmdemo.service.weatherStation;
+
+
+/**
+ * A document containing one WeatherStationResourceProperties(@http://wsdmdemo.org/service/weather-station) element.
+ *
+ * This is a complex type.
+ */
+public interface WeatherStationResourcePropertiesDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.sA71322F65B6A3DDB0F1986626F35474E.TypeSystemHolder.typeSystem.resolveHandle("weatherstationresourceproperties36bcdoctype");
+    
+    /**
+     * Gets the "WeatherStationResourceProperties" element
+     */
+    org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument.WeatherStationResourceProperties getWeatherStationResourceProperties();
+    
+    /**
+     * Sets the "WeatherStationResourceProperties" element
+     */
+    void setWeatherStationResourceProperties(org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument.WeatherStationResourceProperties weatherStationResourceProperties);
+    
+    /**
+     * Appends and returns a new empty "WeatherStationResourceProperties" element
+     */
+    org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument.WeatherStationResourceProperties addNewWeatherStationResourceProperties();
+    
+    /**
+     * An XML WeatherStationResourceProperties(@http://wsdmdemo.org/service/weather-station).
+     *
+     * This is a complex type.
+     */
+    public interface WeatherStationResourceProperties extends org.apache.xmlbeans.XmlObject
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.sA71322F65B6A3DDB0F1986626F35474E.TypeSystemHolder.typeSystem.resolveHandle("weatherstationresourceproperties9dbfelemtype");
+        
+        /**
+         * Gets the "Name" element
+         */
+        java.lang.String getName();
+        
+        /**
+         * Gets (as xml) the "Name" element
+         */
+        org.apache.xmlbeans.XmlString xgetName();
+        
+        /**
+         * Sets the "Name" element
+         */
+        void setName(java.lang.String name);
+        
+        /**
+         * Sets (as xml) the "Name" element
+         */
+        void xsetName(org.apache.xmlbeans.XmlString name);
+        
+        /**
+         * Gets the "Owner" element
+         */
+        java.lang.String getOwner();
+        
+        /**
+         * Gets (as xml) the "Owner" element
+         */
+        org.apache.xmlbeans.XmlString xgetOwner();
+        
+        /**
+         * Sets the "Owner" element
+         */
+        void setOwner(java.lang.String owner);
+        
+        /**
+         * Sets (as xml) the "Owner" element
+         */
+        void xsetOwner(org.apache.xmlbeans.XmlString owner);
+        
+        /**
+         * Gets the "Price" element
+         */
+        double getPrice();
+        
+        /**
+         * Gets (as xml) the "Price" element
+         */
+        org.apache.xmlbeans.XmlDouble xgetPrice();
+        
+        /**
+         * Sets the "Price" element
+         */
+        void setPrice(double price);
+        
+        /**
+         * Sets (as xml) the "Price" element
+         */
+        void xsetPrice(org.apache.xmlbeans.XmlDouble price);
+        
+        /**
+         * Gets the "Temperature" element
+         */
+        org.wsdmdemo.service.weatherStation.TemperatureMetricType getTemperature();
+        
+        /**
+         * Sets the "Temperature" element
+         */
+        void setTemperature(org.wsdmdemo.service.weatherStation.TemperatureMetricType temperature);
+        
+        /**
+         * Appends and returns a new empty "Temperature" element
+         */
+        org.wsdmdemo.service.weatherStation.TemperatureMetricType addNewTemperature();
+        
+        /**
+         * Gets the "Humidity" element
+         */
+        org.wsdmdemo.service.weatherStation.HumidityMetricType getHumidity();
+        
+        /**
+         * Sets the "Humidity" element
+         */
+        void setHumidity(org.wsdmdemo.service.weatherStation.HumidityMetricType humidity);
+        
+        /**
+         * Appends and returns a new empty "Humidity" element
+         */
+        org.wsdmdemo.service.weatherStation.HumidityMetricType addNewHumidity();
+        
+        /**
+         * Gets the "Visibility" element
+         */
+        org.wsdmdemo.service.weatherStation.VisibilityMetricType getVisibility();
+        
+        /**
+         * Sets the "Visibility" element
+         */
+        void setVisibility(org.wsdmdemo.service.weatherStation.VisibilityMetricType visibility);
+        
+        /**
+         * Appends and returns a new empty "Visibility" element
+         */
+        org.wsdmdemo.service.weatherStation.VisibilityMetricType addNewVisibility();
+        
+        /**
+         * Gets array of all "Topic" elements
+         */
+        org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType[] getTopicArray();
+        
+        /**
+         * Gets ith "Topic" element
+         */
+        org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType getTopicArray(int i);
+        
+        /**
+         * Returns number of "Topic" element
+         */
+        int sizeOfTopicArray();
+        
+        /**
+         * Sets array of all "Topic" element
+         */
+        void setTopicArray(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType[] topicArray);
+        
+        /**
+         * Sets ith "Topic" element
+         */
+        void setTopicArray(int i, org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType topic);
+        
+        /**
+         * Inserts and returns a new empty value (as xml) as the ith "Topic" element
+         */
+        org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType insertNewTopic(int i);
+        
+        /**
+         * Appends and returns a new empty value (as xml) as the last "Topic" element
+         */
+        org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType addNewTopic();
+        
+        /**
+         * Removes the ith "Topic" element
+         */
+        void removeTopic(int i);
+        
+        /**
+         * 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 array of all "TopicExpressionDialects" elements
+         */
+        java.lang.String[] getTopicExpressionDialectsArray();
+        
+        /**
+         * Gets ith "TopicExpressionDialects" element
+         */
+        java.lang.String getTopicExpressionDialectsArray(int i);
+        
+        /**
+         * Gets (as xml) array of all "TopicExpressionDialects" elements
+         */
+        org.apache.xmlbeans.XmlAnyURI[] xgetTopicExpressionDialectsArray();
+        
+        /**
+         * Gets (as xml) ith "TopicExpressionDialects" element
+         */
+        org.apache.xmlbeans.XmlAnyURI xgetTopicExpressionDialectsArray(int i);
+        
+        /**
+         * Returns number of "TopicExpressionDialects" element
+         */
+        int sizeOfTopicExpressionDialectsArray();
+        
+        /**
+         * Sets array of all "TopicExpressionDialects" element
+         */
+        void setTopicExpressionDialectsArray(java.lang.String[] topicExpressionDialectsArray);
+        
+        /**
+         * Sets ith "TopicExpressionDialects" element
+         */
+        void setTopicExpressionDialectsArray(int i, java.lang.String topicExpressionDialects);
+        
+        /**
+         * Sets (as xml) array of all "TopicExpressionDialects" element
+         */
+        void xsetTopicExpressionDialectsArray(org.apache.xmlbeans.XmlAnyURI[]topicExpressionDialectsArray);
+        
+        /**
+         * Sets (as xml) ith "TopicExpressionDialects" element
+         */
+        void xsetTopicExpressionDialectsArray(int i, org.apache.xmlbeans.XmlAnyURI topicExpressionDialects);
+        
+        /**
+         * Inserts the value as the ith "TopicExpressionDialects" element
+         */
+        void insertTopicExpressionDialects(int i, java.lang.String topicExpressionDialects);
+        
+        /**
+         * Appends the value as the last "TopicExpressionDialects" element
+         */
+        void addTopicExpressionDialects(java.lang.String topicExpressionDialects);
+        
+        /**
+         * Inserts and returns a new empty value (as xml) as the ith "TopicExpressionDialects" element
+         */
+        org.apache.xmlbeans.XmlAnyURI insertNewTopicExpressionDialects(int i);
+        
+        /**
+         * Appends and returns a new empty value (as xml) as the last "TopicExpressionDialects" element
+         */
+        org.apache.xmlbeans.XmlAnyURI addNewTopicExpressionDialects();
+        
+        /**
+         * Removes the ith "TopicExpressionDialects" element
+         */
+        void removeTopicExpressionDialects(int i);
+        
+        /**
+         * 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 "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 "OperationalStatus" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus.Enum getOperationalStatus();
+        
+        /**
+         * Gets (as xml) the "OperationalStatus" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus xgetOperationalStatus();
+        
+        /**
+         * Sets the "OperationalStatus" element
+         */
+        void setOperationalStatus(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus.Enum operationalStatus);
+        
+        /**
+         * Sets (as xml) the "OperationalStatus" element
+         */
+        void xsetOperationalStatus(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus operationalStatus);
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument.WeatherStationResourceProperties newInstance() {
+              return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument.WeatherStationResourceProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument.WeatherStationResourceProperties newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument.WeatherStationResourceProperties) 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.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument newInstance() {
+          return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument 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.wsdmdemo.service.weatherStation.WeatherStationResourcePropertiesDocument) 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/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/HumidityDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/HumidityDocumentImpl.java?rev=179886&view=auto
==============================================================================
--- incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/HumidityDocumentImpl.java (added)
+++ incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/HumidityDocumentImpl.java Fri Jun  3 13:52:54 2005
@@ -0,0 +1,76 @@
+/*
+ * An XML document type.
+ * Localname: Humidity
+ * Namespace: http://wsdmdemo.org/service/weather-station
+ * Java type: org.wsdmdemo.service.weatherStation.HumidityDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.wsdmdemo.service.weatherStation.impl;
+/**
+ * A document containing one Humidity(@http://wsdmdemo.org/service/weather-station) element.
+ *
+ * This is a complex type.
+ */
+public class HumidityDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.wsdmdemo.service.weatherStation.HumidityDocument
+{
+    
+    public HumidityDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName HUMIDITY$0 = 
+        new javax.xml.namespace.QName("http://wsdmdemo.org/service/weather-station", "Humidity");
+    
+    
+    /**
+     * Gets the "Humidity" element
+     */
+    public org.wsdmdemo.service.weatherStation.HumidityMetricType getHumidity()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.HumidityMetricType target = null;
+            target = (org.wsdmdemo.service.weatherStation.HumidityMetricType)get_store().find_element_user(HUMIDITY$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "Humidity" element
+     */
+    public void setHumidity(org.wsdmdemo.service.weatherStation.HumidityMetricType humidity)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.HumidityMetricType target = null;
+            target = (org.wsdmdemo.service.weatherStation.HumidityMetricType)get_store().find_element_user(HUMIDITY$0, 0);
+            if (target == null)
+            {
+                target = (org.wsdmdemo.service.weatherStation.HumidityMetricType)get_store().add_element_user(HUMIDITY$0);
+            }
+            target.set(humidity);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "Humidity" element
+     */
+    public org.wsdmdemo.service.weatherStation.HumidityMetricType addNewHumidity()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.HumidityMetricType target = null;
+            target = (org.wsdmdemo.service.weatherStation.HumidityMetricType)get_store().add_element_user(HUMIDITY$0);
+            return target;
+        }
+    }
+}

Added: incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/HumidityMetricTypeImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/HumidityMetricTypeImpl.java?rev=179886&view=auto
==============================================================================
--- incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/HumidityMetricTypeImpl.java (added)
+++ incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/HumidityMetricTypeImpl.java Fri Jun  3 13:52:54 2005
@@ -0,0 +1,310 @@
+/*
+ * XML Type:  HumidityMetricType
+ * Namespace: http://wsdmdemo.org/service/weather-station
+ * Java type: org.wsdmdemo.service.weatherStation.HumidityMetricType
+ *
+ * Automatically generated - do not modify.
+ */
+package org.wsdmdemo.service.weatherStation.impl;
+/**
+ * An XML HumidityMetricType(@http://wsdmdemo.org/service/weather-station).
+ *
+ * This is an atomic type that is a restriction of org.apache.xmlbeans.XmlDouble.
+ */
+public class HumidityMetricTypeImpl extends org.apache.xmlbeans.impl.values.JavaDoubleHolderEx implements org.wsdmdemo.service.weatherStation.HumidityMetricType
+{
+    
+    public HumidityMetricTypeImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType, true);
+    }
+    
+    protected HumidityMetricTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
+    {
+        super(sType, b);
+    }
+    
+    private static final javax.xml.namespace.QName RESETAT$0 = 
+        new javax.xml.namespace.QName("", "ResetAt");
+    private static final javax.xml.namespace.QName LASTUPDATED$2 = 
+        new javax.xml.namespace.QName("", "LastUpdated");
+    private static final javax.xml.namespace.QName DURATION$4 = 
+        new javax.xml.namespace.QName("", "Duration");
+    
+    
+    /**
+     * Gets the "ResetAt" attribute
+     */
+    public java.util.Calendar getResetAt()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(RESETAT$0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getCalendarValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "ResetAt" attribute
+     */
+    public org.apache.xmlbeans.XmlDateTime xgetResetAt()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDateTime target = null;
+            target = (org.apache.xmlbeans.XmlDateTime)get_store().find_attribute_user(RESETAT$0);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "ResetAt" attribute
+     */
+    public boolean isSetResetAt()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(RESETAT$0) != null;
+        }
+    }
+    
+    /**
+     * Sets the "ResetAt" attribute
+     */
+    public void setResetAt(java.util.Calendar resetAt)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(RESETAT$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(RESETAT$0);
+            }
+            target.setCalendarValue(resetAt);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "ResetAt" attribute
+     */
+    public void xsetResetAt(org.apache.xmlbeans.XmlDateTime resetAt)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDateTime target = null;
+            target = (org.apache.xmlbeans.XmlDateTime)get_store().find_attribute_user(RESETAT$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlDateTime)get_store().add_attribute_user(RESETAT$0);
+            }
+            target.set(resetAt);
+        }
+    }
+    
+    /**
+     * Unsets the "ResetAt" attribute
+     */
+    public void unsetResetAt()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(RESETAT$0);
+        }
+    }
+    
+    /**
+     * Gets the "LastUpdated" attribute
+     */
+    public java.util.Calendar getLastUpdated()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(LASTUPDATED$2);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getCalendarValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "LastUpdated" attribute
+     */
+    public org.apache.xmlbeans.XmlDateTime xgetLastUpdated()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDateTime target = null;
+            target = (org.apache.xmlbeans.XmlDateTime)get_store().find_attribute_user(LASTUPDATED$2);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "LastUpdated" attribute
+     */
+    public boolean isSetLastUpdated()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(LASTUPDATED$2) != null;
+        }
+    }
+    
+    /**
+     * Sets the "LastUpdated" attribute
+     */
+    public void setLastUpdated(java.util.Calendar lastUpdated)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(LASTUPDATED$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(LASTUPDATED$2);
+            }
+            target.setCalendarValue(lastUpdated);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "LastUpdated" attribute
+     */
+    public void xsetLastUpdated(org.apache.xmlbeans.XmlDateTime lastUpdated)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDateTime target = null;
+            target = (org.apache.xmlbeans.XmlDateTime)get_store().find_attribute_user(LASTUPDATED$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlDateTime)get_store().add_attribute_user(LASTUPDATED$2);
+            }
+            target.set(lastUpdated);
+        }
+    }
+    
+    /**
+     * Unsets the "LastUpdated" attribute
+     */
+    public void unsetLastUpdated()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(LASTUPDATED$2);
+        }
+    }
+    
+    /**
+     * Gets the "Duration" attribute
+     */
+    public org.apache.xmlbeans.GDuration getDuration()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(DURATION$4);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getGDurationValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "Duration" attribute
+     */
+    public org.apache.xmlbeans.XmlDuration xgetDuration()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDuration target = null;
+            target = (org.apache.xmlbeans.XmlDuration)get_store().find_attribute_user(DURATION$4);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "Duration" attribute
+     */
+    public boolean isSetDuration()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(DURATION$4) != null;
+        }
+    }
+    
+    /**
+     * Sets the "Duration" attribute
+     */
+    public void setDuration(org.apache.xmlbeans.GDuration duration)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(DURATION$4);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(DURATION$4);
+            }
+            target.setGDurationValue(duration);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "Duration" attribute
+     */
+    public void xsetDuration(org.apache.xmlbeans.XmlDuration duration)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDuration target = null;
+            target = (org.apache.xmlbeans.XmlDuration)get_store().find_attribute_user(DURATION$4);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlDuration)get_store().add_attribute_user(DURATION$4);
+            }
+            target.set(duration);
+        }
+    }
+    
+    /**
+     * Unsets the "Duration" attribute
+     */
+    public void unsetDuration()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(DURATION$4);
+        }
+    }
+}

Added: incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/NameDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/NameDocumentImpl.java?rev=179886&view=auto
==============================================================================
--- incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/NameDocumentImpl.java (added)
+++ incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/NameDocumentImpl.java Fri Jun  3 13:52:54 2005
@@ -0,0 +1,94 @@
+/*
+ * An XML document type.
+ * Localname: Name
+ * Namespace: http://wsdmdemo.org/service/weather-station
+ * Java type: org.wsdmdemo.service.weatherStation.NameDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.wsdmdemo.service.weatherStation.impl;
+/**
+ * A document containing one Name(@http://wsdmdemo.org/service/weather-station) element.
+ *
+ * This is a complex type.
+ */
+public class NameDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.wsdmdemo.service.weatherStation.NameDocument
+{
+    
+    public NameDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName NAME$0 = 
+        new javax.xml.namespace.QName("http://wsdmdemo.org/service/weather-station", "Name");
+    
+    
+    /**
+     * Gets the "Name" element
+     */
+    public java.lang.String getName()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NAME$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "Name" element
+     */
+    public org.apache.xmlbeans.XmlString xgetName()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(NAME$0, 0);
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "Name" element
+     */
+    public void setName(java.lang.String name)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NAME$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NAME$0);
+            }
+            target.setStringValue(name);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "Name" element
+     */
+    public void xsetName(org.apache.xmlbeans.XmlString name)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(NAME$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(NAME$0);
+            }
+            target.set(name);
+        }
+    }
+}

Added: incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/OwnerDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/OwnerDocumentImpl.java?rev=179886&view=auto
==============================================================================
--- incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/OwnerDocumentImpl.java (added)
+++ incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/OwnerDocumentImpl.java Fri Jun  3 13:52:54 2005
@@ -0,0 +1,94 @@
+/*
+ * An XML document type.
+ * Localname: Owner
+ * Namespace: http://wsdmdemo.org/service/weather-station
+ * Java type: org.wsdmdemo.service.weatherStation.OwnerDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.wsdmdemo.service.weatherStation.impl;
+/**
+ * A document containing one Owner(@http://wsdmdemo.org/service/weather-station) element.
+ *
+ * This is a complex type.
+ */
+public class OwnerDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.wsdmdemo.service.weatherStation.OwnerDocument
+{
+    
+    public OwnerDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName OWNER$0 = 
+        new javax.xml.namespace.QName("http://wsdmdemo.org/service/weather-station", "Owner");
+    
+    
+    /**
+     * Gets the "Owner" element
+     */
+    public java.lang.String getOwner()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OWNER$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "Owner" element
+     */
+    public org.apache.xmlbeans.XmlString xgetOwner()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(OWNER$0, 0);
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "Owner" element
+     */
+    public void setOwner(java.lang.String owner)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OWNER$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OWNER$0);
+            }
+            target.setStringValue(owner);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "Owner" element
+     */
+    public void xsetOwner(org.apache.xmlbeans.XmlString owner)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(OWNER$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(OWNER$0);
+            }
+            target.set(owner);
+        }
+    }
+}

Added: incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/PriceDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/PriceDocumentImpl.java?rev=179886&view=auto
==============================================================================
--- incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/PriceDocumentImpl.java (added)
+++ incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/PriceDocumentImpl.java Fri Jun  3 13:52:54 2005
@@ -0,0 +1,94 @@
+/*
+ * An XML document type.
+ * Localname: Price
+ * Namespace: http://wsdmdemo.org/service/weather-station
+ * Java type: org.wsdmdemo.service.weatherStation.PriceDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.wsdmdemo.service.weatherStation.impl;
+/**
+ * A document containing one Price(@http://wsdmdemo.org/service/weather-station) element.
+ *
+ * This is a complex type.
+ */
+public class PriceDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.wsdmdemo.service.weatherStation.PriceDocument
+{
+    
+    public PriceDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName PRICE$0 = 
+        new javax.xml.namespace.QName("http://wsdmdemo.org/service/weather-station", "Price");
+    
+    
+    /**
+     * Gets the "Price" element
+     */
+    public double getPrice()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRICE$0, 0);
+            if (target == null)
+            {
+                return 0.0;
+            }
+            return target.getDoubleValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "Price" element
+     */
+    public org.apache.xmlbeans.XmlDouble xgetPrice()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDouble target = null;
+            target = (org.apache.xmlbeans.XmlDouble)get_store().find_element_user(PRICE$0, 0);
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "Price" element
+     */
+    public void setPrice(double price)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRICE$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PRICE$0);
+            }
+            target.setDoubleValue(price);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "Price" element
+     */
+    public void xsetPrice(org.apache.xmlbeans.XmlDouble price)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDouble target = null;
+            target = (org.apache.xmlbeans.XmlDouble)get_store().find_element_user(PRICE$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlDouble)get_store().add_element_user(PRICE$0);
+            }
+            target.set(price);
+        }
+    }
+}

Added: incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/RecalibrateDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/RecalibrateDocumentImpl.java?rev=179886&view=auto
==============================================================================
--- incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/RecalibrateDocumentImpl.java (added)
+++ incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/RecalibrateDocumentImpl.java Fri Jun  3 13:52:54 2005
@@ -0,0 +1,91 @@
+/*
+ * An XML document type.
+ * Localname: Recalibrate
+ * Namespace: http://wsdmdemo.org/service/weather-station
+ * Java type: org.wsdmdemo.service.weatherStation.RecalibrateDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.wsdmdemo.service.weatherStation.impl;
+/**
+ * A document containing one Recalibrate(@http://wsdmdemo.org/service/weather-station) element.
+ *
+ * This is a complex type.
+ */
+public class RecalibrateDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.wsdmdemo.service.weatherStation.RecalibrateDocument
+{
+    
+    public RecalibrateDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName RECALIBRATE$0 = 
+        new javax.xml.namespace.QName("http://wsdmdemo.org/service/weather-station", "Recalibrate");
+    
+    
+    /**
+     * Gets the "Recalibrate" element
+     */
+    public org.wsdmdemo.service.weatherStation.RecalibrateDocument.Recalibrate getRecalibrate()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.RecalibrateDocument.Recalibrate target = null;
+            target = (org.wsdmdemo.service.weatherStation.RecalibrateDocument.Recalibrate)get_store().find_element_user(RECALIBRATE$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "Recalibrate" element
+     */
+    public void setRecalibrate(org.wsdmdemo.service.weatherStation.RecalibrateDocument.Recalibrate recalibrate)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.RecalibrateDocument.Recalibrate target = null;
+            target = (org.wsdmdemo.service.weatherStation.RecalibrateDocument.Recalibrate)get_store().find_element_user(RECALIBRATE$0, 0);
+            if (target == null)
+            {
+                target = (org.wsdmdemo.service.weatherStation.RecalibrateDocument.Recalibrate)get_store().add_element_user(RECALIBRATE$0);
+            }
+            target.set(recalibrate);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "Recalibrate" element
+     */
+    public org.wsdmdemo.service.weatherStation.RecalibrateDocument.Recalibrate addNewRecalibrate()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.RecalibrateDocument.Recalibrate target = null;
+            target = (org.wsdmdemo.service.weatherStation.RecalibrateDocument.Recalibrate)get_store().add_element_user(RECALIBRATE$0);
+            return target;
+        }
+    }
+    /**
+     * An XML Recalibrate(@http://wsdmdemo.org/service/weather-station).
+     *
+     * This is a complex type.
+     */
+    public static class RecalibrateImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.wsdmdemo.service.weatherStation.RecalibrateDocument.Recalibrate
+    {
+        
+        public RecalibrateImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        
+    }
+}

Added: incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/RecalibrateResponseDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/RecalibrateResponseDocumentImpl.java?rev=179886&view=auto
==============================================================================
--- incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/RecalibrateResponseDocumentImpl.java (added)
+++ incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/RecalibrateResponseDocumentImpl.java Fri Jun  3 13:52:54 2005
@@ -0,0 +1,91 @@
+/*
+ * An XML document type.
+ * Localname: RecalibrateResponse
+ * Namespace: http://wsdmdemo.org/service/weather-station
+ * Java type: org.wsdmdemo.service.weatherStation.RecalibrateResponseDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.wsdmdemo.service.weatherStation.impl;
+/**
+ * A document containing one RecalibrateResponse(@http://wsdmdemo.org/service/weather-station) element.
+ *
+ * This is a complex type.
+ */
+public class RecalibrateResponseDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.wsdmdemo.service.weatherStation.RecalibrateResponseDocument
+{
+    
+    public RecalibrateResponseDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName RECALIBRATERESPONSE$0 = 
+        new javax.xml.namespace.QName("http://wsdmdemo.org/service/weather-station", "RecalibrateResponse");
+    
+    
+    /**
+     * Gets the "RecalibrateResponse" element
+     */
+    public org.wsdmdemo.service.weatherStation.RecalibrateResponseDocument.RecalibrateResponse getRecalibrateResponse()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.RecalibrateResponseDocument.RecalibrateResponse target = null;
+            target = (org.wsdmdemo.service.weatherStation.RecalibrateResponseDocument.RecalibrateResponse)get_store().find_element_user(RECALIBRATERESPONSE$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "RecalibrateResponse" element
+     */
+    public void setRecalibrateResponse(org.wsdmdemo.service.weatherStation.RecalibrateResponseDocument.RecalibrateResponse recalibrateResponse)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.RecalibrateResponseDocument.RecalibrateResponse target = null;
+            target = (org.wsdmdemo.service.weatherStation.RecalibrateResponseDocument.RecalibrateResponse)get_store().find_element_user(RECALIBRATERESPONSE$0, 0);
+            if (target == null)
+            {
+                target = (org.wsdmdemo.service.weatherStation.RecalibrateResponseDocument.RecalibrateResponse)get_store().add_element_user(RECALIBRATERESPONSE$0);
+            }
+            target.set(recalibrateResponse);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "RecalibrateResponse" element
+     */
+    public org.wsdmdemo.service.weatherStation.RecalibrateResponseDocument.RecalibrateResponse addNewRecalibrateResponse()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.RecalibrateResponseDocument.RecalibrateResponse target = null;
+            target = (org.wsdmdemo.service.weatherStation.RecalibrateResponseDocument.RecalibrateResponse)get_store().add_element_user(RECALIBRATERESPONSE$0);
+            return target;
+        }
+    }
+    /**
+     * An XML RecalibrateResponse(@http://wsdmdemo.org/service/weather-station).
+     *
+     * This is a complex type.
+     */
+    public static class RecalibrateResponseImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.wsdmdemo.service.weatherStation.RecalibrateResponseDocument.RecalibrateResponse
+    {
+        
+        public RecalibrateResponseImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        
+    }
+}

Added: incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/TemperatureDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/TemperatureDocumentImpl.java?rev=179886&view=auto
==============================================================================
--- incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/TemperatureDocumentImpl.java (added)
+++ incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/TemperatureDocumentImpl.java Fri Jun  3 13:52:54 2005
@@ -0,0 +1,76 @@
+/*
+ * An XML document type.
+ * Localname: Temperature
+ * Namespace: http://wsdmdemo.org/service/weather-station
+ * Java type: org.wsdmdemo.service.weatherStation.TemperatureDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.wsdmdemo.service.weatherStation.impl;
+/**
+ * A document containing one Temperature(@http://wsdmdemo.org/service/weather-station) element.
+ *
+ * This is a complex type.
+ */
+public class TemperatureDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.wsdmdemo.service.weatherStation.TemperatureDocument
+{
+    
+    public TemperatureDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName TEMPERATURE$0 = 
+        new javax.xml.namespace.QName("http://wsdmdemo.org/service/weather-station", "Temperature");
+    
+    
+    /**
+     * Gets the "Temperature" element
+     */
+    public org.wsdmdemo.service.weatherStation.TemperatureMetricType getTemperature()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.TemperatureMetricType target = null;
+            target = (org.wsdmdemo.service.weatherStation.TemperatureMetricType)get_store().find_element_user(TEMPERATURE$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "Temperature" element
+     */
+    public void setTemperature(org.wsdmdemo.service.weatherStation.TemperatureMetricType temperature)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.TemperatureMetricType target = null;
+            target = (org.wsdmdemo.service.weatherStation.TemperatureMetricType)get_store().find_element_user(TEMPERATURE$0, 0);
+            if (target == null)
+            {
+                target = (org.wsdmdemo.service.weatherStation.TemperatureMetricType)get_store().add_element_user(TEMPERATURE$0);
+            }
+            target.set(temperature);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "Temperature" element
+     */
+    public org.wsdmdemo.service.weatherStation.TemperatureMetricType addNewTemperature()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.TemperatureMetricType target = null;
+            target = (org.wsdmdemo.service.weatherStation.TemperatureMetricType)get_store().add_element_user(TEMPERATURE$0);
+            return target;
+        }
+    }
+}

Added: incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/TemperatureMetricTypeImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/TemperatureMetricTypeImpl.java?rev=179886&view=auto
==============================================================================
--- incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/TemperatureMetricTypeImpl.java (added)
+++ incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/TemperatureMetricTypeImpl.java Fri Jun  3 13:52:54 2005
@@ -0,0 +1,310 @@
+/*
+ * XML Type:  TemperatureMetricType
+ * Namespace: http://wsdmdemo.org/service/weather-station
+ * Java type: org.wsdmdemo.service.weatherStation.TemperatureMetricType
+ *
+ * Automatically generated - do not modify.
+ */
+package org.wsdmdemo.service.weatherStation.impl;
+/**
+ * An XML TemperatureMetricType(@http://wsdmdemo.org/service/weather-station).
+ *
+ * This is an atomic type that is a restriction of org.apache.xmlbeans.XmlDouble.
+ */
+public class TemperatureMetricTypeImpl extends org.apache.xmlbeans.impl.values.JavaDoubleHolderEx implements org.wsdmdemo.service.weatherStation.TemperatureMetricType
+{
+    
+    public TemperatureMetricTypeImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType, true);
+    }
+    
+    protected TemperatureMetricTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
+    {
+        super(sType, b);
+    }
+    
+    private static final javax.xml.namespace.QName RESETAT$0 = 
+        new javax.xml.namespace.QName("", "ResetAt");
+    private static final javax.xml.namespace.QName LASTUPDATED$2 = 
+        new javax.xml.namespace.QName("", "LastUpdated");
+    private static final javax.xml.namespace.QName DURATION$4 = 
+        new javax.xml.namespace.QName("", "Duration");
+    
+    
+    /**
+     * Gets the "ResetAt" attribute
+     */
+    public java.util.Calendar getResetAt()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(RESETAT$0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getCalendarValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "ResetAt" attribute
+     */
+    public org.apache.xmlbeans.XmlDateTime xgetResetAt()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDateTime target = null;
+            target = (org.apache.xmlbeans.XmlDateTime)get_store().find_attribute_user(RESETAT$0);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "ResetAt" attribute
+     */
+    public boolean isSetResetAt()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(RESETAT$0) != null;
+        }
+    }
+    
+    /**
+     * Sets the "ResetAt" attribute
+     */
+    public void setResetAt(java.util.Calendar resetAt)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(RESETAT$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(RESETAT$0);
+            }
+            target.setCalendarValue(resetAt);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "ResetAt" attribute
+     */
+    public void xsetResetAt(org.apache.xmlbeans.XmlDateTime resetAt)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDateTime target = null;
+            target = (org.apache.xmlbeans.XmlDateTime)get_store().find_attribute_user(RESETAT$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlDateTime)get_store().add_attribute_user(RESETAT$0);
+            }
+            target.set(resetAt);
+        }
+    }
+    
+    /**
+     * Unsets the "ResetAt" attribute
+     */
+    public void unsetResetAt()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(RESETAT$0);
+        }
+    }
+    
+    /**
+     * Gets the "LastUpdated" attribute
+     */
+    public java.util.Calendar getLastUpdated()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(LASTUPDATED$2);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getCalendarValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "LastUpdated" attribute
+     */
+    public org.apache.xmlbeans.XmlDateTime xgetLastUpdated()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDateTime target = null;
+            target = (org.apache.xmlbeans.XmlDateTime)get_store().find_attribute_user(LASTUPDATED$2);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "LastUpdated" attribute
+     */
+    public boolean isSetLastUpdated()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(LASTUPDATED$2) != null;
+        }
+    }
+    
+    /**
+     * Sets the "LastUpdated" attribute
+     */
+    public void setLastUpdated(java.util.Calendar lastUpdated)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(LASTUPDATED$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(LASTUPDATED$2);
+            }
+            target.setCalendarValue(lastUpdated);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "LastUpdated" attribute
+     */
+    public void xsetLastUpdated(org.apache.xmlbeans.XmlDateTime lastUpdated)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDateTime target = null;
+            target = (org.apache.xmlbeans.XmlDateTime)get_store().find_attribute_user(LASTUPDATED$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlDateTime)get_store().add_attribute_user(LASTUPDATED$2);
+            }
+            target.set(lastUpdated);
+        }
+    }
+    
+    /**
+     * Unsets the "LastUpdated" attribute
+     */
+    public void unsetLastUpdated()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(LASTUPDATED$2);
+        }
+    }
+    
+    /**
+     * Gets the "Duration" attribute
+     */
+    public org.apache.xmlbeans.GDuration getDuration()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(DURATION$4);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getGDurationValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "Duration" attribute
+     */
+    public org.apache.xmlbeans.XmlDuration xgetDuration()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDuration target = null;
+            target = (org.apache.xmlbeans.XmlDuration)get_store().find_attribute_user(DURATION$4);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "Duration" attribute
+     */
+    public boolean isSetDuration()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(DURATION$4) != null;
+        }
+    }
+    
+    /**
+     * Sets the "Duration" attribute
+     */
+    public void setDuration(org.apache.xmlbeans.GDuration duration)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(DURATION$4);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(DURATION$4);
+            }
+            target.setGDurationValue(duration);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "Duration" attribute
+     */
+    public void xsetDuration(org.apache.xmlbeans.XmlDuration duration)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDuration target = null;
+            target = (org.apache.xmlbeans.XmlDuration)get_store().find_attribute_user(DURATION$4);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlDuration)get_store().add_attribute_user(DURATION$4);
+            }
+            target.set(duration);
+        }
+    }
+    
+    /**
+     * Unsets the "Duration" attribute
+     */
+    public void unsetDuration()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(DURATION$4);
+        }
+    }
+}

Added: incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/VisibilityDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/VisibilityDocumentImpl.java?rev=179886&view=auto
==============================================================================
--- incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/VisibilityDocumentImpl.java (added)
+++ incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/VisibilityDocumentImpl.java Fri Jun  3 13:52:54 2005
@@ -0,0 +1,76 @@
+/*
+ * An XML document type.
+ * Localname: Visibility
+ * Namespace: http://wsdmdemo.org/service/weather-station
+ * Java type: org.wsdmdemo.service.weatherStation.VisibilityDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.wsdmdemo.service.weatherStation.impl;
+/**
+ * A document containing one Visibility(@http://wsdmdemo.org/service/weather-station) element.
+ *
+ * This is a complex type.
+ */
+public class VisibilityDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.wsdmdemo.service.weatherStation.VisibilityDocument
+{
+    
+    public VisibilityDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName VISIBILITY$0 = 
+        new javax.xml.namespace.QName("http://wsdmdemo.org/service/weather-station", "Visibility");
+    
+    
+    /**
+     * Gets the "Visibility" element
+     */
+    public org.wsdmdemo.service.weatherStation.VisibilityMetricType getVisibility()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.VisibilityMetricType target = null;
+            target = (org.wsdmdemo.service.weatherStation.VisibilityMetricType)get_store().find_element_user(VISIBILITY$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "Visibility" element
+     */
+    public void setVisibility(org.wsdmdemo.service.weatherStation.VisibilityMetricType visibility)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.VisibilityMetricType target = null;
+            target = (org.wsdmdemo.service.weatherStation.VisibilityMetricType)get_store().find_element_user(VISIBILITY$0, 0);
+            if (target == null)
+            {
+                target = (org.wsdmdemo.service.weatherStation.VisibilityMetricType)get_store().add_element_user(VISIBILITY$0);
+            }
+            target.set(visibility);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "Visibility" element
+     */
+    public org.wsdmdemo.service.weatherStation.VisibilityMetricType addNewVisibility()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.wsdmdemo.service.weatherStation.VisibilityMetricType target = null;
+            target = (org.wsdmdemo.service.weatherStation.VisibilityMetricType)get_store().add_element_user(VISIBILITY$0);
+            return target;
+        }
+    }
+}

Added: incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/VisibilityMetricTypeImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/VisibilityMetricTypeImpl.java?rev=179886&view=auto
==============================================================================
--- incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/VisibilityMetricTypeImpl.java (added)
+++ incubator/muse/trunk/src/ieeedemo/src/.xmlbeans/src/org/wsdmdemo/service/weatherStation/impl/VisibilityMetricTypeImpl.java Fri Jun  3 13:52:54 2005
@@ -0,0 +1,310 @@
+/*
+ * XML Type:  VisibilityMetricType
+ * Namespace: http://wsdmdemo.org/service/weather-station
+ * Java type: org.wsdmdemo.service.weatherStation.VisibilityMetricType
+ *
+ * Automatically generated - do not modify.
+ */
+package org.wsdmdemo.service.weatherStation.impl;
+/**
+ * An XML VisibilityMetricType(@http://wsdmdemo.org/service/weather-station).
+ *
+ * This is an atomic type that is a restriction of org.apache.xmlbeans.XmlDouble.
+ */
+public class VisibilityMetricTypeImpl extends org.apache.xmlbeans.impl.values.JavaDoubleHolderEx implements org.wsdmdemo.service.weatherStation.VisibilityMetricType
+{
+    
+    public VisibilityMetricTypeImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType, true);
+    }
+    
+    protected VisibilityMetricTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
+    {
+        super(sType, b);
+    }
+    
+    private static final javax.xml.namespace.QName RESETAT$0 = 
+        new javax.xml.namespace.QName("", "ResetAt");
+    private static final javax.xml.namespace.QName LASTUPDATED$2 = 
+        new javax.xml.namespace.QName("", "LastUpdated");
+    private static final javax.xml.namespace.QName DURATION$4 = 
+        new javax.xml.namespace.QName("", "Duration");
+    
+    
+    /**
+     * Gets the "ResetAt" attribute
+     */
+    public java.util.Calendar getResetAt()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(RESETAT$0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getCalendarValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "ResetAt" attribute
+     */
+    public org.apache.xmlbeans.XmlDateTime xgetResetAt()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDateTime target = null;
+            target = (org.apache.xmlbeans.XmlDateTime)get_store().find_attribute_user(RESETAT$0);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "ResetAt" attribute
+     */
+    public boolean isSetResetAt()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(RESETAT$0) != null;
+        }
+    }
+    
+    /**
+     * Sets the "ResetAt" attribute
+     */
+    public void setResetAt(java.util.Calendar resetAt)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(RESETAT$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(RESETAT$0);
+            }
+            target.setCalendarValue(resetAt);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "ResetAt" attribute
+     */
+    public void xsetResetAt(org.apache.xmlbeans.XmlDateTime resetAt)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDateTime target = null;
+            target = (org.apache.xmlbeans.XmlDateTime)get_store().find_attribute_user(RESETAT$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlDateTime)get_store().add_attribute_user(RESETAT$0);
+            }
+            target.set(resetAt);
+        }
+    }
+    
+    /**
+     * Unsets the "ResetAt" attribute
+     */
+    public void unsetResetAt()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(RESETAT$0);
+        }
+    }
+    
+    /**
+     * Gets the "LastUpdated" attribute
+     */
+    public java.util.Calendar getLastUpdated()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(LASTUPDATED$2);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getCalendarValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "LastUpdated" attribute
+     */
+    public org.apache.xmlbeans.XmlDateTime xgetLastUpdated()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDateTime target = null;
+            target = (org.apache.xmlbeans.XmlDateTime)get_store().find_attribute_user(LASTUPDATED$2);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "LastUpdated" attribute
+     */
+    public boolean isSetLastUpdated()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(LASTUPDATED$2) != null;
+        }
+    }
+    
+    /**
+     * Sets the "LastUpdated" attribute
+     */
+    public void setLastUpdated(java.util.Calendar lastUpdated)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(LASTUPDATED$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(LASTUPDATED$2);
+            }
+            target.setCalendarValue(lastUpdated);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "LastUpdated" attribute
+     */
+    public void xsetLastUpdated(org.apache.xmlbeans.XmlDateTime lastUpdated)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDateTime target = null;
+            target = (org.apache.xmlbeans.XmlDateTime)get_store().find_attribute_user(LASTUPDATED$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlDateTime)get_store().add_attribute_user(LASTUPDATED$2);
+            }
+            target.set(lastUpdated);
+        }
+    }
+    
+    /**
+     * Unsets the "LastUpdated" attribute
+     */
+    public void unsetLastUpdated()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(LASTUPDATED$2);
+        }
+    }
+    
+    /**
+     * Gets the "Duration" attribute
+     */
+    public org.apache.xmlbeans.GDuration getDuration()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(DURATION$4);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getGDurationValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "Duration" attribute
+     */
+    public org.apache.xmlbeans.XmlDuration xgetDuration()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDuration target = null;
+            target = (org.apache.xmlbeans.XmlDuration)get_store().find_attribute_user(DURATION$4);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "Duration" attribute
+     */
+    public boolean isSetDuration()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(DURATION$4) != null;
+        }
+    }
+    
+    /**
+     * Sets the "Duration" attribute
+     */
+    public void setDuration(org.apache.xmlbeans.GDuration duration)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(DURATION$4);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(DURATION$4);
+            }
+            target.setGDurationValue(duration);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "Duration" attribute
+     */
+    public void xsetDuration(org.apache.xmlbeans.XmlDuration duration)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlDuration target = null;
+            target = (org.apache.xmlbeans.XmlDuration)get_store().find_attribute_user(DURATION$4);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlDuration)get_store().add_attribute_user(DURATION$4);
+            }
+            target.set(duration);
+        }
+    }
+    
+    /**
+     * Unsets the "Duration" attribute
+     */
+    public void unsetDuration()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(DURATION$4);
+        }
+    }
+}



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