You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2018/11/29 17:23:09 UTC

svn commit: r1847732 [15/16] - in /uima/uima-as/branches/uima-as-3/uimaj-as-core: ./ .settings/ src/main/java/org/apache/uima/aae/client/ src/main/java/org/apache/uima/aae/component/ src/main/java/org/apache/uima/aae/controller/ src/main/java/org/apach...

Added: uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/GetMetadataErrorsTypeImpl.java
URL: http://svn.apache.org/viewvc/uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/GetMetadataErrorsTypeImpl.java?rev=1847732&view=auto
==============================================================================
--- uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/GetMetadataErrorsTypeImpl.java (added)
+++ uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/GetMetadataErrorsTypeImpl.java Thu Nov 29 17:23:00 2018
@@ -0,0 +1,327 @@
+/*
+ * XML Type:  getMetadataErrorsType
+ * Namespace: http://uima.apache.org/resourceSpecifier
+ * Java type: org.apache.uima.resourceSpecifier.GetMetadataErrorsType
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.uima.resourceSpecifier.impl;
+/**
+ * An XML getMetadataErrorsType(@http://uima.apache.org/resourceSpecifier).
+ *
+ * This is an atomic type that is a restriction of org.apache.uima.resourceSpecifier.GetMetadataErrorsType.
+ */
+public class GetMetadataErrorsTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.apache.uima.resourceSpecifier.GetMetadataErrorsType
+{
+    private static final long serialVersionUID = 1L;
+    
+    public GetMetadataErrorsTypeImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType, true);
+    }
+    
+    protected GetMetadataErrorsTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
+    {
+        super(sType, b);
+    }
+    
+    private static final javax.xml.namespace.QName MAXRETRIES$0 = 
+        new javax.xml.namespace.QName("", "maxRetries");
+    private static final javax.xml.namespace.QName TIMEOUT$2 = 
+        new javax.xml.namespace.QName("", "timeout");
+    private static final javax.xml.namespace.QName ERRORACTION$4 = 
+        new javax.xml.namespace.QName("", "errorAction");
+    
+    
+    /**
+     * Gets the "maxRetries" attribute
+     */
+    public int getMaxRetries()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MAXRETRIES$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_default_attribute_value(MAXRETRIES$0);
+            }
+            if (target == null)
+            {
+                return 0;
+            }
+            return target.getIntValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "maxRetries" attribute
+     */
+    public org.apache.xmlbeans.XmlInt xgetMaxRetries()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(MAXRETRIES$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlInt)get_default_attribute_value(MAXRETRIES$0);
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "maxRetries" attribute
+     */
+    public boolean isSetMaxRetries()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(MAXRETRIES$0) != null;
+        }
+    }
+    
+    /**
+     * Sets the "maxRetries" attribute
+     */
+    public void setMaxRetries(int maxRetries)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MAXRETRIES$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(MAXRETRIES$0);
+            }
+            target.setIntValue(maxRetries);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "maxRetries" attribute
+     */
+    public void xsetMaxRetries(org.apache.xmlbeans.XmlInt maxRetries)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(MAXRETRIES$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlInt)get_store().add_attribute_user(MAXRETRIES$0);
+            }
+            target.set(maxRetries);
+        }
+    }
+    
+    /**
+     * Unsets the "maxRetries" attribute
+     */
+    public void unsetMaxRetries()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(MAXRETRIES$0);
+        }
+    }
+    
+    /**
+     * Gets the "timeout" attribute
+     */
+    public int getTimeout()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(TIMEOUT$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_default_attribute_value(TIMEOUT$2);
+            }
+            if (target == null)
+            {
+                return 0;
+            }
+            return target.getIntValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "timeout" attribute
+     */
+    public org.apache.xmlbeans.XmlInt xgetTimeout()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(TIMEOUT$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlInt)get_default_attribute_value(TIMEOUT$2);
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "timeout" attribute
+     */
+    public boolean isSetTimeout()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(TIMEOUT$2) != null;
+        }
+    }
+    
+    /**
+     * Sets the "timeout" attribute
+     */
+    public void setTimeout(int timeout)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(TIMEOUT$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(TIMEOUT$2);
+            }
+            target.setIntValue(timeout);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "timeout" attribute
+     */
+    public void xsetTimeout(org.apache.xmlbeans.XmlInt timeout)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(TIMEOUT$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlInt)get_store().add_attribute_user(TIMEOUT$2);
+            }
+            target.set(timeout);
+        }
+    }
+    
+    /**
+     * Unsets the "timeout" attribute
+     */
+    public void unsetTimeout()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(TIMEOUT$2);
+        }
+    }
+    
+    /**
+     * Gets the "errorAction" attribute
+     */
+    public java.lang.String getErrorAction()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ERRORACTION$4);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "errorAction" attribute
+     */
+    public org.apache.xmlbeans.XmlString xgetErrorAction()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ERRORACTION$4);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "errorAction" attribute
+     */
+    public boolean isSetErrorAction()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(ERRORACTION$4) != null;
+        }
+    }
+    
+    /**
+     * Sets the "errorAction" attribute
+     */
+    public void setErrorAction(java.lang.String errorAction)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ERRORACTION$4);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ERRORACTION$4);
+            }
+            target.setStringValue(errorAction);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "errorAction" attribute
+     */
+    public void xsetErrorAction(org.apache.xmlbeans.XmlString errorAction)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ERRORACTION$4);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(ERRORACTION$4);
+            }
+            target.set(errorAction);
+        }
+    }
+    
+    /**
+     * Unsets the "errorAction" attribute
+     */
+    public void unsetErrorAction()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(ERRORACTION$4);
+        }
+    }
+}

Added: uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/ImportTypeImpl.java
URL: http://svn.apache.org/viewvc/uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/ImportTypeImpl.java?rev=1847732&view=auto
==============================================================================
--- uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/ImportTypeImpl.java (added)
+++ uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/ImportTypeImpl.java Thu Nov 29 17:23:00 2018
@@ -0,0 +1,217 @@
+/*
+ * XML Type:  importType
+ * Namespace: http://uima.apache.org/resourceSpecifier
+ * Java type: org.apache.uima.resourceSpecifier.ImportType
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.uima.resourceSpecifier.impl;
+/**
+ * An XML importType(@http://uima.apache.org/resourceSpecifier).
+ *
+ * This is an atomic type that is a restriction of org.apache.uima.resourceSpecifier.ImportType.
+ */
+public class ImportTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.apache.uima.resourceSpecifier.ImportType
+{
+    private static final long serialVersionUID = 1L;
+    
+    public ImportTypeImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType, true);
+    }
+    
+    protected ImportTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
+    {
+        super(sType, b);
+    }
+    
+    private static final javax.xml.namespace.QName LOCATION$0 = 
+        new javax.xml.namespace.QName("", "location");
+    private static final javax.xml.namespace.QName NAME$2 = 
+        new javax.xml.namespace.QName("", "name");
+    
+    
+    /**
+     * Gets the "location" attribute
+     */
+    public java.lang.String getLocation()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(LOCATION$0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "location" attribute
+     */
+    public org.apache.xmlbeans.XmlString xgetLocation()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(LOCATION$0);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "location" attribute
+     */
+    public boolean isSetLocation()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(LOCATION$0) != null;
+        }
+    }
+    
+    /**
+     * Sets the "location" attribute
+     */
+    public void setLocation(java.lang.String location)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(LOCATION$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(LOCATION$0);
+            }
+            target.setStringValue(location);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "location" attribute
+     */
+    public void xsetLocation(org.apache.xmlbeans.XmlString location)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(LOCATION$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(LOCATION$0);
+            }
+            target.set(location);
+        }
+    }
+    
+    /**
+     * Unsets the "location" attribute
+     */
+    public void unsetLocation()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(LOCATION$0);
+        }
+    }
+    
+    /**
+     * Gets the "name" attribute
+     */
+    public java.lang.String getName()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NAME$2);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "name" attribute
+     */
+    public org.apache.xmlbeans.XmlString xgetName()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(NAME$2);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "name" attribute
+     */
+    public boolean isSetName()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(NAME$2) != null;
+        }
+    }
+    
+    /**
+     * Sets the "name" attribute
+     */
+    public void setName(java.lang.String name)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NAME$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(NAME$2);
+            }
+            target.setStringValue(name);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "name" attribute
+     */
+    public void xsetName(org.apache.xmlbeans.XmlString name)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(NAME$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(NAME$2);
+            }
+            target.set(name);
+        }
+    }
+    
+    /**
+     * Unsets the "name" attribute
+     */
+    public void unsetName()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(NAME$2);
+        }
+    }
+}

Added: uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/InputQueueTypeImpl.java
URL: http://svn.apache.org/viewvc/uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/InputQueueTypeImpl.java?rev=1847732&view=auto
==============================================================================
--- uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/InputQueueTypeImpl.java (added)
+++ uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/InputQueueTypeImpl.java Thu Nov 29 17:23:00 2018
@@ -0,0 +1,311 @@
+/*
+ * XML Type:  inputQueueType
+ * Namespace: http://uima.apache.org/resourceSpecifier
+ * Java type: org.apache.uima.resourceSpecifier.InputQueueType
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.uima.resourceSpecifier.impl;
+/**
+ * An XML inputQueueType(@http://uima.apache.org/resourceSpecifier).
+ *
+ * This is an atomic type that is a restriction of org.apache.uima.resourceSpecifier.InputQueueType.
+ */
+public class InputQueueTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.apache.uima.resourceSpecifier.InputQueueType
+{
+    private static final long serialVersionUID = 1L;
+    
+    public InputQueueTypeImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType, true);
+    }
+    
+    protected InputQueueTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
+    {
+        super(sType, b);
+    }
+    
+    private static final javax.xml.namespace.QName ENDPOINT$0 = 
+        new javax.xml.namespace.QName("", "endpoint");
+    private static final javax.xml.namespace.QName BROKERURL$2 = 
+        new javax.xml.namespace.QName("", "brokerURL");
+    private static final javax.xml.namespace.QName PREFETCH$4 = 
+        new javax.xml.namespace.QName("", "prefetch");
+    
+    
+    /**
+     * Gets the "endpoint" attribute
+     */
+    public java.lang.String getEndpoint()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ENDPOINT$0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "endpoint" attribute
+     */
+    public org.apache.xmlbeans.XmlString xgetEndpoint()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ENDPOINT$0);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "endpoint" attribute
+     */
+    public boolean isSetEndpoint()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(ENDPOINT$0) != null;
+        }
+    }
+    
+    /**
+     * Sets the "endpoint" attribute
+     */
+    public void setEndpoint(java.lang.String endpoint)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ENDPOINT$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ENDPOINT$0);
+            }
+            target.setStringValue(endpoint);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "endpoint" attribute
+     */
+    public void xsetEndpoint(org.apache.xmlbeans.XmlString endpoint)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ENDPOINT$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(ENDPOINT$0);
+            }
+            target.set(endpoint);
+        }
+    }
+    
+    /**
+     * Unsets the "endpoint" attribute
+     */
+    public void unsetEndpoint()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(ENDPOINT$0);
+        }
+    }
+    
+    /**
+     * Gets the "brokerURL" attribute
+     */
+    public java.lang.String getBrokerURL()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(BROKERURL$2);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "brokerURL" attribute
+     */
+    public org.apache.xmlbeans.XmlString xgetBrokerURL()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(BROKERURL$2);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "brokerURL" attribute
+     */
+    public boolean isSetBrokerURL()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(BROKERURL$2) != null;
+        }
+    }
+    
+    /**
+     * Sets the "brokerURL" attribute
+     */
+    public void setBrokerURL(java.lang.String brokerURL)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(BROKERURL$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(BROKERURL$2);
+            }
+            target.setStringValue(brokerURL);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "brokerURL" attribute
+     */
+    public void xsetBrokerURL(org.apache.xmlbeans.XmlString brokerURL)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(BROKERURL$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(BROKERURL$2);
+            }
+            target.set(brokerURL);
+        }
+    }
+    
+    /**
+     * Unsets the "brokerURL" attribute
+     */
+    public void unsetBrokerURL()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(BROKERURL$2);
+        }
+    }
+    
+    /**
+     * Gets the "prefetch" attribute
+     */
+    public int getPrefetch()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(PREFETCH$4);
+            if (target == null)
+            {
+                return 0;
+            }
+            return target.getIntValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "prefetch" attribute
+     */
+    public org.apache.xmlbeans.XmlInt xgetPrefetch()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(PREFETCH$4);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "prefetch" attribute
+     */
+    public boolean isSetPrefetch()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(PREFETCH$4) != null;
+        }
+    }
+    
+    /**
+     * Sets the "prefetch" attribute
+     */
+    public void setPrefetch(int prefetch)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(PREFETCH$4);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(PREFETCH$4);
+            }
+            target.setIntValue(prefetch);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "prefetch" attribute
+     */
+    public void xsetPrefetch(org.apache.xmlbeans.XmlInt prefetch)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(PREFETCH$4);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlInt)get_store().add_attribute_user(PREFETCH$4);
+            }
+            target.set(prefetch);
+        }
+    }
+    
+    /**
+     * Unsets the "prefetch" attribute
+     */
+    public void unsetPrefetch()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(PREFETCH$4);
+        }
+    }
+}

Added: uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/ProcessCasErrorsTypeImpl.java
URL: http://svn.apache.org/viewvc/uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/ProcessCasErrorsTypeImpl.java?rev=1847732&view=auto
==============================================================================
--- uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/ProcessCasErrorsTypeImpl.java (added)
+++ uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/ProcessCasErrorsTypeImpl.java Thu Nov 29 17:23:00 2018
@@ -0,0 +1,617 @@
+/*
+ * XML Type:  processCasErrorsType
+ * Namespace: http://uima.apache.org/resourceSpecifier
+ * Java type: org.apache.uima.resourceSpecifier.ProcessCasErrorsType
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.uima.resourceSpecifier.impl;
+/**
+ * An XML processCasErrorsType(@http://uima.apache.org/resourceSpecifier).
+ *
+ * This is an atomic type that is a restriction of org.apache.uima.resourceSpecifier.ProcessCasErrorsType.
+ */
+public class ProcessCasErrorsTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.apache.uima.resourceSpecifier.ProcessCasErrorsType
+{
+    private static final long serialVersionUID = 1L;
+    
+    public ProcessCasErrorsTypeImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType, true);
+    }
+    
+    protected ProcessCasErrorsTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
+    {
+        super(sType, b);
+    }
+    
+    private static final javax.xml.namespace.QName MAXRETRIES$0 = 
+        new javax.xml.namespace.QName("", "maxRetries");
+    private static final javax.xml.namespace.QName TIMEOUT$2 = 
+        new javax.xml.namespace.QName("", "timeout");
+    private static final javax.xml.namespace.QName THRESHOLDCOUNT$4 = 
+        new javax.xml.namespace.QName("", "thresholdCount");
+    private static final javax.xml.namespace.QName CONTINUEONRETRYFAILURE$6 = 
+        new javax.xml.namespace.QName("", "continueOnRetryFailure");
+    private static final javax.xml.namespace.QName THRESHOLDWINDOW$8 = 
+        new javax.xml.namespace.QName("", "thresholdWindow");
+    private static final javax.xml.namespace.QName THRESHOLDACTION$10 = 
+        new javax.xml.namespace.QName("", "thresholdAction");
+    
+    
+    /**
+     * Gets the "maxRetries" attribute
+     */
+    public int getMaxRetries()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MAXRETRIES$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_default_attribute_value(MAXRETRIES$0);
+            }
+            if (target == null)
+            {
+                return 0;
+            }
+            return target.getIntValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "maxRetries" attribute
+     */
+    public org.apache.xmlbeans.XmlInt xgetMaxRetries()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(MAXRETRIES$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlInt)get_default_attribute_value(MAXRETRIES$0);
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "maxRetries" attribute
+     */
+    public boolean isSetMaxRetries()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(MAXRETRIES$0) != null;
+        }
+    }
+    
+    /**
+     * Sets the "maxRetries" attribute
+     */
+    public void setMaxRetries(int maxRetries)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MAXRETRIES$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(MAXRETRIES$0);
+            }
+            target.setIntValue(maxRetries);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "maxRetries" attribute
+     */
+    public void xsetMaxRetries(org.apache.xmlbeans.XmlInt maxRetries)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(MAXRETRIES$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlInt)get_store().add_attribute_user(MAXRETRIES$0);
+            }
+            target.set(maxRetries);
+        }
+    }
+    
+    /**
+     * Unsets the "maxRetries" attribute
+     */
+    public void unsetMaxRetries()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(MAXRETRIES$0);
+        }
+    }
+    
+    /**
+     * Gets the "timeout" attribute
+     */
+    public int getTimeout()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(TIMEOUT$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_default_attribute_value(TIMEOUT$2);
+            }
+            if (target == null)
+            {
+                return 0;
+            }
+            return target.getIntValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "timeout" attribute
+     */
+    public org.apache.xmlbeans.XmlInt xgetTimeout()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(TIMEOUT$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlInt)get_default_attribute_value(TIMEOUT$2);
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "timeout" attribute
+     */
+    public boolean isSetTimeout()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(TIMEOUT$2) != null;
+        }
+    }
+    
+    /**
+     * Sets the "timeout" attribute
+     */
+    public void setTimeout(int timeout)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(TIMEOUT$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(TIMEOUT$2);
+            }
+            target.setIntValue(timeout);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "timeout" attribute
+     */
+    public void xsetTimeout(org.apache.xmlbeans.XmlInt timeout)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(TIMEOUT$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlInt)get_store().add_attribute_user(TIMEOUT$2);
+            }
+            target.set(timeout);
+        }
+    }
+    
+    /**
+     * Unsets the "timeout" attribute
+     */
+    public void unsetTimeout()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(TIMEOUT$2);
+        }
+    }
+    
+    /**
+     * Gets the "thresholdCount" attribute
+     */
+    public int getThresholdCount()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(THRESHOLDCOUNT$4);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_default_attribute_value(THRESHOLDCOUNT$4);
+            }
+            if (target == null)
+            {
+                return 0;
+            }
+            return target.getIntValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "thresholdCount" attribute
+     */
+    public org.apache.xmlbeans.XmlInt xgetThresholdCount()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(THRESHOLDCOUNT$4);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlInt)get_default_attribute_value(THRESHOLDCOUNT$4);
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "thresholdCount" attribute
+     */
+    public boolean isSetThresholdCount()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(THRESHOLDCOUNT$4) != null;
+        }
+    }
+    
+    /**
+     * Sets the "thresholdCount" attribute
+     */
+    public void setThresholdCount(int thresholdCount)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(THRESHOLDCOUNT$4);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(THRESHOLDCOUNT$4);
+            }
+            target.setIntValue(thresholdCount);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "thresholdCount" attribute
+     */
+    public void xsetThresholdCount(org.apache.xmlbeans.XmlInt thresholdCount)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(THRESHOLDCOUNT$4);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlInt)get_store().add_attribute_user(THRESHOLDCOUNT$4);
+            }
+            target.set(thresholdCount);
+        }
+    }
+    
+    /**
+     * Unsets the "thresholdCount" attribute
+     */
+    public void unsetThresholdCount()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(THRESHOLDCOUNT$4);
+        }
+    }
+    
+    /**
+     * Gets the "continueOnRetryFailure" attribute
+     */
+    public java.lang.String getContinueOnRetryFailure()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(CONTINUEONRETRYFAILURE$6);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "continueOnRetryFailure" attribute
+     */
+    public org.apache.xmlbeans.XmlString xgetContinueOnRetryFailure()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(CONTINUEONRETRYFAILURE$6);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "continueOnRetryFailure" attribute
+     */
+    public boolean isSetContinueOnRetryFailure()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(CONTINUEONRETRYFAILURE$6) != null;
+        }
+    }
+    
+    /**
+     * Sets the "continueOnRetryFailure" attribute
+     */
+    public void setContinueOnRetryFailure(java.lang.String continueOnRetryFailure)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(CONTINUEONRETRYFAILURE$6);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(CONTINUEONRETRYFAILURE$6);
+            }
+            target.setStringValue(continueOnRetryFailure);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "continueOnRetryFailure" attribute
+     */
+    public void xsetContinueOnRetryFailure(org.apache.xmlbeans.XmlString continueOnRetryFailure)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(CONTINUEONRETRYFAILURE$6);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(CONTINUEONRETRYFAILURE$6);
+            }
+            target.set(continueOnRetryFailure);
+        }
+    }
+    
+    /**
+     * Unsets the "continueOnRetryFailure" attribute
+     */
+    public void unsetContinueOnRetryFailure()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(CONTINUEONRETRYFAILURE$6);
+        }
+    }
+    
+    /**
+     * Gets the "thresholdWindow" attribute
+     */
+    public int getThresholdWindow()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(THRESHOLDWINDOW$8);
+            if (target == null)
+            {
+                return 0;
+            }
+            return target.getIntValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "thresholdWindow" attribute
+     */
+    public org.apache.xmlbeans.XmlInt xgetThresholdWindow()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(THRESHOLDWINDOW$8);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "thresholdWindow" attribute
+     */
+    public boolean isSetThresholdWindow()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(THRESHOLDWINDOW$8) != null;
+        }
+    }
+    
+    /**
+     * Sets the "thresholdWindow" attribute
+     */
+    public void setThresholdWindow(int thresholdWindow)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(THRESHOLDWINDOW$8);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(THRESHOLDWINDOW$8);
+            }
+            target.setIntValue(thresholdWindow);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "thresholdWindow" attribute
+     */
+    public void xsetThresholdWindow(org.apache.xmlbeans.XmlInt thresholdWindow)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(THRESHOLDWINDOW$8);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlInt)get_store().add_attribute_user(THRESHOLDWINDOW$8);
+            }
+            target.set(thresholdWindow);
+        }
+    }
+    
+    /**
+     * Unsets the "thresholdWindow" attribute
+     */
+    public void unsetThresholdWindow()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(THRESHOLDWINDOW$8);
+        }
+    }
+    
+    /**
+     * Gets the "thresholdAction" attribute
+     */
+    public java.lang.String getThresholdAction()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(THRESHOLDACTION$10);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "thresholdAction" attribute
+     */
+    public org.apache.xmlbeans.XmlString xgetThresholdAction()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(THRESHOLDACTION$10);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "thresholdAction" attribute
+     */
+    public boolean isSetThresholdAction()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(THRESHOLDACTION$10) != null;
+        }
+    }
+    
+    /**
+     * Sets the "thresholdAction" attribute
+     */
+    public void setThresholdAction(java.lang.String thresholdAction)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(THRESHOLDACTION$10);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(THRESHOLDACTION$10);
+            }
+            target.setStringValue(thresholdAction);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "thresholdAction" attribute
+     */
+    public void xsetThresholdAction(org.apache.xmlbeans.XmlString thresholdAction)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(THRESHOLDACTION$10);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(THRESHOLDACTION$10);
+            }
+            target.set(thresholdAction);
+        }
+    }
+    
+    /**
+     * Unsets the "thresholdAction" attribute
+     */
+    public void unsetThresholdAction()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(THRESHOLDACTION$10);
+        }
+    }
+}

Added: uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/RemoteAnalysisEngineTypeImpl.java
URL: http://svn.apache.org/viewvc/uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/RemoteAnalysisEngineTypeImpl.java?rev=1847732&view=auto
==============================================================================
--- uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/RemoteAnalysisEngineTypeImpl.java (added)
+++ uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/RemoteAnalysisEngineTypeImpl.java Thu Nov 29 17:23:00 2018
@@ -0,0 +1,562 @@
+/*
+ * XML Type:  remoteAnalysisEngineType
+ * Namespace: http://uima.apache.org/resourceSpecifier
+ * Java type: org.apache.uima.resourceSpecifier.RemoteAnalysisEngineType
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.uima.resourceSpecifier.impl;
+/**
+ * An XML remoteAnalysisEngineType(@http://uima.apache.org/resourceSpecifier).
+ *
+ * This is a complex type.
+ */
+public class RemoteAnalysisEngineTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.uima.resourceSpecifier.RemoteAnalysisEngineType
+{
+    private static final long serialVersionUID = 1L;
+    
+    public RemoteAnalysisEngineTypeImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName INPUTQUEUE$0 = 
+        new javax.xml.namespace.QName("http://uima.apache.org/resourceSpecifier", "inputQueue");
+    private static final javax.xml.namespace.QName SERIALIZER$2 = 
+        new javax.xml.namespace.QName("http://uima.apache.org/resourceSpecifier", "serializer");
+    private static final javax.xml.namespace.QName CASMULTIPLIER$4 = 
+        new javax.xml.namespace.QName("http://uima.apache.org/resourceSpecifier", "casMultiplier");
+    private static final javax.xml.namespace.QName ASYNCAGGREGATEERRORCONFIGURATION$6 = 
+        new javax.xml.namespace.QName("http://uima.apache.org/resourceSpecifier", "asyncAggregateErrorConfiguration");
+    private static final javax.xml.namespace.QName ASYNC$8 = 
+        new javax.xml.namespace.QName("", "async");
+    private static final javax.xml.namespace.QName KEY$10 = 
+        new javax.xml.namespace.QName("", "key");
+    private static final javax.xml.namespace.QName REMOTEREPLYQUEUESCALEOUT$12 = 
+        new javax.xml.namespace.QName("", "remoteReplyQueueScaleout");
+    
+    
+    /**
+     * Gets the "inputQueue" element
+     */
+    public org.apache.uima.resourceSpecifier.InputQueueType getInputQueue()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.resourceSpecifier.InputQueueType target = null;
+            target = (org.apache.uima.resourceSpecifier.InputQueueType)get_store().find_element_user(INPUTQUEUE$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "inputQueue" element
+     */
+    public void setInputQueue(org.apache.uima.resourceSpecifier.InputQueueType inputQueue)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.resourceSpecifier.InputQueueType target = null;
+            target = (org.apache.uima.resourceSpecifier.InputQueueType)get_store().find_element_user(INPUTQUEUE$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.uima.resourceSpecifier.InputQueueType)get_store().add_element_user(INPUTQUEUE$0);
+            }
+            target.set(inputQueue);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "inputQueue" element
+     */
+    public org.apache.uima.resourceSpecifier.InputQueueType addNewInputQueue()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.resourceSpecifier.InputQueueType target = null;
+            target = (org.apache.uima.resourceSpecifier.InputQueueType)get_store().add_element_user(INPUTQUEUE$0);
+            return target;
+        }
+    }
+    
+    /**
+     * Gets the "serializer" element
+     */
+    public org.apache.uima.resourceSpecifier.SerializerType getSerializer()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.resourceSpecifier.SerializerType target = null;
+            target = (org.apache.uima.resourceSpecifier.SerializerType)get_store().find_element_user(SERIALIZER$2, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "serializer" element
+     */
+    public void setSerializer(org.apache.uima.resourceSpecifier.SerializerType serializer)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.resourceSpecifier.SerializerType target = null;
+            target = (org.apache.uima.resourceSpecifier.SerializerType)get_store().find_element_user(SERIALIZER$2, 0);
+            if (target == null)
+            {
+                target = (org.apache.uima.resourceSpecifier.SerializerType)get_store().add_element_user(SERIALIZER$2);
+            }
+            target.set(serializer);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "serializer" element
+     */
+    public org.apache.uima.resourceSpecifier.SerializerType addNewSerializer()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.resourceSpecifier.SerializerType target = null;
+            target = (org.apache.uima.resourceSpecifier.SerializerType)get_store().add_element_user(SERIALIZER$2);
+            return target;
+        }
+    }
+    
+    /**
+     * Gets the "casMultiplier" element
+     */
+    public org.apache.uima.resourceSpecifier.CasMultiplierType getCasMultiplier()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.resourceSpecifier.CasMultiplierType target = null;
+            target = (org.apache.uima.resourceSpecifier.CasMultiplierType)get_store().find_element_user(CASMULTIPLIER$4, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "casMultiplier" element
+     */
+    public boolean isSetCasMultiplier()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().count_elements(CASMULTIPLIER$4) != 0;
+        }
+    }
+    
+    /**
+     * Sets the "casMultiplier" element
+     */
+    public void setCasMultiplier(org.apache.uima.resourceSpecifier.CasMultiplierType casMultiplier)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.resourceSpecifier.CasMultiplierType target = null;
+            target = (org.apache.uima.resourceSpecifier.CasMultiplierType)get_store().find_element_user(CASMULTIPLIER$4, 0);
+            if (target == null)
+            {
+                target = (org.apache.uima.resourceSpecifier.CasMultiplierType)get_store().add_element_user(CASMULTIPLIER$4);
+            }
+            target.set(casMultiplier);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "casMultiplier" element
+     */
+    public org.apache.uima.resourceSpecifier.CasMultiplierType addNewCasMultiplier()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.resourceSpecifier.CasMultiplierType target = null;
+            target = (org.apache.uima.resourceSpecifier.CasMultiplierType)get_store().add_element_user(CASMULTIPLIER$4);
+            return target;
+        }
+    }
+    
+    /**
+     * Unsets the "casMultiplier" element
+     */
+    public void unsetCasMultiplier()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_element(CASMULTIPLIER$4, 0);
+        }
+    }
+    
+    /**
+     * Gets the "asyncAggregateErrorConfiguration" element
+     */
+    public org.apache.uima.resourceSpecifier.AsyncAggregateErrorConfigurationType getAsyncAggregateErrorConfiguration()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.resourceSpecifier.AsyncAggregateErrorConfigurationType target = null;
+            target = (org.apache.uima.resourceSpecifier.AsyncAggregateErrorConfigurationType)get_store().find_element_user(ASYNCAGGREGATEERRORCONFIGURATION$6, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "asyncAggregateErrorConfiguration" element
+     */
+    public boolean isSetAsyncAggregateErrorConfiguration()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().count_elements(ASYNCAGGREGATEERRORCONFIGURATION$6) != 0;
+        }
+    }
+    
+    /**
+     * Sets the "asyncAggregateErrorConfiguration" element
+     */
+    public void setAsyncAggregateErrorConfiguration(org.apache.uima.resourceSpecifier.AsyncAggregateErrorConfigurationType asyncAggregateErrorConfiguration)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.resourceSpecifier.AsyncAggregateErrorConfigurationType target = null;
+            target = (org.apache.uima.resourceSpecifier.AsyncAggregateErrorConfigurationType)get_store().find_element_user(ASYNCAGGREGATEERRORCONFIGURATION$6, 0);
+            if (target == null)
+            {
+                target = (org.apache.uima.resourceSpecifier.AsyncAggregateErrorConfigurationType)get_store().add_element_user(ASYNCAGGREGATEERRORCONFIGURATION$6);
+            }
+            target.set(asyncAggregateErrorConfiguration);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "asyncAggregateErrorConfiguration" element
+     */
+    public org.apache.uima.resourceSpecifier.AsyncAggregateErrorConfigurationType addNewAsyncAggregateErrorConfiguration()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.resourceSpecifier.AsyncAggregateErrorConfigurationType target = null;
+            target = (org.apache.uima.resourceSpecifier.AsyncAggregateErrorConfigurationType)get_store().add_element_user(ASYNCAGGREGATEERRORCONFIGURATION$6);
+            return target;
+        }
+    }
+    
+    /**
+     * Unsets the "asyncAggregateErrorConfiguration" element
+     */
+    public void unsetAsyncAggregateErrorConfiguration()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_element(ASYNCAGGREGATEERRORCONFIGURATION$6, 0);
+        }
+    }
+    
+    /**
+     * Gets the "async" attribute
+     */
+    public java.lang.String getAsync()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ASYNC$8);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "async" attribute
+     */
+    public org.apache.xmlbeans.XmlString xgetAsync()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ASYNC$8);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "async" attribute
+     */
+    public boolean isSetAsync()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(ASYNC$8) != null;
+        }
+    }
+    
+    /**
+     * Sets the "async" attribute
+     */
+    public void setAsync(java.lang.String async)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ASYNC$8);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ASYNC$8);
+            }
+            target.setStringValue(async);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "async" attribute
+     */
+    public void xsetAsync(org.apache.xmlbeans.XmlString async)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ASYNC$8);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(ASYNC$8);
+            }
+            target.set(async);
+        }
+    }
+    
+    /**
+     * Unsets the "async" attribute
+     */
+    public void unsetAsync()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(ASYNC$8);
+        }
+    }
+    
+    /**
+     * Gets the "key" attribute
+     */
+    public java.lang.String getKey()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(KEY$10);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "key" attribute
+     */
+    public org.apache.xmlbeans.XmlString xgetKey()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(KEY$10);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "key" attribute
+     */
+    public boolean isSetKey()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(KEY$10) != null;
+        }
+    }
+    
+    /**
+     * Sets the "key" attribute
+     */
+    public void setKey(java.lang.String key)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(KEY$10);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(KEY$10);
+            }
+            target.setStringValue(key);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "key" attribute
+     */
+    public void xsetKey(org.apache.xmlbeans.XmlString key)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(KEY$10);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(KEY$10);
+            }
+            target.set(key);
+        }
+    }
+    
+    /**
+     * Unsets the "key" attribute
+     */
+    public void unsetKey()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(KEY$10);
+        }
+    }
+    
+    /**
+     * Gets the "remoteReplyQueueScaleout" attribute
+     */
+    public int getRemoteReplyQueueScaleout()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(REMOTEREPLYQUEUESCALEOUT$12);
+            if (target == null)
+            {
+                return 0;
+            }
+            return target.getIntValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "remoteReplyQueueScaleout" attribute
+     */
+    public org.apache.xmlbeans.XmlInt xgetRemoteReplyQueueScaleout()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(REMOTEREPLYQUEUESCALEOUT$12);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "remoteReplyQueueScaleout" attribute
+     */
+    public boolean isSetRemoteReplyQueueScaleout()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(REMOTEREPLYQUEUESCALEOUT$12) != null;
+        }
+    }
+    
+    /**
+     * Sets the "remoteReplyQueueScaleout" attribute
+     */
+    public void setRemoteReplyQueueScaleout(int remoteReplyQueueScaleout)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(REMOTEREPLYQUEUESCALEOUT$12);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(REMOTEREPLYQUEUESCALEOUT$12);
+            }
+            target.setIntValue(remoteReplyQueueScaleout);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "remoteReplyQueueScaleout" attribute
+     */
+    public void xsetRemoteReplyQueueScaleout(org.apache.xmlbeans.XmlInt remoteReplyQueueScaleout)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(REMOTEREPLYQUEUESCALEOUT$12);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlInt)get_store().add_attribute_user(REMOTEREPLYQUEUESCALEOUT$12);
+            }
+            target.set(remoteReplyQueueScaleout);
+        }
+    }
+    
+    /**
+     * Unsets the "remoteReplyQueueScaleout" attribute
+     */
+    public void unsetRemoteReplyQueueScaleout()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(REMOTEREPLYQUEUESCALEOUT$12);
+        }
+    }
+}

Added: uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/ScaleoutTypeImpl.java
URL: http://svn.apache.org/viewvc/uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/ScaleoutTypeImpl.java?rev=1847732&view=auto
==============================================================================
--- uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/ScaleoutTypeImpl.java (added)
+++ uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/ScaleoutTypeImpl.java Thu Nov 29 17:23:00 2018
@@ -0,0 +1,131 @@
+/*
+ * XML Type:  scaleoutType
+ * Namespace: http://uima.apache.org/resourceSpecifier
+ * Java type: org.apache.uima.resourceSpecifier.ScaleoutType
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.uima.resourceSpecifier.impl;
+/**
+ * An XML scaleoutType(@http://uima.apache.org/resourceSpecifier).
+ *
+ * This is an atomic type that is a restriction of org.apache.uima.resourceSpecifier.ScaleoutType.
+ */
+public class ScaleoutTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.apache.uima.resourceSpecifier.ScaleoutType
+{
+    private static final long serialVersionUID = 1L;
+    
+    public ScaleoutTypeImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType, true);
+    }
+    
+    protected ScaleoutTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
+    {
+        super(sType, b);
+    }
+    
+    private static final javax.xml.namespace.QName NUMBEROFINSTANCES$0 = 
+        new javax.xml.namespace.QName("", "numberOfInstances");
+    
+    
+    /**
+     * Gets the "numberOfInstances" attribute
+     */
+    public int getNumberOfInstances()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NUMBEROFINSTANCES$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_default_attribute_value(NUMBEROFINSTANCES$0);
+            }
+            if (target == null)
+            {
+                return 0;
+            }
+            return target.getIntValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "numberOfInstances" attribute
+     */
+    public org.apache.xmlbeans.XmlInt xgetNumberOfInstances()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(NUMBEROFINSTANCES$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlInt)get_default_attribute_value(NUMBEROFINSTANCES$0);
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "numberOfInstances" attribute
+     */
+    public boolean isSetNumberOfInstances()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(NUMBEROFINSTANCES$0) != null;
+        }
+    }
+    
+    /**
+     * Sets the "numberOfInstances" attribute
+     */
+    public void setNumberOfInstances(int numberOfInstances)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NUMBEROFINSTANCES$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(NUMBEROFINSTANCES$0);
+            }
+            target.setIntValue(numberOfInstances);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "numberOfInstances" attribute
+     */
+    public void xsetNumberOfInstances(org.apache.xmlbeans.XmlInt numberOfInstances)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlInt target = null;
+            target = (org.apache.xmlbeans.XmlInt)get_store().find_attribute_user(NUMBEROFINSTANCES$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlInt)get_store().add_attribute_user(NUMBEROFINSTANCES$0);
+            }
+            target.set(numberOfInstances);
+        }
+    }
+    
+    /**
+     * Unsets the "numberOfInstances" attribute
+     */
+    public void unsetNumberOfInstances()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(NUMBEROFINSTANCES$0);
+        }
+    }
+}

Added: uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/SerializerTypeImpl.java
URL: http://svn.apache.org/viewvc/uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/SerializerTypeImpl.java?rev=1847732&view=auto
==============================================================================
--- uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/SerializerTypeImpl.java (added)
+++ uima/uima-as/branches/uima-as-3/uimaj-as-core/target/generated-sources/xmlbeans/org/apache/uima/resourceSpecifier/impl/SerializerTypeImpl.java Thu Nov 29 17:23:00 2018
@@ -0,0 +1,150 @@
+/*
+ * XML Type:  serializerType
+ * Namespace: http://uima.apache.org/resourceSpecifier
+ * Java type: org.apache.uima.resourceSpecifier.SerializerType
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.uima.resourceSpecifier.impl;
+/**
+ * An XML serializerType(@http://uima.apache.org/resourceSpecifier).
+ *
+ * This is an atomic type that is a restriction of org.apache.uima.resourceSpecifier.SerializerType.
+ */
+public class SerializerTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.apache.uima.resourceSpecifier.SerializerType
+{
+    private static final long serialVersionUID = 1L;
+    
+    public SerializerTypeImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType, true);
+    }
+    
+    protected SerializerTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
+    {
+        super(sType, b);
+    }
+    
+    private static final javax.xml.namespace.QName METHOD$0 = 
+        new javax.xml.namespace.QName("", "method");
+    
+    
+    /**
+     * Gets the "method" attribute
+     */
+    public org.apache.uima.resourceSpecifier.SerializerType.Method.Enum getMethod()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(METHOD$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_default_attribute_value(METHOD$0);
+            }
+            if (target == null)
+            {
+                return null;
+            }
+            return (org.apache.uima.resourceSpecifier.SerializerType.Method.Enum)target.getEnumValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "method" attribute
+     */
+    public org.apache.uima.resourceSpecifier.SerializerType.Method xgetMethod()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.resourceSpecifier.SerializerType.Method target = null;
+            target = (org.apache.uima.resourceSpecifier.SerializerType.Method)get_store().find_attribute_user(METHOD$0);
+            if (target == null)
+            {
+                target = (org.apache.uima.resourceSpecifier.SerializerType.Method)get_default_attribute_value(METHOD$0);
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "method" attribute
+     */
+    public boolean isSetMethod()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(METHOD$0) != null;
+        }
+    }
+    
+    /**
+     * Sets the "method" attribute
+     */
+    public void setMethod(org.apache.uima.resourceSpecifier.SerializerType.Method.Enum method)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(METHOD$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(METHOD$0);
+            }
+            target.setEnumValue(method);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "method" attribute
+     */
+    public void xsetMethod(org.apache.uima.resourceSpecifier.SerializerType.Method method)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.resourceSpecifier.SerializerType.Method target = null;
+            target = (org.apache.uima.resourceSpecifier.SerializerType.Method)get_store().find_attribute_user(METHOD$0);
+            if (target == null)
+            {
+                target = (org.apache.uima.resourceSpecifier.SerializerType.Method)get_store().add_attribute_user(METHOD$0);
+            }
+            target.set(method);
+        }
+    }
+    
+    /**
+     * Unsets the "method" attribute
+     */
+    public void unsetMethod()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(METHOD$0);
+        }
+    }
+    /**
+     * An XML method(@).
+     *
+     * This is an atomic type that is a restriction of org.apache.uima.resourceSpecifier.SerializerType$Method.
+     */
+    public static class MethodImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements org.apache.uima.resourceSpecifier.SerializerType.Method
+    {
+        private static final long serialVersionUID = 1L;
+        
+        public MethodImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType, false);
+        }
+        
+        protected MethodImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
+        {
+            super(sType, b);
+        }
+    }
+}