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 ki...@apache.org on 2005/06/20 20:51:29 UTC

svn commit: r191534 [17/29] - in /incubator/muse/trunk/src/site/content/example: ./ epr/ images/ lib/ logic/ logic/src/ logic/src/java/ logic/src/java/org/ logic/src/java/org/apache/ logic/src/java/org/apache/ws/ logic/src/java/org/apache/ws/muse/ logi...

Added: incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RemoveRelationshipDocument.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RemoveRelationshipDocument.java?rev=191534&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RemoveRelationshipDocument.java (added)
+++ incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RemoveRelationshipDocument.java Mon Jun 20 11:51:17 2005
@@ -0,0 +1,150 @@
+/*
+ * An XML document type.
+ * Localname: RemoveRelationship
+ * Namespace: http://ws.apache.org/muse/example/resourceadmin/properties
+ * Java type: org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.resourceadmin.properties;
+
+
+/**
+ * A document containing one RemoveRelationship(@http://ws.apache.org/muse/example/resourceadmin/properties) element.
+ *
+ * This is a complex type.
+ */
+public interface RemoveRelationshipDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("removerelationship2e5bdoctype");
+    
+    /**
+     * Gets the "RemoveRelationship" element
+     */
+    org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship getRemoveRelationship();
+    
+    /**
+     * Sets the "RemoveRelationship" element
+     */
+    void setRemoveRelationship(org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship removeRelationship);
+    
+    /**
+     * Appends and returns a new empty "RemoveRelationship" element
+     */
+    org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship addNewRemoveRelationship();
+    
+    /**
+     * An XML RemoveRelationship(@http://ws.apache.org/muse/example/resourceadmin/properties).
+     *
+     * This is a complex type.
+     */
+    public interface RemoveRelationship extends org.apache.xmlbeans.XmlObject
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("removerelationship29f3elemtype");
+        
+        /**
+         * Gets the "Relationship" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType getRelationship();
+        
+        /**
+         * Sets the "Relationship" element
+         */
+        void setRelationship(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType relationship);
+        
+        /**
+         * Appends and returns a new empty "Relationship" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType addNewRelationship();
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship newInstance() {
+              return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+            
+            private Factory() { } // No instance of this class allowed
+        }
+    }
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument newInstance() {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument) 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/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RemoveRelationshipFaultDocument.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RemoveRelationshipFaultDocument.java?rev=191534&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RemoveRelationshipFaultDocument.java (added)
+++ incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RemoveRelationshipFaultDocument.java Mon Jun 20 11:51:17 2005
@@ -0,0 +1,135 @@
+/*
+ * An XML document type.
+ * Localname: RemoveRelationshipFault
+ * Namespace: http://ws.apache.org/muse/example/resourceadmin/properties
+ * Java type: org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.resourceadmin.properties;
+
+
+/**
+ * A document containing one RemoveRelationshipFault(@http://ws.apache.org/muse/example/resourceadmin/properties) element.
+ *
+ * This is a complex type.
+ */
+public interface RemoveRelationshipFaultDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("removerelationshipfault42a3doctype");
+    
+    /**
+     * Gets the "RemoveRelationshipFault" element
+     */
+    org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument.RemoveRelationshipFault getRemoveRelationshipFault();
+    
+    /**
+     * Sets the "RemoveRelationshipFault" element
+     */
+    void setRemoveRelationshipFault(org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument.RemoveRelationshipFault removeRelationshipFault);
+    
+    /**
+     * Appends and returns a new empty "RemoveRelationshipFault" element
+     */
+    org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument.RemoveRelationshipFault addNewRemoveRelationshipFault();
+    
+    /**
+     * An XML RemoveRelationshipFault(@http://ws.apache.org/muse/example/resourceadmin/properties).
+     *
+     * This is a complex type.
+     */
+    public interface RemoveRelationshipFault extends org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSBaseFaults12Draft01.BaseFaultType
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("removerelationshipfault02f1elemtype");
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument.RemoveRelationshipFault newInstance() {
+              return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument.RemoveRelationshipFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument.RemoveRelationshipFault newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument.RemoveRelationshipFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+            
+            private Factory() { } // No instance of this class allowed
+        }
+    }
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument newInstance() {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipFaultDocument) 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/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RemoveRelationshipResponseDocument.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RemoveRelationshipResponseDocument.java?rev=191534&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RemoveRelationshipResponseDocument.java (added)
+++ incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RemoveRelationshipResponseDocument.java Mon Jun 20 11:51:17 2005
@@ -0,0 +1,135 @@
+/*
+ * An XML document type.
+ * Localname: RemoveRelationshipResponse
+ * Namespace: http://ws.apache.org/muse/example/resourceadmin/properties
+ * Java type: org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.resourceadmin.properties;
+
+
+/**
+ * A document containing one RemoveRelationshipResponse(@http://ws.apache.org/muse/example/resourceadmin/properties) element.
+ *
+ * This is a complex type.
+ */
+public interface RemoveRelationshipResponseDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("removerelationshipresponseea5adoctype");
+    
+    /**
+     * Gets the "RemoveRelationshipResponse" element
+     */
+    org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument.RemoveRelationshipResponse getRemoveRelationshipResponse();
+    
+    /**
+     * Sets the "RemoveRelationshipResponse" element
+     */
+    void setRemoveRelationshipResponse(org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument.RemoveRelationshipResponse removeRelationshipResponse);
+    
+    /**
+     * Appends and returns a new empty "RemoveRelationshipResponse" element
+     */
+    org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument.RemoveRelationshipResponse addNewRemoveRelationshipResponse();
+    
+    /**
+     * An XML RemoveRelationshipResponse(@http://ws.apache.org/muse/example/resourceadmin/properties).
+     *
+     * This is a complex type.
+     */
+    public interface RemoveRelationshipResponse extends org.apache.xmlbeans.XmlObject
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("removerelationshipresponse1753elemtype");
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument.RemoveRelationshipResponse newInstance() {
+              return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument.RemoveRelationshipResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument.RemoveRelationshipResponse newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument.RemoveRelationshipResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+            
+            private Factory() { } // No instance of this class allowed
+        }
+    }
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument newInstance() {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipResponseDocument) 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/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SetRelationshipDocument.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SetRelationshipDocument.java?rev=191534&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SetRelationshipDocument.java (added)
+++ incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SetRelationshipDocument.java Mon Jun 20 11:51:17 2005
@@ -0,0 +1,180 @@
+/*
+ * An XML document type.
+ * Localname: SetRelationship
+ * Namespace: http://ws.apache.org/muse/example/resourceadmin/properties
+ * Java type: org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.resourceadmin.properties;
+
+
+/**
+ * A document containing one SetRelationship(@http://ws.apache.org/muse/example/resourceadmin/properties) element.
+ *
+ * This is a complex type.
+ */
+public interface SetRelationshipDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("setrelationship420fdoctype");
+    
+    /**
+     * Gets the "SetRelationship" element
+     */
+    org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship getSetRelationship();
+    
+    /**
+     * Sets the "SetRelationship" element
+     */
+    void setSetRelationship(org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship setRelationship);
+    
+    /**
+     * Appends and returns a new empty "SetRelationship" element
+     */
+    org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship addNewSetRelationship();
+    
+    /**
+     * An XML SetRelationship(@http://ws.apache.org/muse/example/resourceadmin/properties).
+     *
+     * This is a complex type.
+     */
+    public interface SetRelationship extends org.apache.xmlbeans.XmlObject
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("setrelationshipbbc9elemtype");
+        
+        /**
+         * Gets the "RelationshipFrom" element
+         */
+        org.apache.ws.muse.example.resourceadmin.properties.RelationshipFromType getRelationshipFrom();
+        
+        /**
+         * Sets the "RelationshipFrom" element
+         */
+        void setRelationshipFrom(org.apache.ws.muse.example.resourceadmin.properties.RelationshipFromType relationshipFrom);
+        
+        /**
+         * Appends and returns a new empty "RelationshipFrom" element
+         */
+        org.apache.ws.muse.example.resourceadmin.properties.RelationshipFromType addNewRelationshipFrom();
+        
+        /**
+         * Gets the "Type" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipTypeType getType();
+        
+        /**
+         * Sets the "Type" element
+         */
+        void setType(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipTypeType type);
+        
+        /**
+         * Appends and returns a new empty "Type" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipTypeType addNewType();
+        
+        /**
+         * Gets the "RelationshipTo" element
+         */
+        org.apache.ws.muse.example.resourceadmin.properties.RelationshipToType getRelationshipTo();
+        
+        /**
+         * Sets the "RelationshipTo" element
+         */
+        void setRelationshipTo(org.apache.ws.muse.example.resourceadmin.properties.RelationshipToType relationshipTo);
+        
+        /**
+         * Appends and returns a new empty "RelationshipTo" element
+         */
+        org.apache.ws.muse.example.resourceadmin.properties.RelationshipToType addNewRelationshipTo();
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship newInstance() {
+              return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+            
+            private Factory() { } // No instance of this class allowed
+        }
+    }
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument newInstance() {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument) 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/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SetRelationshipFaultDocument.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SetRelationshipFaultDocument.java?rev=191534&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SetRelationshipFaultDocument.java (added)
+++ incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SetRelationshipFaultDocument.java Mon Jun 20 11:51:17 2005
@@ -0,0 +1,135 @@
+/*
+ * An XML document type.
+ * Localname: SetRelationshipFault
+ * Namespace: http://ws.apache.org/muse/example/resourceadmin/properties
+ * Java type: org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.resourceadmin.properties;
+
+
+/**
+ * A document containing one SetRelationshipFault(@http://ws.apache.org/muse/example/resourceadmin/properties) element.
+ *
+ * This is a complex type.
+ */
+public interface SetRelationshipFaultDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("setrelationshipfault5f6fdoctype");
+    
+    /**
+     * Gets the "SetRelationshipFault" element
+     */
+    org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument.SetRelationshipFault getSetRelationshipFault();
+    
+    /**
+     * Sets the "SetRelationshipFault" element
+     */
+    void setSetRelationshipFault(org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument.SetRelationshipFault setRelationshipFault);
+    
+    /**
+     * Appends and returns a new empty "SetRelationshipFault" element
+     */
+    org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument.SetRelationshipFault addNewSetRelationshipFault();
+    
+    /**
+     * An XML SetRelationshipFault(@http://ws.apache.org/muse/example/resourceadmin/properties).
+     *
+     * This is a complex type.
+     */
+    public interface SetRelationshipFault extends org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSBaseFaults12Draft01.BaseFaultType
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("setrelationshipfault01b3elemtype");
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument.SetRelationshipFault newInstance() {
+              return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument.SetRelationshipFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument.SetRelationshipFault newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument.SetRelationshipFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+            
+            private Factory() { } // No instance of this class allowed
+        }
+    }
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument newInstance() {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipFaultDocument) 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/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SetRelationshipResponseDocument.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SetRelationshipResponseDocument.java?rev=191534&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SetRelationshipResponseDocument.java (added)
+++ incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SetRelationshipResponseDocument.java Mon Jun 20 11:51:17 2005
@@ -0,0 +1,135 @@
+/*
+ * An XML document type.
+ * Localname: SetRelationshipResponse
+ * Namespace: http://ws.apache.org/muse/example/resourceadmin/properties
+ * Java type: org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.resourceadmin.properties;
+
+
+/**
+ * A document containing one SetRelationshipResponse(@http://ws.apache.org/muse/example/resourceadmin/properties) element.
+ *
+ * This is a complex type.
+ */
+public interface SetRelationshipResponseDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("setrelationshipresponse0a0edoctype");
+    
+    /**
+     * Gets the "SetRelationshipResponse" element
+     */
+    org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument.SetRelationshipResponse getSetRelationshipResponse();
+    
+    /**
+     * Sets the "SetRelationshipResponse" element
+     */
+    void setSetRelationshipResponse(org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument.SetRelationshipResponse setRelationshipResponse);
+    
+    /**
+     * Appends and returns a new empty "SetRelationshipResponse" element
+     */
+    org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument.SetRelationshipResponse addNewSetRelationshipResponse();
+    
+    /**
+     * An XML SetRelationshipResponse(@http://ws.apache.org/muse/example/resourceadmin/properties).
+     *
+     * This is a complex type.
+     */
+    public interface SetRelationshipResponse extends org.apache.xmlbeans.XmlObject
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("setrelationshipresponsed207elemtype");
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument.SetRelationshipResponse newInstance() {
+              return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument.SetRelationshipResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument.SetRelationshipResponse newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument.SetRelationshipResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+            
+            private Factory() { } // No instance of this class allowed
+        }
+    }
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument newInstance() {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipResponseDocument) 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/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SupportedResourceType.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SupportedResourceType.java?rev=191534&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SupportedResourceType.java (added)
+++ incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SupportedResourceType.java Mon Jun 20 11:51:17 2005
@@ -0,0 +1,163 @@
+/*
+ * XML Type:  SupportedResourceType
+ * Namespace: http://ws.apache.org/muse/example/resourceadmin/properties
+ * Java type: org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.resourceadmin.properties;
+
+
+/**
+ * An XML SupportedResourceType(@http://ws.apache.org/muse/example/resourceadmin/properties).
+ *
+ * This is a complex type.
+ */
+public interface SupportedResourceType extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("supportedresourcetype9f43type");
+    
+    /**
+     * Gets array of all "ResourceType" elements
+     */
+    java.lang.String[] getResourceTypeArray();
+    
+    /**
+     * Gets ith "ResourceType" element
+     */
+    java.lang.String getResourceTypeArray(int i);
+    
+    /**
+     * Gets (as xml) array of all "ResourceType" elements
+     */
+    org.apache.xmlbeans.XmlAnyURI[] xgetResourceTypeArray();
+    
+    /**
+     * Gets (as xml) ith "ResourceType" element
+     */
+    org.apache.xmlbeans.XmlAnyURI xgetResourceTypeArray(int i);
+    
+    /**
+     * Returns number of "ResourceType" element
+     */
+    int sizeOfResourceTypeArray();
+    
+    /**
+     * Sets array of all "ResourceType" element
+     */
+    void setResourceTypeArray(java.lang.String[] resourceTypeArray);
+    
+    /**
+     * Sets ith "ResourceType" element
+     */
+    void setResourceTypeArray(int i, java.lang.String resourceType);
+    
+    /**
+     * Sets (as xml) array of all "ResourceType" element
+     */
+    void xsetResourceTypeArray(org.apache.xmlbeans.XmlAnyURI[]resourceTypeArray);
+    
+    /**
+     * Sets (as xml) ith "ResourceType" element
+     */
+    void xsetResourceTypeArray(int i, org.apache.xmlbeans.XmlAnyURI resourceType);
+    
+    /**
+     * Inserts the value as the ith "ResourceType" element
+     */
+    void insertResourceType(int i, java.lang.String resourceType);
+    
+    /**
+     * Appends the value as the last "ResourceType" element
+     */
+    void addResourceType(java.lang.String resourceType);
+    
+    /**
+     * Inserts and returns a new empty value (as xml) as the ith "ResourceType" element
+     */
+    org.apache.xmlbeans.XmlAnyURI insertNewResourceType(int i);
+    
+    /**
+     * Appends and returns a new empty value (as xml) as the last "ResourceType" element
+     */
+    org.apache.xmlbeans.XmlAnyURI addNewResourceType();
+    
+    /**
+     * Removes the ith "ResourceType" element
+     */
+    void removeResourceType(int i);
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType newInstance() {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
+        
+        private Factory() { } // No instance of this class allowed
+    }
+}



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