Added: 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/TestResourceResourcePropertiesDocument.java
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/TestResourceResourcePropertiesDocument.java?rev=264778&view=auto
==============================================================================
--- 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/TestResourceResourcePropertiesDocument.java
 (added)
+++ 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/TestResourceResourcePropertiesDocument.java
 Tue Aug 30 06:29:12 2005
@@ -0,0 +1,467 @@
+/*

+ * An XML document type.

+ * Localname: TestResourceResourceProperties

+ * Namespace: http://ws.apache.org/service/testresource

+ * Java type: 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument

+ *

+ * Automatically generated - do not modify.

+ */

+package org.apache.ws.service.testresource;

+

+

+/**

+ * A document containing one 
TestResourceResourceProperties(@http://ws.apache.org/service/testresource) 
element.

+ *

+ * This is a complex type.

+ */

+public interface TestResourceResourcePropertiesDocument extends 
org.apache.xmlbeans.XmlObject

+{

+    public static final org.apache.xmlbeans.SchemaType type = 
(org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s22096BB57BC0444CD6372E5E2C1019E8.TypeSystemHolder.typeSystem.resolveHandle("testresourceresourceproperties19ffdoctype");

+    

+    /**

+     * Gets the "TestResourceResourceProperties" element

+     */

+    
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument.TestResourceResourceProperties
 getTestResourceResourceProperties();

+    

+    /**

+     * Sets the "TestResourceResourceProperties" element

+     */

+    void 
setTestResourceResourceProperties(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument.TestResourceResourceProperties
 testResourceResourceProperties);

+    

+    /**

+     * Appends and returns a new empty "TestResourceResourceProperties" element

+     */

+    
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument.TestResourceResourceProperties
 addNewTestResourceResourceProperties();

+    

+    /**

+     * An XML 
TestResourceResourceProperties(@http://ws.apache.org/service/testresource).

+     *

+     * This is a complex type.

+     */

+    public interface TestResourceResourceProperties extends 
org.apache.xmlbeans.XmlObject

+    {

+        public static final org.apache.xmlbeans.SchemaType type = 
(org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s22096BB57BC0444CD6372E5E2C1019E8.TypeSystemHolder.typeSystem.resolveHandle("testresourceresourceproperties6c62elemtype");

+        

+        /**

+         * 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 "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 "TestMetric" element

+         */

+        org.apache.ws.service.testresource.TestMetricMetricType 
getTestMetric();

+        

+        /**

+         * Sets the "TestMetric" element

+         */

+        void 
setTestMetric(org.apache.ws.service.testresource.TestMetricMetricType 
testMetric);

+        

+        /**

+         * Appends and returns a new empty "TestMetric" element

+         */

+        org.apache.ws.service.testresource.TestMetricMetricType 
addNewTestMetric();

+        

+        /**

+         * 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);

+        

+        /**

+         * Gets the "LastResponseTime" element

+         */

+        org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.DurationMetric 
getLastResponseTime();

+        

+        /**

+         * Sets the "LastResponseTime" element

+         */

+        void 
setLastResponseTime(org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.DurationMetric
 lastResponseTime);

+        

+        /**

+         * Appends and returns a new empty "LastResponseTime" element

+         */

+        org.oasisOpen.docs.wsdm.x2004.x12.mows.wsdmMows.DurationMetric 
addNewLastResponseTime();

+        

+        /**

+         * A factory class with static methods for creating instances

+         * of this type.

+         */

+        

+        public static final class Factory

+        {

+            public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument.TestResourceResourceProperties
 newInstance() {

+              return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument.TestResourceResourceProperties)
 org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); 
}

+            

+            public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument.TestResourceResourceProperties
 newInstance(org.apache.xmlbeans.XmlOptions options) {

+              return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument.TestResourceResourceProperties)
 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.service.testresource.TestResourceResourcePropertiesDocument 
newInstance() {

+          return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument) 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }

+        

+        public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument 
newInstance(org.apache.xmlbeans.XmlOptions options) {

+          return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument) 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options 
); }

+        

+        /** @param xmlAsString the string value to parse */

+        public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument 
parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {

+          return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument) 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, 
null ); }

+        

+        public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument 
parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) 
throws org.apache.xmlbeans.XmlException {

+          return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument) 
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.service.testresource.TestResourceResourcePropertiesDocument 
parse(java.io.File file) throws org.apache.xmlbeans.XmlException, 
java.io.IOException {

+          return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument) 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }

+        

+        public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument 
parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws 
org.apache.xmlbeans.XmlException, java.io.IOException {

+          return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument) 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options 
); }

+        

+        public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument 
parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, 
java.io.IOException {

+          return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument) 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }

+        

+        public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument 
parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws 
org.apache.xmlbeans.XmlException, java.io.IOException {

+          return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument) 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }

+        

+        public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument 
parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, 
java.io.IOException {

+          return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument) 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }

+        

+        public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument 
parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws 
org.apache.xmlbeans.XmlException, java.io.IOException {

+          return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument) 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); 
}

+        

+        public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument 
parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, 
java.io.IOException {

+          return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument) 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }

+        

+        public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument 
parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws 
org.apache.xmlbeans.XmlException, java.io.IOException {

+          return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument) 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }

+        

+        public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument 
parse(javax.xml.stream.XMLStreamReader sr) throws 
org.apache.xmlbeans.XmlException {

+          return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument) 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }

+        

+        public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument 
parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions 
options) throws org.apache.xmlbeans.XmlException {

+          return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument) 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); 
}

+        

+        public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument 
parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {

+          return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument) 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }

+        

+        public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument 
parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws 
org.apache.xmlbeans.XmlException {

+          return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument) 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options 
); }

+        

+        /** @deprecated [EMAIL PROTECTED] XMLInputStream} */

+        public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument 
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws 
org.apache.xmlbeans.XmlException, 
org.apache.xmlbeans.xml.stream.XMLStreamException {

+          return 
(org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument) 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }

+        

+        /** @deprecated [EMAIL PROTECTED] XMLInputStream} */

+        public static 
org.apache.ws.service.testresource.TestResourceResourcePropertiesDocument 
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.service.testresource.TestResourceResourcePropertiesDocument) 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options 
); }

+        

+        /** @deprecated [EMAIL PROTECTED] XMLInputStream} */

+        public static org.apache.xmlbeans.xml.stream.XMLInputStream 
newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) 
throws org.apache.xmlbeans.XmlException, 
org.apache.xmlbeans.xml.stream.XMLStreamException {

+          return 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream(
 xis, type, null ); }

+        

+        /** @deprecated [EMAIL PROTECTED] XMLInputStream} */

+        public static org.apache.xmlbeans.xml.stream.XMLInputStream 
newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, 
org.apache.xmlbeans.XmlOptions options) throws 
org.apache.xmlbeans.XmlException, 
org.apache.xmlbeans.xml.stream.XMLStreamException {

+          return 
org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream(
 xis, type, options ); }

+        

+        private Factory() { } // No instance of this class allowed

+    }

+}


Added: 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/NameDocumentImpl.java
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/NameDocumentImpl.java?rev=264778&view=auto
==============================================================================
--- 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/NameDocumentImpl.java
 (added)
+++ 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/NameDocumentImpl.java
 Tue Aug 30 06:29:12 2005
@@ -0,0 +1,94 @@
+/*

+ * An XML document type.

+ * Localname: Name

+ * Namespace: http://ws.apache.org/service/testresource

+ * Java type: org.apache.ws.service.testresource.NameDocument

+ *

+ * Automatically generated - do not modify.

+ */

+package org.apache.ws.service.testresource.impl;

+/**

+ * A document containing one Name(@http://ws.apache.org/service/testresource) 
element.

+ *

+ * This is a complex type.

+ */

+public class NameDocumentImpl extends 
org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements 
org.apache.ws.service.testresource.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://ws.apache.org/service/testresource";, "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: 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/PriceDocumentImpl.java
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/PriceDocumentImpl.java?rev=264778&view=auto
==============================================================================
--- 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/PriceDocumentImpl.java
 (added)
+++ 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/PriceDocumentImpl.java
 Tue Aug 30 06:29:12 2005
@@ -0,0 +1,94 @@
+/*

+ * An XML document type.

+ * Localname: Price

+ * Namespace: http://ws.apache.org/service/testresource

+ * Java type: org.apache.ws.service.testresource.PriceDocument

+ *

+ * Automatically generated - do not modify.

+ */

+package org.apache.ws.service.testresource.impl;

+/**

+ * A document containing one Price(@http://ws.apache.org/service/testresource) 
element.

+ *

+ * This is a complex type.

+ */

+public class PriceDocumentImpl extends 
org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements 
org.apache.ws.service.testresource.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://ws.apache.org/service/testresource";, "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: 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/TestMetricDocumentImpl.java
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/TestMetricDocumentImpl.java?rev=264778&view=auto
==============================================================================
--- 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/TestMetricDocumentImpl.java
 (added)
+++ 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/TestMetricDocumentImpl.java
 Tue Aug 30 06:29:12 2005
@@ -0,0 +1,76 @@
+/*

+ * An XML document type.

+ * Localname: TestMetric

+ * Namespace: http://ws.apache.org/service/testresource

+ * Java type: org.apache.ws.service.testresource.TestMetricDocument

+ *

+ * Automatically generated - do not modify.

+ */

+package org.apache.ws.service.testresource.impl;

+/**

+ * A document containing one 
TestMetric(@http://ws.apache.org/service/testresource) element.

+ *

+ * This is a complex type.

+ */

+public class TestMetricDocumentImpl extends 
org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements 
org.apache.ws.service.testresource.TestMetricDocument

+{

+    

+    public TestMetricDocumentImpl(org.apache.xmlbeans.SchemaType sType)

+    {

+        super(sType);

+    }

+    

+    private static final javax.xml.namespace.QName TESTMETRIC$0 = 

+        new 
javax.xml.namespace.QName("http://ws.apache.org/service/testresource";, 
"TestMetric");

+    

+    

+    /**

+     * Gets the "TestMetric" element

+     */

+    public org.apache.ws.service.testresource.TestMetricMetricType 
getTestMetric()

+    {

+        synchronized (monitor())

+        {

+            check_orphaned();

+            org.apache.ws.service.testresource.TestMetricMetricType target = 
null;

+            target = 
(org.apache.ws.service.testresource.TestMetricMetricType)get_store().find_element_user(TESTMETRIC$0,
 0);

+            if (target == null)

+            {

+                return null;

+            }

+            return target;

+        }

+    }

+    

+    /**

+     * Sets the "TestMetric" element

+     */

+    public void 
setTestMetric(org.apache.ws.service.testresource.TestMetricMetricType 
testMetric)

+    {

+        synchronized (monitor())

+        {

+            check_orphaned();

+            org.apache.ws.service.testresource.TestMetricMetricType target = 
null;

+            target = 
(org.apache.ws.service.testresource.TestMetricMetricType)get_store().find_element_user(TESTMETRIC$0,
 0);

+            if (target == null)

+            {

+                target = 
(org.apache.ws.service.testresource.TestMetricMetricType)get_store().add_element_user(TESTMETRIC$0);

+            }

+            target.set(testMetric);

+        }

+    }

+    

+    /**

+     * Appends and returns a new empty "TestMetric" element

+     */

+    public org.apache.ws.service.testresource.TestMetricMetricType 
addNewTestMetric()

+    {

+        synchronized (monitor())

+        {

+            check_orphaned();

+            org.apache.ws.service.testresource.TestMetricMetricType target = 
null;

+            target = 
(org.apache.ws.service.testresource.TestMetricMetricType)get_store().add_element_user(TESTMETRIC$0);

+            return target;

+        }

+    }

+}


Added: 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/TestMetricMetricTypeImpl.java
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/TestMetricMetricTypeImpl.java?rev=264778&view=auto
==============================================================================
--- 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/TestMetricMetricTypeImpl.java
 (added)
+++ 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/TestMetricMetricTypeImpl.java
 Tue Aug 30 06:29:12 2005
@@ -0,0 +1,310 @@
+/*

+ * XML Type:  TestMetricMetricType

+ * Namespace: http://ws.apache.org/service/testresource

+ * Java type: org.apache.ws.service.testresource.TestMetricMetricType

+ *

+ * Automatically generated - do not modify.

+ */

+package org.apache.ws.service.testresource.impl;

+/**

+ * An XML TestMetricMetricType(@http://ws.apache.org/service/testresource).

+ *

+ * This is an atomic type that is a restriction of 
org.apache.xmlbeans.XmlDouble.

+ */

+public class TestMetricMetricTypeImpl extends 
org.apache.xmlbeans.impl.values.JavaDoubleHolderEx implements 
org.apache.ws.service.testresource.TestMetricMetricType

+{

+    

+    public TestMetricMetricTypeImpl(org.apache.xmlbeans.SchemaType sType)

+    {

+        super(sType, true);

+    }

+    

+    protected TestMetricMetricTypeImpl(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: 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/TestOperationDocumentImpl.java
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/TestOperationDocumentImpl.java?rev=264778&view=auto
==============================================================================
--- 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/TestOperationDocumentImpl.java
 (added)
+++ 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/TestOperationDocumentImpl.java
 Tue Aug 30 06:29:12 2005
@@ -0,0 +1,91 @@
+/*

+ * An XML document type.

+ * Localname: TestOperation

+ * Namespace: http://ws.apache.org/service/testresource

+ * Java type: org.apache.ws.service.testresource.TestOperationDocument

+ *

+ * Automatically generated - do not modify.

+ */

+package org.apache.ws.service.testresource.impl;

+/**

+ * A document containing one 
TestOperation(@http://ws.apache.org/service/testresource) element.

+ *

+ * This is a complex type.

+ */

+public class TestOperationDocumentImpl extends 
org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements 
org.apache.ws.service.testresource.TestOperationDocument

+{

+    

+    public TestOperationDocumentImpl(org.apache.xmlbeans.SchemaType sType)

+    {

+        super(sType);

+    }

+    

+    private static final javax.xml.namespace.QName TESTOPERATION$0 = 

+        new 
javax.xml.namespace.QName("http://ws.apache.org/service/testresource";, 
"TestOperation");

+    

+    

+    /**

+     * Gets the "TestOperation" element

+     */

+    public 
org.apache.ws.service.testresource.TestOperationDocument.TestOperation 
getTestOperation()

+    {

+        synchronized (monitor())

+        {

+            check_orphaned();

+            
org.apache.ws.service.testresource.TestOperationDocument.TestOperation target = 
null;

+            target = 
(org.apache.ws.service.testresource.TestOperationDocument.TestOperation)get_store().find_element_user(TESTOPERATION$0,
 0);

+            if (target == null)

+            {

+                return null;

+            }

+            return target;

+        }

+    }

+    

+    /**

+     * Sets the "TestOperation" element

+     */

+    public void 
setTestOperation(org.apache.ws.service.testresource.TestOperationDocument.TestOperation
 testOperation)

+    {

+        synchronized (monitor())

+        {

+            check_orphaned();

+            
org.apache.ws.service.testresource.TestOperationDocument.TestOperation target = 
null;

+            target = 
(org.apache.ws.service.testresource.TestOperationDocument.TestOperation)get_store().find_element_user(TESTOPERATION$0,
 0);

+            if (target == null)

+            {

+                target = 
(org.apache.ws.service.testresource.TestOperationDocument.TestOperation)get_store().add_element_user(TESTOPERATION$0);

+            }

+            target.set(testOperation);

+        }

+    }

+    

+    /**

+     * Appends and returns a new empty "TestOperation" element

+     */

+    public 
org.apache.ws.service.testresource.TestOperationDocument.TestOperation 
addNewTestOperation()

+    {

+        synchronized (monitor())

+        {

+            check_orphaned();

+            
org.apache.ws.service.testresource.TestOperationDocument.TestOperation target = 
null;

+            target = 
(org.apache.ws.service.testresource.TestOperationDocument.TestOperation)get_store().add_element_user(TESTOPERATION$0);

+            return target;

+        }

+    }

+    /**

+     * An XML TestOperation(@http://ws.apache.org/service/testresource).

+     *

+     * This is a complex type.

+     */

+    public static class TestOperationImpl extends 
org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements 
org.apache.ws.service.testresource.TestOperationDocument.TestOperation

+    {

+        

+        public TestOperationImpl(org.apache.xmlbeans.SchemaType sType)

+        {

+            super(sType);

+        }

+        

+        

+    }

+}


Added: 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/TestOperationResponseDocumentImpl.java
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/TestOperationResponseDocumentImpl.java?rev=264778&view=auto
==============================================================================
--- 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/TestOperationResponseDocumentImpl.java
 (added)
+++ 
webservices/muse/trunk/src/examples/client/src/resource/target/.xmlbeans/src/org/apache/ws/service/testresource/impl/TestOperationResponseDocumentImpl.java
 Tue Aug 30 06:29:12 2005
@@ -0,0 +1,91 @@
+/*

+ * An XML document type.

+ * Localname: TestOperationResponse

+ * Namespace: http://ws.apache.org/service/testresource

+ * Java type: org.apache.ws.service.testresource.TestOperationResponseDocument

+ *

+ * Automatically generated - do not modify.

+ */

+package org.apache.ws.service.testresource.impl;

+/**

+ * A document containing one 
TestOperationResponse(@http://ws.apache.org/service/testresource) element.

+ *

+ * This is a complex type.

+ */

+public class TestOperationResponseDocumentImpl extends 
org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements 
org.apache.ws.service.testresource.TestOperationResponseDocument

+{

+    

+    public TestOperationResponseDocumentImpl(org.apache.xmlbeans.SchemaType 
sType)

+    {

+        super(sType);

+    }

+    

+    private static final javax.xml.namespace.QName TESTOPERATIONRESPONSE$0 = 

+        new 
javax.xml.namespace.QName("http://ws.apache.org/service/testresource";, 
"TestOperationResponse");

+    

+    

+    /**

+     * Gets the "TestOperationResponse" element

+     */

+    public 
org.apache.ws.service.testresource.TestOperationResponseDocument.TestOperationResponse
 getTestOperationResponse()

+    {

+        synchronized (monitor())

+        {

+            check_orphaned();

+            
org.apache.ws.service.testresource.TestOperationResponseDocument.TestOperationResponse
 target = null;

+            target = 
(org.apache.ws.service.testresource.TestOperationResponseDocument.TestOperationResponse)get_store().find_element_user(TESTOPERATIONRESPONSE$0,
 0);

+            if (target == null)

+            {

+                return null;

+            }

+            return target;

+        }

+    }

+    

+    /**

+     * Sets the "TestOperationResponse" element

+     */

+    public void 
setTestOperationResponse(org.apache.ws.service.testresource.TestOperationResponseDocument.TestOperationResponse
 testOperationResponse)

+    {

+        synchronized (monitor())

+        {

+            check_orphaned();

+            
org.apache.ws.service.testresource.TestOperationResponseDocument.TestOperationResponse
 target = null;

+            target = 
(org.apache.ws.service.testresource.TestOperationResponseDocument.TestOperationResponse)get_store().find_element_user(TESTOPERATIONRESPONSE$0,
 0);

+            if (target == null)

+            {

+                target = 
(org.apache.ws.service.testresource.TestOperationResponseDocument.TestOperationResponse)get_store().add_element_user(TESTOPERATIONRESPONSE$0);

+            }

+            target.set(testOperationResponse);

+        }

+    }

+    

+    /**

+     * Appends and returns a new empty "TestOperationResponse" element

+     */

+    public 
org.apache.ws.service.testresource.TestOperationResponseDocument.TestOperationResponse
 addNewTestOperationResponse()

+    {

+        synchronized (monitor())

+        {

+            check_orphaned();

+            
org.apache.ws.service.testresource.TestOperationResponseDocument.TestOperationResponse
 target = null;

+            target = 
(org.apache.ws.service.testresource.TestOperationResponseDocument.TestOperationResponse)get_store().add_element_user(TESTOPERATIONRESPONSE$0);

+            return target;

+        }

+    }

+    /**

+     * An XML 
TestOperationResponse(@http://ws.apache.org/service/testresource).

+     *

+     * This is a complex type.

+     */

+    public static class TestOperationResponseImpl extends 
org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements 
org.apache.ws.service.testresource.TestOperationResponseDocument.TestOperationResponse

+    {

+        

+        public TestOperationResponseImpl(org.apache.xmlbeans.SchemaType sType)

+        {

+            super(sType);

+        }

+        

+        

+    }

+}




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to