Commit in servicemix/ws/xmlbeans/src/main/java/org/servicemix/ws/xmlbeans/rm/policy on MAIN
impl/RMAssertionDocumentImpl.java+665added 1.1
RMAssertionDocument.java+399added 1.1
+1064
2 added files
migrated the XMLBeans code into a sub module

servicemix/ws/xmlbeans/src/main/java/org/servicemix/ws/xmlbeans/rm/policy/impl
RMAssertionDocumentImpl.java added at 1.1
diff -N RMAssertionDocumentImpl.java
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ RMAssertionDocumentImpl.java	23 Aug 2005 08:44:45 -0000	1.1
@@ -0,0 +1,665 @@
+/*
+ * An XML document type.
+ * Localname: RMAssertion
+ * Namespace: http://schemas.xmlsoap.org/ws/2005/02/rm/policy
+ * Java type: org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.servicemix.ws.xmlbeans.rm.policy.impl;
+/**
+ * A document containing one RMAssertion(@http://schemas.xmlsoap.org/ws/2005/02/rm/policy) element.
+ *
+ * This is a complex type.
+ */
+public class RMAssertionDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument
+{
+    
+    public RMAssertionDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName RMASSERTION$0 = 
+        new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2005/02/rm/policy", "RMAssertion");
+    
+    
+    /**
+     * Gets the "RMAssertion" element
+     */
+    public org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion getRMAssertion()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion target = null;
+            target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion)get_store().find_element_user(RMASSERTION$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "RMAssertion" element
+     */
+    public void setRMAssertion(org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion rmAssertion)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion target = null;
+            target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion)get_store().find_element_user(RMASSERTION$0, 0);
+            if (target == null)
+            {
+                target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion)get_store().add_element_user(RMASSERTION$0);
+            }
+            target.set(rmAssertion);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "RMAssertion" element
+     */
+    public org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion addNewRMAssertion()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion target = null;
+            target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion)get_store().add_element_user(RMASSERTION$0);
+            return target;
+        }
+    }
+    /**
+     * An XML RMAssertion(@http://schemas.xmlsoap.org/ws/2005/02/rm/policy).
+     *
+     * This is a complex type.
+     */
+    public static class RMAssertionImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion
+    {
+        
+        public RMAssertionImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        private static final javax.xml.namespace.QName INACTIVITYTIMEOUT$0 = 
+            new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2005/02/rm/policy", "InactivityTimeout");
+        private static final javax.xml.namespace.QName BASERETRANSMISSIONINTERVAL$2 = 
+            new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2005/02/rm/policy", "BaseRetransmissionInterval");
+        private static final javax.xml.namespace.QName EXPONENTIALBACKOFF$4 = 
+            new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2005/02/rm/policy", "ExponentialBackoff");
+        private static final javax.xml.namespace.QName ACKNOWLEDGEMENTINTERVAL$6 = 
+            new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2005/02/rm/policy", "AcknowledgementInterval");
+        
+        
+        /**
+         * Gets the "InactivityTimeout" element
+         */
+        public org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout getInactivityTimeout()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout target = null;
+                target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout)get_store().find_element_user(INACTIVITYTIMEOUT$0, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * True if has "InactivityTimeout" element
+         */
+        public boolean isSetInactivityTimeout()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                return get_store().count_elements(INACTIVITYTIMEOUT$0) != 0;
+            }
+        }
+        
+        /**
+         * Sets the "InactivityTimeout" element
+         */
+        public void setInactivityTimeout(org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout inactivityTimeout)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout target = null;
+                target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout)get_store().find_element_user(INACTIVITYTIMEOUT$0, 0);
+                if (target == null)
+                {
+                    target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout)get_store().add_element_user(INACTIVITYTIMEOUT$0);
+                }
+                target.set(inactivityTimeout);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "InactivityTimeout" element
+         */
+        public org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout addNewInactivityTimeout()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout target = null;
+                target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout)get_store().add_element_user(INACTIVITYTIMEOUT$0);
+                return target;
+            }
+        }
+        
+        /**
+         * Unsets the "InactivityTimeout" element
+         */
+        public void unsetInactivityTimeout()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                get_store().remove_element(INACTIVITYTIMEOUT$0, 0);
+            }
+        }
+        
+        /**
+         * Gets the "BaseRetransmissionInterval" element
+         */
+        public org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval getBaseRetransmissionInterval()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval target = null;
+                target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval)get_store().find_element_user(BASERETRANSMISSIONINTERVAL$2, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * True if has "BaseRetransmissionInterval" element
+         */
+        public boolean isSetBaseRetransmissionInterval()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                return get_store().count_elements(BASERETRANSMISSIONINTERVAL$2) != 0;
+            }
+        }
+        
+        /**
+         * Sets the "BaseRetransmissionInterval" element
+         */
+        public void setBaseRetransmissionInterval(org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval baseRetransmissionInterval)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval target = null;
+                target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval)get_store().find_element_user(BASERETRANSMISSIONINTERVAL$2, 0);
+                if (target == null)
+                {
+                    target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval)get_store().add_element_user(BASERETRANSMISSIONINTERVAL$2);
+                }
+                target.set(baseRetransmissionInterval);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "BaseRetransmissionInterval" element
+         */
+        public org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval addNewBaseRetransmissionInterval()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval target = null;
+                target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval)get_store().add_element_user(BASERETRANSMISSIONINTERVAL$2);
+                return target;
+            }
+        }
+        
+        /**
+         * Unsets the "BaseRetransmissionInterval" element
+         */
+        public void unsetBaseRetransmissionInterval()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                get_store().remove_element(BASERETRANSMISSIONINTERVAL$2, 0);
+            }
+        }
+        
+        /**
+         * Gets the "ExponentialBackoff" element
+         */
+        public org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff getExponentialBackoff()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff target = null;
+                target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff)get_store().find_element_user(EXPONENTIALBACKOFF$4, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * True if has "ExponentialBackoff" element
+         */
+        public boolean isSetExponentialBackoff()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                return get_store().count_elements(EXPONENTIALBACKOFF$4) != 0;
+            }
+        }
+        
+        /**
+         * Sets the "ExponentialBackoff" element
+         */
+        public void setExponentialBackoff(org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff exponentialBackoff)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff target = null;
+                target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff)get_store().find_element_user(EXPONENTIALBACKOFF$4, 0);
+                if (target == null)
+                {
+                    target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff)get_store().add_element_user(EXPONENTIALBACKOFF$4);
+                }
+                target.set(exponentialBackoff);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "ExponentialBackoff" element
+         */
+        public org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff addNewExponentialBackoff()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff target = null;
+                target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff)get_store().add_element_user(EXPONENTIALBACKOFF$4);
+                return target;
+            }
+        }
+        
+        /**
+         * Unsets the "ExponentialBackoff" element
+         */
+        public void unsetExponentialBackoff()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                get_store().remove_element(EXPONENTIALBACKOFF$4, 0);
+            }
+        }
+        
+        /**
+         * Gets the "AcknowledgementInterval" element
+         */
+        public org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval getAcknowledgementInterval()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval target = null;
+                target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval)get_store().find_element_user(ACKNOWLEDGEMENTINTERVAL$6, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * True if has "AcknowledgementInterval" element
+         */
+        public boolean isSetAcknowledgementInterval()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                return get_store().count_elements(ACKNOWLEDGEMENTINTERVAL$6) != 0;
+            }
+        }
+        
+        /**
+         * Sets the "AcknowledgementInterval" element
+         */
+        public void setAcknowledgementInterval(org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval acknowledgementInterval)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval target = null;
+                target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval)get_store().find_element_user(ACKNOWLEDGEMENTINTERVAL$6, 0);
+                if (target == null)
+                {
+                    target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval)get_store().add_element_user(ACKNOWLEDGEMENTINTERVAL$6);
+                }
+                target.set(acknowledgementInterval);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "AcknowledgementInterval" element
+         */
+        public org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval addNewAcknowledgementInterval()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval target = null;
+                target = (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval)get_store().add_element_user(ACKNOWLEDGEMENTINTERVAL$6);
+                return target;
+            }
+        }
+        
+        /**
+         * Unsets the "AcknowledgementInterval" element
+         */
+        public void unsetAcknowledgementInterval()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                get_store().remove_element(ACKNOWLEDGEMENTINTERVAL$6, 0);
+            }
+        }
+        /**
+         * An XML InactivityTimeout(@http://schemas.xmlsoap.org/ws/2005/02/rm/policy).
+         *
+         * This is a complex type.
+         */
+        public static class InactivityTimeoutImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout
+        {
+            
+            public InactivityTimeoutImpl(org.apache.xmlbeans.SchemaType sType)
+            {
+                super(sType);
+            }
+            
+            private static final javax.xml.namespace.QName MILLISECONDS$0 = 
+                new javax.xml.namespace.QName("", "Milliseconds");
+            
+            
+            /**
+             * Gets the "Milliseconds" attribute
+             */
+            public java.math.BigInteger getMilliseconds()
+            {
+                synchronized (monitor())
+                {
+                    check_orphaned();
+                    org.apache.xmlbeans.SimpleValue target = null;
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MILLISECONDS$0);
+                    if (target == null)
+                    {
+                      return null;
+                    }
+                    return target.getBigIntegerValue();
+                }
+            }
+            
+            /**
+             * Gets (as xml) the "Milliseconds" attribute
+             */
+            public org.apache.xmlbeans.XmlUnsignedLong xgetMilliseconds()
+            {
+                synchronized (monitor())
+                {
+                    check_orphaned();
+                    org.apache.xmlbeans.XmlUnsignedLong target = null;
+                    target = (org.apache.xmlbeans.XmlUnsignedLong)get_store().find_attribute_user(MILLISECONDS$0);
+                    return target;
+                }
+            }
+            
+            /**
+             * Sets the "Milliseconds" attribute
+             */
+            public void setMilliseconds(java.math.BigInteger milliseconds)
+            {
+                synchronized (monitor())
+                {
+                    check_orphaned();
+                    org.apache.xmlbeans.SimpleValue target = null;
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MILLISECONDS$0);
+                    if (target == null)
+                    {
+                      target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(MILLISECONDS$0);
+                    }
+                    target.setBigIntegerValue(milliseconds);
+                }
+            }
+            
+            /**
+             * Sets (as xml) the "Milliseconds" attribute
+             */
+            public void xsetMilliseconds(org.apache.xmlbeans.XmlUnsignedLong milliseconds)
+            {
+                synchronized (monitor())
+                {
+                    check_orphaned();
+                    org.apache.xmlbeans.XmlUnsignedLong target = null;
+                    target = (org.apache.xmlbeans.XmlUnsignedLong)get_store().find_attribute_user(MILLISECONDS$0);
+                    if (target == null)
+                    {
+                      target = (org.apache.xmlbeans.XmlUnsignedLong)get_store().add_attribute_user(MILLISECONDS$0);
+                    }
+                    target.set(milliseconds);
+                }
+            }
+        }
+        /**
+         * An XML BaseRetransmissionInterval(@http://schemas.xmlsoap.org/ws/2005/02/rm/policy).
+         *
+         * This is a complex type.
+         */
+        public static class BaseRetransmissionIntervalImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval
+        {
+            
+            public BaseRetransmissionIntervalImpl(org.apache.xmlbeans.SchemaType sType)
+            {
+                super(sType);
+            }
+            
+            private static final javax.xml.namespace.QName MILLISECONDS$0 = 
+                new javax.xml.namespace.QName("", "Milliseconds");
+            
+            
+            /**
+             * Gets the "Milliseconds" attribute
+             */
+            public java.math.BigInteger getMilliseconds()
+            {
+                synchronized (monitor())
+                {
+                    check_orphaned();
+                    org.apache.xmlbeans.SimpleValue target = null;
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MILLISECONDS$0);
+                    if (target == null)
+                    {
+                      return null;
+                    }
+                    return target.getBigIntegerValue();
+                }
+            }
+            
+            /**
+             * Gets (as xml) the "Milliseconds" attribute
+             */
+            public org.apache.xmlbeans.XmlUnsignedLong xgetMilliseconds()
+            {
+                synchronized (monitor())
+                {
+                    check_orphaned();
+                    org.apache.xmlbeans.XmlUnsignedLong target = null;
+                    target = (org.apache.xmlbeans.XmlUnsignedLong)get_store().find_attribute_user(MILLISECONDS$0);
+                    return target;
+                }
+            }
+            
+            /**
+             * Sets the "Milliseconds" attribute
+             */
+            public void setMilliseconds(java.math.BigInteger milliseconds)
+            {
+                synchronized (monitor())
+                {
+                    check_orphaned();
+                    org.apache.xmlbeans.SimpleValue target = null;
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MILLISECONDS$0);
+                    if (target == null)
+                    {
+                      target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(MILLISECONDS$0);
+                    }
+                    target.setBigIntegerValue(milliseconds);
+                }
+            }
+            
+            /**
+             * Sets (as xml) the "Milliseconds" attribute
+             */
+            public void xsetMilliseconds(org.apache.xmlbeans.XmlUnsignedLong milliseconds)
+            {
+                synchronized (monitor())
+                {
+                    check_orphaned();
+                    org.apache.xmlbeans.XmlUnsignedLong target = null;
+                    target = (org.apache.xmlbeans.XmlUnsignedLong)get_store().find_attribute_user(MILLISECONDS$0);
+                    if (target == null)
+                    {
+                      target = (org.apache.xmlbeans.XmlUnsignedLong)get_store().add_attribute_user(MILLISECONDS$0);
+                    }
+                    target.set(milliseconds);
+                }
+            }
+        }
+        /**
+         * An XML ExponentialBackoff(@http://schemas.xmlsoap.org/ws/2005/02/rm/policy).
+         *
+         * This is a complex type.
+         */
+        public static class ExponentialBackoffImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff
+        {
+            
+            public ExponentialBackoffImpl(org.apache.xmlbeans.SchemaType sType)
+            {
+                super(sType);
+            }
+            
+            
+        }
+        /**
+         * An XML AcknowledgementInterval(@http://schemas.xmlsoap.org/ws/2005/02/rm/policy).
+         *
+         * This is a complex type.
+         */
+        public static class AcknowledgementIntervalImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval
+        {
+            
+            public AcknowledgementIntervalImpl(org.apache.xmlbeans.SchemaType sType)
+            {
+                super(sType);
+            }
+            
+            private static final javax.xml.namespace.QName MILLISECONDS$0 = 
+                new javax.xml.namespace.QName("", "Milliseconds");
+            
+            
+            /**
+             * Gets the "Milliseconds" attribute
+             */
+            public java.math.BigInteger getMilliseconds()
+            {
+                synchronized (monitor())
+                {
+                    check_orphaned();
+                    org.apache.xmlbeans.SimpleValue target = null;
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MILLISECONDS$0);
+                    if (target == null)
+                    {
+                      return null;
+                    }
+                    return target.getBigIntegerValue();
+                }
+            }
+            
+            /**
+             * Gets (as xml) the "Milliseconds" attribute
+             */
+            public org.apache.xmlbeans.XmlUnsignedLong xgetMilliseconds()
+            {
+                synchronized (monitor())
+                {
+                    check_orphaned();
+                    org.apache.xmlbeans.XmlUnsignedLong target = null;
+                    target = (org.apache.xmlbeans.XmlUnsignedLong)get_store().find_attribute_user(MILLISECONDS$0);
+                    return target;
+                }
+            }
+            
+            /**
+             * Sets the "Milliseconds" attribute
+             */
+            public void setMilliseconds(java.math.BigInteger milliseconds)
+            {
+                synchronized (monitor())
+                {
+                    check_orphaned();
+                    org.apache.xmlbeans.SimpleValue target = null;
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MILLISECONDS$0);
+                    if (target == null)
+                    {
+                      target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(MILLISECONDS$0);
+                    }
+                    target.setBigIntegerValue(milliseconds);
+                }
+            }
+            
+            /**
+             * Sets (as xml) the "Milliseconds" attribute
+             */
+            public void xsetMilliseconds(org.apache.xmlbeans.XmlUnsignedLong milliseconds)
+            {
+                synchronized (monitor())
+                {
+                    check_orphaned();
+                    org.apache.xmlbeans.XmlUnsignedLong target = null;
+                    target = (org.apache.xmlbeans.XmlUnsignedLong)get_store().find_attribute_user(MILLISECONDS$0);
+                    if (target == null)
+                    {
+                      target = (org.apache.xmlbeans.XmlUnsignedLong)get_store().add_attribute_user(MILLISECONDS$0);
+                    }
+                    target.set(milliseconds);
+                }
+            }
+        }
+    }
+}

servicemix/ws/xmlbeans/src/main/java/org/servicemix/ws/xmlbeans/rm/policy
RMAssertionDocument.java added at 1.1
diff -N RMAssertionDocument.java
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ RMAssertionDocument.java	23 Aug 2005 08:44:45 -0000	1.1
@@ -0,0 +1,399 @@
+/*
+ * An XML document type.
+ * Localname: RMAssertion
+ * Namespace: http://schemas.xmlsoap.org/ws/2005/02/rm/policy
+ * Java type: org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.servicemix.ws.xmlbeans.rm.policy;
+
+
+/**
+ * A document containing one RMAssertion(@http://schemas.xmlsoap.org/ws/2005/02/rm/policy) element.
+ *
+ * This is a complex type.
+ */
+public interface RMAssertionDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s3176A6CFD99658788205676173A117C4.TypeSystemHolder.typeSystem.resolveHandle("rmassertion63e5doctype");
+    
+    /**
+     * Gets the "RMAssertion" element
+     */
+    org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion getRMAssertion();
+    
+    /**
+     * Sets the "RMAssertion" element
+     */
+    void setRMAssertion(org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion rmAssertion);
+    
+    /**
+     * Appends and returns a new empty "RMAssertion" element
+     */
+    org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion addNewRMAssertion();
+    
+    /**
+     * An XML RMAssertion(@http://schemas.xmlsoap.org/ws/2005/02/rm/policy).
+     *
+     * This is a complex type.
+     */
+    public interface RMAssertion extends org.apache.xmlbeans.XmlObject
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s3176A6CFD99658788205676173A117C4.TypeSystemHolder.typeSystem.resolveHandle("rmassertion3418elemtype");
+        
+        /**
+         * Gets the "InactivityTimeout" element
+         */
+        org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout getInactivityTimeout();
+        
+        /**
+         * True if has "InactivityTimeout" element
+         */
+        boolean isSetInactivityTimeout();
+        
+        /**
+         * Sets the "InactivityTimeout" element
+         */
+        void setInactivityTimeout(org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout inactivityTimeout);
+        
+        /**
+         * Appends and returns a new empty "InactivityTimeout" element
+         */
+        org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout addNewInactivityTimeout();
+        
+        /**
+         * Unsets the "InactivityTimeout" element
+         */
+        void unsetInactivityTimeout();
+        
+        /**
+         * Gets the "BaseRetransmissionInterval" element
+         */
+        org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval getBaseRetransmissionInterval();
+        
+        /**
+         * True if has "BaseRetransmissionInterval" element
+         */
+        boolean isSetBaseRetransmissionInterval();
+        
+        /**
+         * Sets the "BaseRetransmissionInterval" element
+         */
+        void setBaseRetransmissionInterval(org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval baseRetransmissionInterval);
+        
+        /**
+         * Appends and returns a new empty "BaseRetransmissionInterval" element
+         */
+        org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval addNewBaseRetransmissionInterval();
+        
+        /**
+         * Unsets the "BaseRetransmissionInterval" element
+         */
+        void unsetBaseRetransmissionInterval();
+        
+        /**
+         * Gets the "ExponentialBackoff" element
+         */
+        org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff getExponentialBackoff();
+        
+        /**
+         * True if has "ExponentialBackoff" element
+         */
+        boolean isSetExponentialBackoff();
+        
+        /**
+         * Sets the "ExponentialBackoff" element
+         */
+        void setExponentialBackoff(org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff exponentialBackoff);
+        
+        /**
+         * Appends and returns a new empty "ExponentialBackoff" element
+         */
+        org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff addNewExponentialBackoff();
+        
+        /**
+         * Unsets the "ExponentialBackoff" element
+         */
+        void unsetExponentialBackoff();
+        
+        /**
+         * Gets the "AcknowledgementInterval" element
+         */
+        org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval getAcknowledgementInterval();
+        
+        /**
+         * True if has "AcknowledgementInterval" element
+         */
+        boolean isSetAcknowledgementInterval();
+        
+        /**
+         * Sets the "AcknowledgementInterval" element
+         */
+        void setAcknowledgementInterval(org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval acknowledgementInterval);
+        
+        /**
+         * Appends and returns a new empty "AcknowledgementInterval" element
+         */
+        org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval addNewAcknowledgementInterval();
+        
+        /**
+         * Unsets the "AcknowledgementInterval" element
+         */
+        void unsetAcknowledgementInterval();
+        
+        /**
+         * An XML InactivityTimeout(@http://schemas.xmlsoap.org/ws/2005/02/rm/policy).
+         *
+         * This is a complex type.
+         */
+        public interface InactivityTimeout extends org.apache.xmlbeans.XmlObject
+        {
+            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s3176A6CFD99658788205676173A117C4.TypeSystemHolder.typeSystem.resolveHandle("inactivitytimeout0071elemtype");
+            
+            /**
+             * Gets the "Milliseconds" attribute
+             */
+            java.math.BigInteger getMilliseconds();
+            
+            /**
+             * Gets (as xml) the "Milliseconds" attribute
+             */
+            org.apache.xmlbeans.XmlUnsignedLong xgetMilliseconds();
+            
+            /**
+             * Sets the "Milliseconds" attribute
+             */
+            void setMilliseconds(java.math.BigInteger milliseconds);
+            
+            /**
+             * Sets (as xml) the "Milliseconds" attribute
+             */
+            void xsetMilliseconds(org.apache.xmlbeans.XmlUnsignedLong milliseconds);
+            
+            /**
+             * A factory class with static methods for creating instances
+             * of this type.
+             */
+            
+            public static final class Factory
+            {
+                public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout newInstance() {
+                  return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+                
+                public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout newInstance(org.apache.xmlbeans.XmlOptions options) {
+                  return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.InactivityTimeout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+                
+                private Factory() { } // No instance of this class allowed
+            }
+        }
+        
+        /**
+         * An XML BaseRetransmissionInterval(@http://schemas.xmlsoap.org/ws/2005/02/rm/policy).
+         *
+         * This is a complex type.
+         */
+        public interface BaseRetransmissionInterval extends org.apache.xmlbeans.XmlObject
+        {
+            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s3176A6CFD99658788205676173A117C4.TypeSystemHolder.typeSystem.resolveHandle("baseretransmissionintervaldb01elemtype");
+            
+            /**
+             * Gets the "Milliseconds" attribute
+             */
+            java.math.BigInteger getMilliseconds();
+            
+            /**
+             * Gets (as xml) the "Milliseconds" attribute
+             */
+            org.apache.xmlbeans.XmlUnsignedLong xgetMilliseconds();
+            
+            /**
+             * Sets the "Milliseconds" attribute
+             */
+            void setMilliseconds(java.math.BigInteger milliseconds);
+            
+            /**
+             * Sets (as xml) the "Milliseconds" attribute
+             */
+            void xsetMilliseconds(org.apache.xmlbeans.XmlUnsignedLong milliseconds);
+            
+            /**
+             * A factory class with static methods for creating instances
+             * of this type.
+             */
+            
+            public static final class Factory
+            {
+                public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval newInstance() {
+                  return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+                
+                public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval newInstance(org.apache.xmlbeans.XmlOptions options) {
+                  return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.BaseRetransmissionInterval) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+                
+                private Factory() { } // No instance of this class allowed
+            }
+        }
+        
+        /**
+         * An XML ExponentialBackoff(@http://schemas.xmlsoap.org/ws/2005/02/rm/policy).
+         *
+         * This is a complex type.
+         */
+        public interface ExponentialBackoff extends org.apache.xmlbeans.XmlObject
+        {
+            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s3176A6CFD99658788205676173A117C4.TypeSystemHolder.typeSystem.resolveHandle("exponentialbackoff0677elemtype");
+            
+            /**
+             * A factory class with static methods for creating instances
+             * of this type.
+             */
+            
+            public static final class Factory
+            {
+                public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff newInstance() {
+                  return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+                
+                public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff newInstance(org.apache.xmlbeans.XmlOptions options) {
+                  return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.ExponentialBackoff) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+                
+                private Factory() { } // No instance of this class allowed
+            }
+        }
+        
+        /**
+         * An XML AcknowledgementInterval(@http://schemas.xmlsoap.org/ws/2005/02/rm/policy).
+         *
+         * This is a complex type.
+         */
+        public interface AcknowledgementInterval extends org.apache.xmlbeans.XmlObject
+        {
+            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s3176A6CFD99658788205676173A117C4.TypeSystemHolder.typeSystem.resolveHandle("acknowledgementinterval90c3elemtype");
+            
+            /**
+             * Gets the "Milliseconds" attribute
+             */
+            java.math.BigInteger getMilliseconds();
+            
+            /**
+             * Gets (as xml) the "Milliseconds" attribute
+             */
+            org.apache.xmlbeans.XmlUnsignedLong xgetMilliseconds();
+            
+            /**
+             * Sets the "Milliseconds" attribute
+             */
+            void setMilliseconds(java.math.BigInteger milliseconds);
+            
+            /**
+             * Sets (as xml) the "Milliseconds" attribute
+             */
+            void xsetMilliseconds(org.apache.xmlbeans.XmlUnsignedLong milliseconds);
+            
+            /**
+             * A factory class with static methods for creating instances
+             * of this type.
+             */
+            
+            public static final class Factory
+            {
+                public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval newInstance() {
+                  return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+                
+                public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval newInstance(org.apache.xmlbeans.XmlOptions options) {
+                  return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion.AcknowledgementInterval) 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.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion newInstance() {
+              return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument.RMAssertion) 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.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument newInstance() {
+          return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument 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.servicemix.ws.xmlbeans.rm.policy.RMAssertionDocument) 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
+    }
+}
CVSspam 0.2.8



Reply via email to