You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by sc...@apache.org on 2005/02/18 21:56:58 UTC

svn commit: r154347 [10/13] - in incubator/apollo/trunk/src/site/content/example: ./ lib/ src/ src/.xmlbeans/ src/.xmlbeans/src/ src/.xmlbeans/src/org/ src/.xmlbeans/src/org/oasisOpen/ src/.xmlbeans/src/org/oasisOpen/docs/ src/.xmlbeans/src/org/oasisOpen/docs/wsrf/ src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/ src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/ src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/ src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/ src/.xmlbeans/src/schema/ src/.xmlbeans/src/schema/system/ src/.xmlbeans/src/schema/system/s9609847545506D32B386BC2D8CF69F0A/ src/JobPort/ src/JobPort/src/ src/JobPort/src/java/ src/JobPort/src/java/org/ src/JobPort/src/java/org/oasisOpen/ src/JobPort/src/java/org/oasisOpen/docs/ src/JobPort/src/java/org/oasisOpen/docs/wsrf/ src/JobPort/src/java/org/oasisOpen/docs/wsrf/x2005/ src/JobPort/src/java/org/oasisOpen/docs/wsrf/x2005/x01/ src/JobPort/src/java/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03Wsdl/ src/JobPort/src/wsdl/ src/PrinterFactory/ src/PrinterFactory/src/ src/PrinterFactory/src/java/ src/PrinterFactory/src/java/org/ src/PrinterFactory/src/java/org/oasisOpen/ src/PrinterFactory/src/java/org/oasisOpen/docs/ src/PrinterFactory/src/java/org/oasisOpen/docs/wsrf/ src/PrinterFactory/src/java/org/oasisOpen/docs/wsrf/x2005/ src/PrinterFactory/src/java/org/oasisOpen/docs/wsrf/x2005/x01/ src/PrinterFactory/src/java/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03Wsdl/ src/PrinterFactory/src/wsdl/ src/PrinterPort/ src/PrinterPort/src/ src/PrinterPort/src/java/ src/PrinterPort/src/java/org/ src/PrinterPort/src/java/org/oasisOpen/ src/PrinterPort/src/java/org/oasisOpen/docs/ src/PrinterPort/src/java/org/oasisOpen/docs/wsrf/ src/PrinterPort/src/java/org/oasisOpen/docs/wsrf/x2005/ src/PrinterPort/src/java/org/oasisOpen/docs/wsrf/x2005/x01/ src/PrinterPort/src/java/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03Wsdl/ src/PrinterPort/src/wsdl/

Added: incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/PrinterPropertiesDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/PrinterPropertiesDocumentImpl.java?view=auto&rev=154347
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/PrinterPropertiesDocumentImpl.java (added)
+++ incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/PrinterPropertiesDocumentImpl.java Fri Feb 18 12:56:32 2005
@@ -0,0 +1,1123 @@
+/*
+ * An XML document type.
+ * Localname: printer_properties
+ * Namespace: http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd
+ * Java type: org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterPropertiesDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.impl;
+/**
+ * A document containing one printer_properties(@http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd) element.
+ *
+ * This is a complex type.
+ */
+public class PrinterPropertiesDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterPropertiesDocument
+{
+    
+    public PrinterPropertiesDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName PRINTERPROPERTIES$0 = 
+        new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "printer_properties");
+    
+    
+    /**
+     * Gets the "printer_properties" element
+     */
+    public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterPropertiesDocument.PrinterProperties getPrinterProperties()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterPropertiesDocument.PrinterProperties target = null;
+            target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterPropertiesDocument.PrinterProperties)get_store().find_element_user(PRINTERPROPERTIES$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "printer_properties" element
+     */
+    public void setPrinterProperties(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterPropertiesDocument.PrinterProperties printerProperties)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterPropertiesDocument.PrinterProperties target = null;
+            target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterPropertiesDocument.PrinterProperties)get_store().find_element_user(PRINTERPROPERTIES$0, 0);
+            if (target == null)
+            {
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterPropertiesDocument.PrinterProperties)get_store().add_element_user(PRINTERPROPERTIES$0);
+            }
+            target.set(printerProperties);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "printer_properties" element
+     */
+    public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterPropertiesDocument.PrinterProperties addNewPrinterProperties()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterPropertiesDocument.PrinterProperties target = null;
+            target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterPropertiesDocument.PrinterProperties)get_store().add_element_user(PRINTERPROPERTIES$0);
+            return target;
+        }
+    }
+    /**
+     * An XML printer_properties(@http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd).
+     *
+     * This is a complex type.
+     */
+    public static class PrinterPropertiesImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterPropertiesDocument.PrinterProperties
+    {
+        
+        public PrinterPropertiesImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        private static final javax.xml.namespace.QName PRINTERREFERENCE$0 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "printer_reference");
+        private static final javax.xml.namespace.QName PRINTERNAME$2 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "printer_name");
+        private static final javax.xml.namespace.QName PRINTERSTATE$4 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "printer_state");
+        private static final javax.xml.namespace.QName PRINTERISACCEPTINGJOBS$6 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "printer_is_accepting_jobs");
+        private static final javax.xml.namespace.QName QUEUEDJOBCOUNT$8 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "queued_job_count");
+        private static final javax.xml.namespace.QName OPERATIONSSUPPORTED$10 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "operations_supported");
+        private static final javax.xml.namespace.QName DOCUMENTFORMATSUPPORTED$12 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "document_format_supported");
+        private static final javax.xml.namespace.QName JOBHOLDUNTILDEFAULT$14 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "job_hold_until_default");
+        private static final javax.xml.namespace.QName JOBHOLDUNTILSUPPORTED$16 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "job_hold_until_supported");
+        private static final javax.xml.namespace.QName QUERYEXPRESSIONDIALECT$18 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceProperties-1.2-draft-05.xsd", "QueryExpressionDialect");
+        private static final javax.xml.namespace.QName JOBPROPERTIES$20 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "job_properties");
+        
+        
+        /**
+         * Gets the "printer_reference" element
+         */
+        public org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType getPrinterReference()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType target = null;
+                target = (org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType)get_store().find_element_user(PRINTERREFERENCE$0, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "printer_reference" element
+         */
+        public void setPrinterReference(org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType printerReference)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType target = null;
+                target = (org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType)get_store().find_element_user(PRINTERREFERENCE$0, 0);
+                if (target == null)
+                {
+                    target = (org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType)get_store().add_element_user(PRINTERREFERENCE$0);
+                }
+                target.set(printerReference);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "printer_reference" element
+         */
+        public org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType addNewPrinterReference()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType target = null;
+                target = (org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType)get_store().add_element_user(PRINTERREFERENCE$0);
+                return target;
+            }
+        }
+        
+        /**
+         * Gets the "printer_name" element
+         */
+        public java.lang.String getPrinterName()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRINTERNAME$2, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "printer_name" element
+         */
+        public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.Name xgetPrinterName()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.Name target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.Name)get_store().find_element_user(PRINTERNAME$2, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "printer_name" element
+         */
+        public void setPrinterName(java.lang.String printerName)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRINTERNAME$2, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PRINTERNAME$2);
+                }
+                target.setStringValue(printerName);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "printer_name" element
+         */
+        public void xsetPrinterName(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.Name printerName)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.Name target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.Name)get_store().find_element_user(PRINTERNAME$2, 0);
+                if (target == null)
+                {
+                    target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.Name)get_store().add_element_user(PRINTERNAME$2);
+                }
+                target.set(printerName);
+            }
+        }
+        
+        /**
+         * Gets the "printer_state" element
+         */
+        public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType.Enum getPrinterState()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRINTERSTATE$4, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType.Enum)target.getEnumValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "printer_state" element
+         */
+        public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType xgetPrinterState()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType)get_store().find_element_user(PRINTERSTATE$4, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "printer_state" element
+         */
+        public void setPrinterState(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType.Enum printerState)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRINTERSTATE$4, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PRINTERSTATE$4);
+                }
+                target.setEnumValue(printerState);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "printer_state" element
+         */
+        public void xsetPrinterState(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType printerState)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType)get_store().find_element_user(PRINTERSTATE$4, 0);
+                if (target == null)
+                {
+                    target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType)get_store().add_element_user(PRINTERSTATE$4);
+                }
+                target.set(printerState);
+            }
+        }
+        
+        /**
+         * Gets the "printer_is_accepting_jobs" element
+         */
+        public boolean getPrinterIsAcceptingJobs()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRINTERISACCEPTINGJOBS$6, 0);
+                if (target == null)
+                {
+                    return false;
+                }
+                return target.getBooleanValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "printer_is_accepting_jobs" element
+         */
+        public org.apache.xmlbeans.XmlBoolean xgetPrinterIsAcceptingJobs()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlBoolean target = null;
+                target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(PRINTERISACCEPTINGJOBS$6, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "printer_is_accepting_jobs" element
+         */
+        public void setPrinterIsAcceptingJobs(boolean printerIsAcceptingJobs)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRINTERISACCEPTINGJOBS$6, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PRINTERISACCEPTINGJOBS$6);
+                }
+                target.setBooleanValue(printerIsAcceptingJobs);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "printer_is_accepting_jobs" element
+         */
+        public void xsetPrinterIsAcceptingJobs(org.apache.xmlbeans.XmlBoolean printerIsAcceptingJobs)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlBoolean target = null;
+                target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(PRINTERISACCEPTINGJOBS$6, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlBoolean)get_store().add_element_user(PRINTERISACCEPTINGJOBS$6);
+                }
+                target.set(printerIsAcceptingJobs);
+            }
+        }
+        
+        /**
+         * Gets the "queued_job_count" element
+         */
+        public java.math.BigInteger getQueuedJobCount()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(QUEUEDJOBCOUNT$8, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getBigIntegerValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "queued_job_count" element
+         */
+        public org.apache.xmlbeans.XmlInteger xgetQueuedJobCount()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlInteger target = null;
+                target = (org.apache.xmlbeans.XmlInteger)get_store().find_element_user(QUEUEDJOBCOUNT$8, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "queued_job_count" element
+         */
+        public void setQueuedJobCount(java.math.BigInteger queuedJobCount)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(QUEUEDJOBCOUNT$8, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(QUEUEDJOBCOUNT$8);
+                }
+                target.setBigIntegerValue(queuedJobCount);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "queued_job_count" element
+         */
+        public void xsetQueuedJobCount(org.apache.xmlbeans.XmlInteger queuedJobCount)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlInteger target = null;
+                target = (org.apache.xmlbeans.XmlInteger)get_store().find_element_user(QUEUEDJOBCOUNT$8, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlInteger)get_store().add_element_user(QUEUEDJOBCOUNT$8);
+                }
+                target.set(queuedJobCount);
+            }
+        }
+        
+        /**
+         * Gets the "operations_supported" element
+         */
+        public java.util.List getOperationsSupported()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPERATIONSSUPPORTED$10, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getListValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "operations_supported" element
+         */
+        public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.OperationsType xgetOperationsSupported()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.OperationsType target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.OperationsType)get_store().find_element_user(OPERATIONSSUPPORTED$10, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "operations_supported" element
+         */
+        public void setOperationsSupported(java.util.List operationsSupported)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPERATIONSSUPPORTED$10, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OPERATIONSSUPPORTED$10);
+                }
+                target.setListValue(operationsSupported);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "operations_supported" element
+         */
+        public void xsetOperationsSupported(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.OperationsType operationsSupported)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.OperationsType target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.OperationsType)get_store().find_element_user(OPERATIONSSUPPORTED$10, 0);
+                if (target == null)
+                {
+                    target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.OperationsType)get_store().add_element_user(OPERATIONSSUPPORTED$10);
+                }
+                target.set(operationsSupported);
+            }
+        }
+        
+        /**
+         * Gets the "document_format_supported" element
+         */
+        public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.MimeMediaTypes getDocumentFormatSupported()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.MimeMediaTypes target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.MimeMediaTypes)get_store().find_element_user(DOCUMENTFORMATSUPPORTED$12, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "document_format_supported" element
+         */
+        public void setDocumentFormatSupported(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.MimeMediaTypes documentFormatSupported)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.MimeMediaTypes target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.MimeMediaTypes)get_store().find_element_user(DOCUMENTFORMATSUPPORTED$12, 0);
+                if (target == null)
+                {
+                    target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.MimeMediaTypes)get_store().add_element_user(DOCUMENTFORMATSUPPORTED$12);
+                }
+                target.set(documentFormatSupported);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "document_format_supported" element
+         */
+        public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.MimeMediaTypes addNewDocumentFormatSupported()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.MimeMediaTypes target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.MimeMediaTypes)get_store().add_element_user(DOCUMENTFORMATSUPPORTED$12);
+                return target;
+            }
+        }
+        
+        /**
+         * Gets the "job_hold_until_default" element
+         */
+        public java.lang.String getJobHoldUntilDefault()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(JOBHOLDUNTILDEFAULT$14, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "job_hold_until_default" element
+         */
+        public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod xgetJobHoldUntilDefault()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod)get_store().find_element_user(JOBHOLDUNTILDEFAULT$14, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * True if has "job_hold_until_default" element
+         */
+        public boolean isSetJobHoldUntilDefault()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                return get_store().count_elements(JOBHOLDUNTILDEFAULT$14) != 0;
+            }
+        }
+        
+        /**
+         * Sets the "job_hold_until_default" element
+         */
+        public void setJobHoldUntilDefault(java.lang.String jobHoldUntilDefault)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(JOBHOLDUNTILDEFAULT$14, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(JOBHOLDUNTILDEFAULT$14);
+                }
+                target.setStringValue(jobHoldUntilDefault);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "job_hold_until_default" element
+         */
+        public void xsetJobHoldUntilDefault(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod jobHoldUntilDefault)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod)get_store().find_element_user(JOBHOLDUNTILDEFAULT$14, 0);
+                if (target == null)
+                {
+                    target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod)get_store().add_element_user(JOBHOLDUNTILDEFAULT$14);
+                }
+                target.set(jobHoldUntilDefault);
+            }
+        }
+        
+        /**
+         * Unsets the "job_hold_until_default" element
+         */
+        public void unsetJobHoldUntilDefault()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                get_store().remove_element(JOBHOLDUNTILDEFAULT$14, 0);
+            }
+        }
+        
+        /**
+         * Gets array of all "job_hold_until_supported" elements
+         */
+        public java.lang.String[] getJobHoldUntilSupportedArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                java.util.List targetList = new java.util.ArrayList();
+                get_store().find_all_element_users(JOBHOLDUNTILSUPPORTED$16, targetList);
+                java.lang.String[] result = new java.lang.String[targetList.size()];
+                for (int i = 0, len = targetList.size() ; i < len ; i++)
+                    result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getStringValue();
+                return result;
+            }
+        }
+        
+        /**
+         * Gets ith "job_hold_until_supported" element
+         */
+        public java.lang.String getJobHoldUntilSupportedArray(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(JOBHOLDUNTILSUPPORTED$16, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) array of all "job_hold_until_supported" elements
+         */
+        public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod[] xgetJobHoldUntilSupportedArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                java.util.List targetList = new java.util.ArrayList();
+                get_store().find_all_element_users(JOBHOLDUNTILSUPPORTED$16, targetList);
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod[] result = new org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod[targetList.size()];
+                targetList.toArray(result);
+                return result;
+            }
+        }
+        
+        /**
+         * Gets (as xml) ith "job_hold_until_supported" element
+         */
+        public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod xgetJobHoldUntilSupportedArray(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod)get_store().find_element_user(JOBHOLDUNTILSUPPORTED$16, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                return (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod)target;
+            }
+        }
+        
+        /**
+         * Returns number of "job_hold_until_supported" element
+         */
+        public int sizeOfJobHoldUntilSupportedArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                return get_store().count_elements(JOBHOLDUNTILSUPPORTED$16);
+            }
+        }
+        
+        /**
+         * Sets array of all "job_hold_until_supported" element
+         */
+        public void setJobHoldUntilSupportedArray(java.lang.String[] jobHoldUntilSupportedArray)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                arraySetterHelper(jobHoldUntilSupportedArray, JOBHOLDUNTILSUPPORTED$16);
+            }
+        }
+        
+        /**
+         * Sets ith "job_hold_until_supported" element
+         */
+        public void setJobHoldUntilSupportedArray(int i, java.lang.String jobHoldUntilSupported)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(JOBHOLDUNTILSUPPORTED$16, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                target.setStringValue(jobHoldUntilSupported);
+            }
+        }
+        
+        /**
+         * Sets (as xml) array of all "job_hold_until_supported" element
+         */
+        public void xsetJobHoldUntilSupportedArray(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod[]jobHoldUntilSupportedArray)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                arraySetterHelper(jobHoldUntilSupportedArray, JOBHOLDUNTILSUPPORTED$16);
+            }
+        }
+        
+        /**
+         * Sets (as xml) ith "job_hold_until_supported" element
+         */
+        public void xsetJobHoldUntilSupportedArray(int i, org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod jobHoldUntilSupported)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.HoldPeriod)get_store().find_element_user(JOBHOLDUNTILSUPPORTED$16, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                target.set(jobHoldUntilSupported);
+            }
+        }
+        
+        /**
+         * Inserts the value as the ith "job_hold_until_supported" element
+         */
+        public void insertJobHoldUntilSupported(int i, java.lang.String jobHoldUntilSupported)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = 
+                    (org.apache.xmlbeans.SimpleValue)get_store().insert_element_user(JOBHOLDUNTILSUPPORTED$16, i);
+                target.setStringValue(jobHoldUntilSupported);
+            }
+        }
+        
+        /**
+         * Appends the value as the last "job_hold_until_supported" element
+         */
+        public void addJobHoldUntilSupported(java.lang.String jobHoldUntilSupported)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(JOBHOLDUNTILSUPPORTED$16);
+                target.setStringValue(jobHoldUntilSupported);
+            }
+        }
+        
+        /**
+         * Removes the ith "job_hold_until_supported" element
+         */
+        public void removeJobHoldUntilSupported(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                get_store().remove_element(JOBHOLDUNTILSUPPORTED$16, i);
+            }
+        }
+        
+        /**
+         * Gets array of all "QueryExpressionDialect" elements
+         */
+        public java.lang.String[] getQueryExpressionDialectArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                java.util.List targetList = new java.util.ArrayList();
+                get_store().find_all_element_users(QUERYEXPRESSIONDIALECT$18, targetList);
+                java.lang.String[] result = new java.lang.String[targetList.size()];
+                for (int i = 0, len = targetList.size() ; i < len ; i++)
+                    result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getStringValue();
+                return result;
+            }
+        }
+        
+        /**
+         * Gets ith "QueryExpressionDialect" element
+         */
+        public java.lang.String getQueryExpressionDialectArray(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(QUERYEXPRESSIONDIALECT$18, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) array of all "QueryExpressionDialect" elements
+         */
+        public org.apache.xmlbeans.XmlAnyURI[] xgetQueryExpressionDialectArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                java.util.List targetList = new java.util.ArrayList();
+                get_store().find_all_element_users(QUERYEXPRESSIONDIALECT$18, targetList);
+                org.apache.xmlbeans.XmlAnyURI[] result = new org.apache.xmlbeans.XmlAnyURI[targetList.size()];
+                targetList.toArray(result);
+                return result;
+            }
+        }
+        
+        /**
+         * Gets (as xml) ith "QueryExpressionDialect" element
+         */
+        public org.apache.xmlbeans.XmlAnyURI xgetQueryExpressionDialectArray(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(QUERYEXPRESSIONDIALECT$18, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                return (org.apache.xmlbeans.XmlAnyURI)target;
+            }
+        }
+        
+        /**
+         * Returns number of "QueryExpressionDialect" element
+         */
+        public int sizeOfQueryExpressionDialectArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                return get_store().count_elements(QUERYEXPRESSIONDIALECT$18);
+            }
+        }
+        
+        /**
+         * Sets array of all "QueryExpressionDialect" element
+         */
+        public void setQueryExpressionDialectArray(java.lang.String[] queryExpressionDialectArray)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                arraySetterHelper(queryExpressionDialectArray, QUERYEXPRESSIONDIALECT$18);
+            }
+        }
+        
+        /**
+         * Sets ith "QueryExpressionDialect" element
+         */
+        public void setQueryExpressionDialectArray(int i, java.lang.String queryExpressionDialect)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(QUERYEXPRESSIONDIALECT$18, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                target.setStringValue(queryExpressionDialect);
+            }
+        }
+        
+        /**
+         * Sets (as xml) array of all "QueryExpressionDialect" element
+         */
+        public void xsetQueryExpressionDialectArray(org.apache.xmlbeans.XmlAnyURI[]queryExpressionDialectArray)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                arraySetterHelper(queryExpressionDialectArray, QUERYEXPRESSIONDIALECT$18);
+            }
+        }
+        
+        /**
+         * Sets (as xml) ith "QueryExpressionDialect" element
+         */
+        public void xsetQueryExpressionDialectArray(int i, org.apache.xmlbeans.XmlAnyURI queryExpressionDialect)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(QUERYEXPRESSIONDIALECT$18, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                target.set(queryExpressionDialect);
+            }
+        }
+        
+        /**
+         * Inserts the value as the ith "QueryExpressionDialect" element
+         */
+        public void insertQueryExpressionDialect(int i, java.lang.String queryExpressionDialect)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = 
+                    (org.apache.xmlbeans.SimpleValue)get_store().insert_element_user(QUERYEXPRESSIONDIALECT$18, i);
+                target.setStringValue(queryExpressionDialect);
+            }
+        }
+        
+        /**
+         * Appends the value as the last "QueryExpressionDialect" element
+         */
+        public void addQueryExpressionDialect(java.lang.String queryExpressionDialect)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(QUERYEXPRESSIONDIALECT$18);
+                target.setStringValue(queryExpressionDialect);
+            }
+        }
+        
+        /**
+         * Removes the ith "QueryExpressionDialect" element
+         */
+        public void removeQueryExpressionDialect(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                get_store().remove_element(QUERYEXPRESSIONDIALECT$18, i);
+            }
+        }
+        
+        /**
+         * Gets array of all "job_properties" elements
+         */
+        public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobPropertiesDocument.JobProperties[] getJobPropertiesArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                java.util.List targetList = new java.util.ArrayList();
+                get_store().find_all_element_users(JOBPROPERTIES$20, targetList);
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobPropertiesDocument.JobProperties[] result = new org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobPropertiesDocument.JobProperties[targetList.size()];
+                targetList.toArray(result);
+                return result;
+            }
+        }
+        
+        /**
+         * Gets ith "job_properties" element
+         */
+        public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobPropertiesDocument.JobProperties getJobPropertiesArray(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobPropertiesDocument.JobProperties target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobPropertiesDocument.JobProperties)get_store().find_element_user(JOBPROPERTIES$20, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Returns number of "job_properties" element
+         */
+        public int sizeOfJobPropertiesArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                return get_store().count_elements(JOBPROPERTIES$20);
+            }
+        }
+        
+        /**
+         * Sets array of all "job_properties" element
+         */
+        public void setJobPropertiesArray(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobPropertiesDocument.JobProperties[] jobPropertiesArray)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                arraySetterHelper(jobPropertiesArray, JOBPROPERTIES$20);
+            }
+        }
+        
+        /**
+         * Sets ith "job_properties" element
+         */
+        public void setJobPropertiesArray(int i, org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobPropertiesDocument.JobProperties jobProperties)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobPropertiesDocument.JobProperties target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobPropertiesDocument.JobProperties)get_store().find_element_user(JOBPROPERTIES$20, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                target.set(jobProperties);
+            }
+        }
+        
+        /**
+         * Inserts and returns a new empty value (as xml) as the ith "job_properties" element
+         */
+        public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobPropertiesDocument.JobProperties insertNewJobProperties(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobPropertiesDocument.JobProperties target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobPropertiesDocument.JobProperties)get_store().insert_element_user(JOBPROPERTIES$20, i);
+                return target;
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty value (as xml) as the last "job_properties" element
+         */
+        public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobPropertiesDocument.JobProperties addNewJobProperties()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobPropertiesDocument.JobProperties target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobPropertiesDocument.JobProperties)get_store().add_element_user(JOBPROPERTIES$20);
+                return target;
+            }
+        }
+        
+        /**
+         * Removes the ith "job_properties" element
+         */
+        public void removeJobProperties(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                get_store().remove_element(JOBPROPERTIES$20, i);
+            }
+        }
+    }
+}

Added: incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/PrinterReferenceDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/PrinterReferenceDocumentImpl.java?view=auto&rev=154347
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/PrinterReferenceDocumentImpl.java (added)
+++ incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/PrinterReferenceDocumentImpl.java Fri Feb 18 12:56:32 2005
@@ -0,0 +1,76 @@
+/*
+ * An XML document type.
+ * Localname: printer_reference
+ * Namespace: http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd
+ * Java type: org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterReferenceDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.impl;
+/**
+ * A document containing one printer_reference(@http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd) element.
+ *
+ * This is a complex type.
+ */
+public class PrinterReferenceDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterReferenceDocument
+{
+    
+    public PrinterReferenceDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName PRINTERREFERENCE$0 = 
+        new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "printer_reference");
+    
+    
+    /**
+     * Gets the "printer_reference" element
+     */
+    public org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType getPrinterReference()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType target = null;
+            target = (org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType)get_store().find_element_user(PRINTERREFERENCE$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "printer_reference" element
+     */
+    public void setPrinterReference(org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType printerReference)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType target = null;
+            target = (org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType)get_store().find_element_user(PRINTERREFERENCE$0, 0);
+            if (target == null)
+            {
+                target = (org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType)get_store().add_element_user(PRINTERREFERENCE$0);
+            }
+            target.set(printerReference);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "printer_reference" element
+     */
+    public org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType addNewPrinterReference()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType target = null;
+            target = (org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType)get_store().add_element_user(PRINTERREFERENCE$0);
+            return target;
+        }
+    }
+}

Added: incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/PrinterStateDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/PrinterStateDocumentImpl.java?view=auto&rev=154347
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/PrinterStateDocumentImpl.java (added)
+++ incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/PrinterStateDocumentImpl.java Fri Feb 18 12:56:32 2005
@@ -0,0 +1,94 @@
+/*
+ * An XML document type.
+ * Localname: printer_state
+ * Namespace: http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd
+ * Java type: org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.impl;
+/**
+ * A document containing one printer_state(@http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd) element.
+ *
+ * This is a complex type.
+ */
+public class PrinterStateDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateDocument
+{
+    
+    public PrinterStateDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName PRINTERSTATE$0 = 
+        new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "printer_state");
+    
+    
+    /**
+     * Gets the "printer_state" element
+     */
+    public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType.Enum getPrinterState()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRINTERSTATE$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType.Enum)target.getEnumValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "printer_state" element
+     */
+    public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType xgetPrinterState()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType target = null;
+            target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType)get_store().find_element_user(PRINTERSTATE$0, 0);
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "printer_state" element
+     */
+    public void setPrinterState(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType.Enum printerState)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRINTERSTATE$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PRINTERSTATE$0);
+            }
+            target.setEnumValue(printerState);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "printer_state" element
+     */
+    public void xsetPrinterState(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType printerState)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType target = null;
+            target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType)get_store().find_element_user(PRINTERSTATE$0, 0);
+            if (target == null)
+            {
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType)get_store().add_element_user(PRINTERSTATE$0);
+            }
+            target.set(printerState);
+        }
+    }
+}

Added: incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/PrinterStateTypeImpl.java
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/PrinterStateTypeImpl.java?view=auto&rev=154347
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/PrinterStateTypeImpl.java (added)
+++ incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/PrinterStateTypeImpl.java Fri Feb 18 12:56:32 2005
@@ -0,0 +1,26 @@
+/*
+ * XML Type:  printerStateType
+ * Namespace: http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd
+ * Java type: org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType
+ *
+ * Automatically generated - do not modify.
+ */
+package org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.impl;
+/**
+ * An XML printerStateType(@http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd).
+ *
+ * This is an atomic type that is a restriction of org.apache.xmlbeans.XmlString.
+ */
+public class PrinterStateTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType
+{
+    
+    public PrinterStateTypeImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType, false);
+    }
+    
+    protected PrinterStateTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
+    {
+        super(sType, b);
+    }
+}

Added: incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/QueuedJobCountDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/QueuedJobCountDocumentImpl.java?view=auto&rev=154347
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/QueuedJobCountDocumentImpl.java (added)
+++ incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/QueuedJobCountDocumentImpl.java Fri Feb 18 12:56:32 2005
@@ -0,0 +1,94 @@
+/*
+ * An XML document type.
+ * Localname: queued_job_count
+ * Namespace: http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd
+ * Java type: org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.QueuedJobCountDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.impl;
+/**
+ * A document containing one queued_job_count(@http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd) element.
+ *
+ * This is a complex type.
+ */
+public class QueuedJobCountDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.QueuedJobCountDocument
+{
+    
+    public QueuedJobCountDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName QUEUEDJOBCOUNT$0 = 
+        new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "queued_job_count");
+    
+    
+    /**
+     * Gets the "queued_job_count" element
+     */
+    public java.math.BigInteger getQueuedJobCount()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(QUEUEDJOBCOUNT$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getBigIntegerValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "queued_job_count" element
+     */
+    public org.apache.xmlbeans.XmlInteger xgetQueuedJobCount()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInteger target = null;
+            target = (org.apache.xmlbeans.XmlInteger)get_store().find_element_user(QUEUEDJOBCOUNT$0, 0);
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "queued_job_count" element
+     */
+    public void setQueuedJobCount(java.math.BigInteger queuedJobCount)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(QUEUEDJOBCOUNT$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(QUEUEDJOBCOUNT$0);
+            }
+            target.setBigIntegerValue(queuedJobCount);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "queued_job_count" element
+     */
+    public void xsetQueuedJobCount(org.apache.xmlbeans.XmlInteger queuedJobCount)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInteger target = null;
+            target = (org.apache.xmlbeans.XmlInteger)get_store().find_element_user(QUEUEDJOBCOUNT$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlInteger)get_store().add_element_user(QUEUEDJOBCOUNT$0);
+            }
+            target.set(queuedJobCount);
+        }
+    }
+}

Added: incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/SendDocumentRequestDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/SendDocumentRequestDocumentImpl.java?view=auto&rev=154347
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/SendDocumentRequestDocumentImpl.java (added)
+++ incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/SendDocumentRequestDocumentImpl.java Fri Feb 18 12:56:32 2005
@@ -0,0 +1,283 @@
+/*
+ * An XML document type.
+ * Localname: Send_DocumentRequest
+ * Namespace: http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd
+ * Java type: org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.impl;
+/**
+ * A document containing one Send_DocumentRequest(@http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd) element.
+ *
+ * This is a complex type.
+ */
+public class SendDocumentRequestDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument
+{
+    
+    public SendDocumentRequestDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName SENDDOCUMENTREQUEST$0 = 
+        new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "Send_DocumentRequest");
+    
+    
+    /**
+     * Gets the "Send_DocumentRequest" element
+     */
+    public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest getSendDocumentRequest()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest target = null;
+            target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest)get_store().find_element_user(SENDDOCUMENTREQUEST$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "Send_DocumentRequest" element
+     */
+    public void setSendDocumentRequest(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest sendDocumentRequest)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest target = null;
+            target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest)get_store().find_element_user(SENDDOCUMENTREQUEST$0, 0);
+            if (target == null)
+            {
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest)get_store().add_element_user(SENDDOCUMENTREQUEST$0);
+            }
+            target.set(sendDocumentRequest);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "Send_DocumentRequest" element
+     */
+    public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest addNewSendDocumentRequest()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest target = null;
+            target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest)get_store().add_element_user(SENDDOCUMENTREQUEST$0);
+            return target;
+        }
+    }
+    /**
+     * An XML Send_DocumentRequest(@http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd).
+     *
+     * This is a complex type.
+     */
+    public static class SendDocumentRequestImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest
+    {
+        
+        public SendDocumentRequestImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        private static final javax.xml.namespace.QName LASTDOCUMENT$0 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "last_document");
+        private static final javax.xml.namespace.QName DOCUMENTFORMAT$2 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "document_format");
+        private static final javax.xml.namespace.QName DOCUMENTCONTENT$4 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "document_content");
+        
+        
+        /**
+         * Gets the "last_document" element
+         */
+        public boolean getLastDocument()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LASTDOCUMENT$0, 0);
+                if (target == null)
+                {
+                    return false;
+                }
+                return target.getBooleanValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "last_document" element
+         */
+        public org.apache.xmlbeans.XmlBoolean xgetLastDocument()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlBoolean target = null;
+                target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(LASTDOCUMENT$0, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "last_document" element
+         */
+        public void setLastDocument(boolean lastDocument)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LASTDOCUMENT$0, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LASTDOCUMENT$0);
+                }
+                target.setBooleanValue(lastDocument);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "last_document" element
+         */
+        public void xsetLastDocument(org.apache.xmlbeans.XmlBoolean lastDocument)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlBoolean target = null;
+                target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(LASTDOCUMENT$0, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlBoolean)get_store().add_element_user(LASTDOCUMENT$0);
+                }
+                target.set(lastDocument);
+            }
+        }
+        
+        /**
+         * Gets the "document_format" element
+         */
+        public java.lang.String getDocumentFormat()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DOCUMENTFORMAT$2, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "document_format" element
+         */
+        public org.apache.xmlbeans.XmlString xgetDocumentFormat()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(DOCUMENTFORMAT$2, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "document_format" element
+         */
+        public void setDocumentFormat(java.lang.String documentFormat)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DOCUMENTFORMAT$2, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DOCUMENTFORMAT$2);
+                }
+                target.setStringValue(documentFormat);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "document_format" element
+         */
+        public void xsetDocumentFormat(org.apache.xmlbeans.XmlString documentFormat)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(DOCUMENTFORMAT$2, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(DOCUMENTFORMAT$2);
+                }
+                target.set(documentFormat);
+            }
+        }
+        
+        /**
+         * Gets the "document_content" element
+         */
+        public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.DocumentContentType getDocumentContent()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.DocumentContentType target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.DocumentContentType)get_store().find_element_user(DOCUMENTCONTENT$4, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "document_content" element
+         */
+        public void setDocumentContent(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.DocumentContentType documentContent)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.DocumentContentType target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.DocumentContentType)get_store().find_element_user(DOCUMENTCONTENT$4, 0);
+                if (target == null)
+                {
+                    target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.DocumentContentType)get_store().add_element_user(DOCUMENTCONTENT$4);
+                }
+                target.set(documentContent);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "document_content" element
+         */
+        public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.DocumentContentType addNewDocumentContent()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.DocumentContentType target = null;
+                target = (org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.DocumentContentType)get_store().add_element_user(DOCUMENTCONTENT$4);
+                return target;
+            }
+        }
+    }
+}

Added: incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/SuccessStatusCodeDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/SuccessStatusCodeDocumentImpl.java?view=auto&rev=154347
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/SuccessStatusCodeDocumentImpl.java (added)
+++ incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/SuccessStatusCodeDocumentImpl.java Fri Feb 18 12:56:32 2005
@@ -0,0 +1,94 @@
+/*
+ * An XML document type.
+ * Localname: SuccessStatusCode
+ * Namespace: http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd
+ * Java type: org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SuccessStatusCodeDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.impl;
+/**
+ * A document containing one SuccessStatusCode(@http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd) element.
+ *
+ * This is a complex type.
+ */
+public class SuccessStatusCodeDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SuccessStatusCodeDocument
+{
+    
+    public SuccessStatusCodeDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName SUCCESSSTATUSCODE$0 = 
+        new javax.xml.namespace.QName("http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd", "SuccessStatusCode");
+    
+    
+    /**
+     * Gets the "SuccessStatusCode" element
+     */
+    public java.lang.String getSuccessStatusCode()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUCCESSSTATUSCODE$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "SuccessStatusCode" element
+     */
+    public org.apache.xmlbeans.XmlString xgetSuccessStatusCode()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(SUCCESSSTATUSCODE$0, 0);
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "SuccessStatusCode" element
+     */
+    public void setSuccessStatusCode(java.lang.String successStatusCode)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUCCESSSTATUSCODE$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SUCCESSSTATUSCODE$0);
+            }
+            target.setStringValue(successStatusCode);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "SuccessStatusCode" element
+     */
+    public void xsetSuccessStatusCode(org.apache.xmlbeans.XmlString successStatusCode)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(SUCCESSSTATUSCODE$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(SUCCESSSTATUSCODE$0);
+            }
+            target.set(successStatusCode);
+        }
+    }
+}

Added: incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/UserNameTypeImpl.java
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/UserNameTypeImpl.java?view=auto&rev=154347
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/UserNameTypeImpl.java (added)
+++ incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/UserNameTypeImpl.java Fri Feb 18 12:56:32 2005
@@ -0,0 +1,26 @@
+/*
+ * XML Type:  userNameType
+ * Namespace: http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd
+ * Java type: org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.UserNameType
+ *
+ * Automatically generated - do not modify.
+ */
+package org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.impl;
+/**
+ * An XML userNameType(@http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd).
+ *
+ * This is an atomic type that is a restriction of org.apache.xmlbeans.XmlString.
+ */
+public class UserNameTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.UserNameType
+{
+    
+    public UserNameTypeImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType, false);
+    }
+    
+    protected UserNameTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
+    {
+        super(sType, b);
+    }
+}

Added: incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/schema/system/s9609847545506D32B386BC2D8CF69F0A/TypeSystemHolder.java
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/schema/system/s9609847545506D32B386BC2D8CF69F0A/TypeSystemHolder.java?view=auto&rev=154347
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/schema/system/s9609847545506D32B386BC2D8CF69F0A/TypeSystemHolder.java (added)
+++ incubator/apollo/trunk/src/site/content/example/src/.xmlbeans/src/schema/system/s9609847545506D32B386BC2D8CF69F0A/TypeSystemHolder.java Fri Feb 18 12:56:32 2005
@@ -0,0 +1,14 @@
+package schema.system.s9609847545506D32B386BC2D8CF69F0A;
+
+public final class TypeSystemHolder
+{
+    private TypeSystemHolder() { }
+    public static final org.apache.xmlbeans.SchemaTypeSystem typeSystem = loadTypeSystem();
+    static { typeSystem.resolve(); }
+    private static final org.apache.xmlbeans.SchemaTypeSystem loadTypeSystem()
+    {
+        try { return (org.apache.xmlbeans.SchemaTypeSystem)Class.forName("org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl", true, TypeSystemHolder.class.getClassLoader()).getConstructor(new Class[] { Class.class }).newInstance(new java.lang.Object[] { TypeSystemHolder.class }); }
+        catch (ClassNotFoundException e) { throw new RuntimeException("Cannot load org.apache.xmlbeans.impl.SchemaTypeSystemImpl: make sure xbean.jar is on the classpath.", e); }
+        catch (Exception e) { throw new RuntimeException("Could not instantiate SchemaTypeSystemImpl (" + e.toString() + "): is the version of xbean.jar correct?", e); }
+    }
+}

Added: incubator/apollo/trunk/src/site/content/example/src/JobPort/build.properties
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/src/JobPort/build.properties?view=auto&rev=154347
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/src/JobPort/build.properties (added)
+++ incubator/apollo/trunk/src/site/content/example/src/JobPort/build.properties Fri Feb 18 12:56:32 2005
@@ -0,0 +1,12 @@
+
+endpoint.url=http://www.WSRF-Examples.org/IPPprinters/Jobs
+
+# Uncomment and modify the below lines if you would like to deploy to a
+# wsrf webapp located somewhere other than the default location of
+# ../webapps/wsrf (e.g. ${env.CATALINA_HOME}/webapps/wsrf)
+wsrf.webapp.dir=C:/apache-apollo-incubating-1.0-alpha-SNAPSHOT/webapps/wsrf
+
+# Uncomment and modify the below lines if you require a proxy to connect to external web sites
+#http.proxyHost=proxy.xyz.com
+#http.proxyPort=8088
+#http.nonProxyHosts=localhost 



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