You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/06/18 22:39:53 UTC

svn commit: r786255 [10/13] - in /incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/uima/ src/main/java/org/apache/uima/tools/ src/main/java...

Added: incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/PartialObjectMatcherXML.java
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/PartialObjectMatcherXML.java?rev=786255&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/PartialObjectMatcherXML.java (added)
+++ incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/PartialObjectMatcherXML.java Thu Jun 18 20:39:50 2009
@@ -0,0 +1,186 @@
+/*
+ * XML Type:  PartialObjectMatcherXML
+ * Namespace: http://www.apache.org/uima/cfe/config/XMLBeans
+ * Java type: org.apache.uima.cfe.config.xmlBeans.PartialObjectMatcherXML
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.uima.tools.cfe.config.xmlBeans;
+
+
+/**
+ * An XML PartialObjectMatcherXML(@http://www.apache.org/uima/cfe/config/XMLBeans).
+ *
+ * This is a complex type.
+ */
+public interface PartialObjectMatcherXML extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
+        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PartialObjectMatcherXML.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s6153DD1BF87A9430F8A6FA57AFB2FDD7").resolveHandle("partialobjectmatcherxml860btype");
+    
+    /**
+     * Gets array of all "groupFeatureMatchers" elements
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.GroupFeatureMatcherXML[] getGroupFeatureMatchersArray();
+    
+    /**
+     * Gets ith "groupFeatureMatchers" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.GroupFeatureMatcherXML getGroupFeatureMatchersArray(int i);
+    
+    /**
+     * Returns number of "groupFeatureMatchers" element
+     */
+    int sizeOfGroupFeatureMatchersArray();
+    
+    /**
+     * Sets array of all "groupFeatureMatchers" element
+     */
+    void setGroupFeatureMatchersArray(org.apache.uima.tools.cfe.config.xmlBeans.GroupFeatureMatcherXML[] groupFeatureMatchersArray);
+    
+    /**
+     * Sets ith "groupFeatureMatchers" element
+     */
+    void setGroupFeatureMatchersArray(int i, org.apache.uima.tools.cfe.config.xmlBeans.GroupFeatureMatcherXML groupFeatureMatchers);
+    
+    /**
+     * Inserts and returns a new empty value (as xml) as the ith "groupFeatureMatchers" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.GroupFeatureMatcherXML insertNewGroupFeatureMatchers(int i);
+    
+    /**
+     * Appends and returns a new empty value (as xml) as the last "groupFeatureMatchers" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.GroupFeatureMatcherXML addNewGroupFeatureMatchers();
+    
+    /**
+     * Removes the ith "groupFeatureMatchers" element
+     */
+    void removeGroupFeatureMatchers(int i);
+    
+    /**
+     * Gets the "annotationTypeName" attribute
+     */
+    java.lang.String getAnnotationTypeName();
+    
+    /**
+     * Gets (as xml) the "annotationTypeName" attribute
+     */
+    org.apache.xmlbeans.XmlString xgetAnnotationTypeName();
+    
+    /**
+     * Sets the "annotationTypeName" attribute
+     */
+    void setAnnotationTypeName(java.lang.String annotationTypeName);
+    
+    /**
+     * Sets (as xml) the "annotationTypeName" attribute
+     */
+    void xsetAnnotationTypeName(org.apache.xmlbeans.XmlString annotationTypeName);
+    
+    /**
+     * Gets the "fullPath" attribute
+     */
+    java.lang.String getFullPath();
+    
+    /**
+     * Gets (as xml) the "fullPath" attribute
+     */
+    org.apache.xmlbeans.XmlString xgetFullPath();
+    
+    /**
+     * True if has "fullPath" attribute
+     */
+    boolean isSetFullPath();
+    
+    /**
+     * Sets the "fullPath" attribute
+     */
+    void setFullPath(java.lang.String fullPath);
+    
+    /**
+     * Sets (as xml) the "fullPath" attribute
+     */
+    void xsetFullPath(org.apache.xmlbeans.XmlString fullPath);
+    
+    /**
+     * Unsets the "fullPath" attribute
+     */
+    void unsetFullPath();
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML newInstance() {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
+        
+        private Factory() { } // No instance of this class allowed
+    }
+}

Added: incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/PatternFeatureValuesXML.java
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/PatternFeatureValuesXML.java?rev=786255&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/PatternFeatureValuesXML.java (added)
+++ incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/PatternFeatureValuesXML.java Thu Jun 18 20:39:50 2009
@@ -0,0 +1,126 @@
+/*
+ * XML Type:  PatternFeatureValuesXML
+ * Namespace: http://www.apache.org/uima/cfe/config/XMLBeans
+ * Java type: org.apache.uima.cfe.config.xmlBeans.PatternFeatureValuesXML
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.uima.tools.cfe.config.xmlBeans;
+
+
+/**
+ * An XML PatternFeatureValuesXML(@http://www.apache.org/uima/cfe/config/XMLBeans).
+ *
+ * This is a complex type.
+ */
+public interface PatternFeatureValuesXML extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
+        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PatternFeatureValuesXML.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s6153DD1BF87A9430F8A6FA57AFB2FDD7").resolveHandle("patternfeaturevaluesxml0da1type");
+    
+    /**
+     * Gets the "pattern" attribute
+     */
+    java.lang.String getPattern();
+    
+    /**
+     * Gets (as xml) the "pattern" attribute
+     */
+    org.apache.xmlbeans.XmlString xgetPattern();
+    
+    /**
+     * True if has "pattern" attribute
+     */
+    boolean isSetPattern();
+    
+    /**
+     * Sets the "pattern" attribute
+     */
+    void setPattern(java.lang.String pattern);
+    
+    /**
+     * Sets (as xml) the "pattern" attribute
+     */
+    void xsetPattern(org.apache.xmlbeans.XmlString pattern);
+    
+    /**
+     * Unsets the "pattern" attribute
+     */
+    void unsetPattern();
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML newInstance() {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
+        
+        private Factory() { } // No instance of this class allowed
+    }
+}

Added: incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/RangeFeatureValuesXML.java
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/RangeFeatureValuesXML.java?rev=786255&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/RangeFeatureValuesXML.java (added)
+++ incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/RangeFeatureValuesXML.java Thu Jun 18 20:39:50 2009
@@ -0,0 +1,206 @@
+/*
+ * XML Type:  RangeFeatureValuesXML
+ * Namespace: http://www.apache.org/uima/cfe/config/XMLBeans
+ * Java type: org.apache.uima.cfe.config.xmlBeans.RangeFeatureValuesXML
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.uima.tools.cfe.config.xmlBeans;
+
+
+/**
+ * An XML RangeFeatureValuesXML(@http://www.apache.org/uima/cfe/config/XMLBeans).
+ *
+ * This is a complex type.
+ */
+public interface RangeFeatureValuesXML extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
+        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RangeFeatureValuesXML.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s6153DD1BF87A9430F8A6FA57AFB2FDD7").resolveHandle("rangefeaturevaluesxml1c94type");
+    
+    /**
+     * Gets the "lowerBoundaryInclusive" attribute
+     */
+    boolean getLowerBoundaryInclusive();
+    
+    /**
+     * Gets (as xml) the "lowerBoundaryInclusive" attribute
+     */
+    org.apache.xmlbeans.XmlBoolean xgetLowerBoundaryInclusive();
+    
+    /**
+     * True if has "lowerBoundaryInclusive" attribute
+     */
+    boolean isSetLowerBoundaryInclusive();
+    
+    /**
+     * Sets the "lowerBoundaryInclusive" attribute
+     */
+    void setLowerBoundaryInclusive(boolean lowerBoundaryInclusive);
+    
+    /**
+     * Sets (as xml) the "lowerBoundaryInclusive" attribute
+     */
+    void xsetLowerBoundaryInclusive(org.apache.xmlbeans.XmlBoolean lowerBoundaryInclusive);
+    
+    /**
+     * Unsets the "lowerBoundaryInclusive" attribute
+     */
+    void unsetLowerBoundaryInclusive();
+    
+    /**
+     * Gets the "upperBoundaryInclusive" attribute
+     */
+    boolean getUpperBoundaryInclusive();
+    
+    /**
+     * Gets (as xml) the "upperBoundaryInclusive" attribute
+     */
+    org.apache.xmlbeans.XmlBoolean xgetUpperBoundaryInclusive();
+    
+    /**
+     * True if has "upperBoundaryInclusive" attribute
+     */
+    boolean isSetUpperBoundaryInclusive();
+    
+    /**
+     * Sets the "upperBoundaryInclusive" attribute
+     */
+    void setUpperBoundaryInclusive(boolean upperBoundaryInclusive);
+    
+    /**
+     * Sets (as xml) the "upperBoundaryInclusive" attribute
+     */
+    void xsetUpperBoundaryInclusive(org.apache.xmlbeans.XmlBoolean upperBoundaryInclusive);
+    
+    /**
+     * Unsets the "upperBoundaryInclusive" attribute
+     */
+    void unsetUpperBoundaryInclusive();
+    
+    /**
+     * Gets the "lowerBoundary" attribute
+     */
+    org.apache.xmlbeans.XmlAnySimpleType getLowerBoundary();
+    
+    /**
+     * True if has "lowerBoundary" attribute
+     */
+    boolean isSetLowerBoundary();
+    
+    /**
+     * Sets the "lowerBoundary" attribute
+     */
+    void setLowerBoundary(org.apache.xmlbeans.XmlAnySimpleType lowerBoundary);
+    
+    /**
+     * Appends and returns a new empty "lowerBoundary" attribute
+     */
+    org.apache.xmlbeans.XmlAnySimpleType addNewLowerBoundary();
+    
+    /**
+     * Unsets the "lowerBoundary" attribute
+     */
+    void unsetLowerBoundary();
+    
+    /**
+     * Gets the "upperBoundary" attribute
+     */
+    org.apache.xmlbeans.XmlAnySimpleType getUpperBoundary();
+    
+    /**
+     * True if has "upperBoundary" attribute
+     */
+    boolean isSetUpperBoundary();
+    
+    /**
+     * Sets the "upperBoundary" attribute
+     */
+    void setUpperBoundary(org.apache.xmlbeans.XmlAnySimpleType upperBoundary);
+    
+    /**
+     * Appends and returns a new empty "upperBoundary" attribute
+     */
+    org.apache.xmlbeans.XmlAnySimpleType addNewUpperBoundary();
+    
+    /**
+     * Unsets the "upperBoundary" attribute
+     */
+    void unsetUpperBoundary();
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML newInstance() {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
+        
+        private Factory() { } // No instance of this class allowed
+    }
+}

Added: incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/SingleFeatureMatcherXML.java
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/SingleFeatureMatcherXML.java?rev=786255&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/SingleFeatureMatcherXML.java (added)
+++ incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/SingleFeatureMatcherXML.java Thu Jun 18 20:39:50 2009
@@ -0,0 +1,321 @@
+/*
+ * XML Type:  SingleFeatureMatcherXML
+ * Namespace: http://www.apache.org/uima/cfe/config/XMLBeans
+ * Java type: org.apache.uima.cfe.config.xmlBeans.SingleFeatureMatcherXML
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.uima.tools.cfe.config.xmlBeans;
+
+
+/**
+ * An XML SingleFeatureMatcherXML(@http://www.apache.org/uima/cfe/config/XMLBeans).
+ *
+ * This is a complex type.
+ */
+public interface SingleFeatureMatcherXML extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
+        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SingleFeatureMatcherXML.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s6153DD1BF87A9430F8A6FA57AFB2FDD7").resolveHandle("singlefeaturematcherxml5c5dtype");
+    
+    /**
+     * Gets the "rangeFeatureValues" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML getRangeFeatureValues();
+    
+    /**
+     * True if has "rangeFeatureValues" element
+     */
+    boolean isSetRangeFeatureValues();
+    
+    /**
+     * Sets the "rangeFeatureValues" element
+     */
+    void setRangeFeatureValues(org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML rangeFeatureValues);
+    
+    /**
+     * Appends and returns a new empty "rangeFeatureValues" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.RangeFeatureValuesXML addNewRangeFeatureValues();
+    
+    /**
+     * Unsets the "rangeFeatureValues" element
+     */
+    void unsetRangeFeatureValues();
+    
+    /**
+     * Gets the "enumFeatureValues" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.EnumFeatureValuesXML getEnumFeatureValues();
+    
+    /**
+     * True if has "enumFeatureValues" element
+     */
+    boolean isSetEnumFeatureValues();
+    
+    /**
+     * Sets the "enumFeatureValues" element
+     */
+    void setEnumFeatureValues(org.apache.uima.tools.cfe.config.xmlBeans.EnumFeatureValuesXML enumFeatureValues);
+    
+    /**
+     * Appends and returns a new empty "enumFeatureValues" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.EnumFeatureValuesXML addNewEnumFeatureValues();
+    
+    /**
+     * Unsets the "enumFeatureValues" element
+     */
+    void unsetEnumFeatureValues();
+    
+    /**
+     * Gets the "bitsetFeatureValues" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.BitsetFeatureValuesXML getBitsetFeatureValues();
+    
+    /**
+     * True if has "bitsetFeatureValues" element
+     */
+    boolean isSetBitsetFeatureValues();
+    
+    /**
+     * Sets the "bitsetFeatureValues" element
+     */
+    void setBitsetFeatureValues(org.apache.uima.tools.cfe.config.xmlBeans.BitsetFeatureValuesXML bitsetFeatureValues);
+    
+    /**
+     * Appends and returns a new empty "bitsetFeatureValues" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.BitsetFeatureValuesXML addNewBitsetFeatureValues();
+    
+    /**
+     * Unsets the "bitsetFeatureValues" element
+     */
+    void unsetBitsetFeatureValues();
+    
+    /**
+     * Gets the "objectPathFeatureValues" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.ObjectPathFeatureValuesXML getObjectPathFeatureValues();
+    
+    /**
+     * True if has "objectPathFeatureValues" element
+     */
+    boolean isSetObjectPathFeatureValues();
+    
+    /**
+     * Sets the "objectPathFeatureValues" element
+     */
+    void setObjectPathFeatureValues(org.apache.uima.tools.cfe.config.xmlBeans.ObjectPathFeatureValuesXML objectPathFeatureValues);
+    
+    /**
+     * Appends and returns a new empty "objectPathFeatureValues" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.ObjectPathFeatureValuesXML addNewObjectPathFeatureValues();
+    
+    /**
+     * Unsets the "objectPathFeatureValues" element
+     */
+    void unsetObjectPathFeatureValues();
+    
+    /**
+     * Gets the "patternFeatureValues" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML getPatternFeatureValues();
+    
+    /**
+     * True if has "patternFeatureValues" element
+     */
+    boolean isSetPatternFeatureValues();
+    
+    /**
+     * Sets the "patternFeatureValues" element
+     */
+    void setPatternFeatureValues(org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML patternFeatureValues);
+    
+    /**
+     * Appends and returns a new empty "patternFeatureValues" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.PatternFeatureValuesXML addNewPatternFeatureValues();
+    
+    /**
+     * Unsets the "patternFeatureValues" element
+     */
+    void unsetPatternFeatureValues();
+    
+    /**
+     * Gets the "featureTypeName" attribute
+     */
+    java.lang.String getFeatureTypeName();
+    
+    /**
+     * Gets (as xml) the "featureTypeName" attribute
+     */
+    org.apache.xmlbeans.XmlString xgetFeatureTypeName();
+    
+    /**
+     * Sets the "featureTypeName" attribute
+     */
+    void setFeatureTypeName(java.lang.String featureTypeName);
+    
+    /**
+     * Sets (as xml) the "featureTypeName" attribute
+     */
+    void xsetFeatureTypeName(org.apache.xmlbeans.XmlString featureTypeName);
+    
+    /**
+     * Gets the "featurePath" attribute
+     */
+    java.lang.String getFeaturePath();
+    
+    /**
+     * Gets (as xml) the "featurePath" attribute
+     */
+    org.apache.xmlbeans.XmlString xgetFeaturePath();
+    
+    /**
+     * Sets the "featurePath" attribute
+     */
+    void setFeaturePath(java.lang.String featurePath);
+    
+    /**
+     * Sets (as xml) the "featurePath" attribute
+     */
+    void xsetFeaturePath(org.apache.xmlbeans.XmlString featurePath);
+    
+    /**
+     * Gets the "exclude" attribute
+     */
+    boolean getExclude();
+    
+    /**
+     * Gets (as xml) the "exclude" attribute
+     */
+    org.apache.xmlbeans.XmlBoolean xgetExclude();
+    
+    /**
+     * True if has "exclude" attribute
+     */
+    boolean isSetExclude();
+    
+    /**
+     * Sets the "exclude" attribute
+     */
+    void setExclude(boolean exclude);
+    
+    /**
+     * Sets (as xml) the "exclude" attribute
+     */
+    void xsetExclude(org.apache.xmlbeans.XmlBoolean exclude);
+    
+    /**
+     * Unsets the "exclude" attribute
+     */
+    void unsetExclude();
+    
+    /**
+     * Gets the "quiet" attribute
+     */
+    boolean getQuiet();
+    
+    /**
+     * Gets (as xml) the "quiet" attribute
+     */
+    org.apache.xmlbeans.XmlBoolean xgetQuiet();
+    
+    /**
+     * True if has "quiet" attribute
+     */
+    boolean isSetQuiet();
+    
+    /**
+     * Sets the "quiet" attribute
+     */
+    void setQuiet(boolean quiet);
+    
+    /**
+     * Sets (as xml) the "quiet" attribute
+     */
+    void xsetQuiet(org.apache.xmlbeans.XmlBoolean quiet);
+    
+    /**
+     * Unsets the "quiet" attribute
+     */
+    void unsetQuiet();
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML newInstance() {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
+        
+        private Factory() { } // No instance of this class allowed
+    }
+}

Added: incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/TargetAnnotationXML.java
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/TargetAnnotationXML.java?rev=786255&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/TargetAnnotationXML.java (added)
+++ incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/TargetAnnotationXML.java Thu Jun 18 20:39:50 2009
@@ -0,0 +1,191 @@
+/*
+ * XML Type:  TargetAnnotationXML
+ * Namespace: http://www.apache.org/uima/cfe/config/XMLBeans
+ * Java type: org.apache.uima.cfe.config.xmlBeans.TargetAnnotationXML
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.uima.tools.cfe.config.xmlBeans;
+
+
+/**
+ * An XML TargetAnnotationXML(@http://www.apache.org/uima/cfe/config/XMLBeans).
+ *
+ * This is a complex type.
+ */
+public interface TargetAnnotationXML extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
+        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TargetAnnotationXML.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s6153DD1BF87A9430F8A6FA57AFB2FDD7").resolveHandle("targetannotationxmlf9b9type");
+    
+    /**
+     * Gets the "targetAnnotationMatcher" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML getTargetAnnotationMatcher();
+    
+    /**
+     * Sets the "targetAnnotationMatcher" element
+     */
+    void setTargetAnnotationMatcher(org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML targetAnnotationMatcher);
+    
+    /**
+     * Appends and returns a new empty "targetAnnotationMatcher" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.PartialObjectMatcherXML addNewTargetAnnotationMatcher();
+    
+    /**
+     * Gets array of all "featureAnnotationMatchers" elements
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.FeatureObjectMatcherXML[] getFeatureAnnotationMatchersArray();
+    
+    /**
+     * Gets ith "featureAnnotationMatchers" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.FeatureObjectMatcherXML getFeatureAnnotationMatchersArray(int i);
+    
+    /**
+     * Returns number of "featureAnnotationMatchers" element
+     */
+    int sizeOfFeatureAnnotationMatchersArray();
+    
+    /**
+     * Sets array of all "featureAnnotationMatchers" element
+     */
+    void setFeatureAnnotationMatchersArray(org.apache.uima.tools.cfe.config.xmlBeans.FeatureObjectMatcherXML[] featureAnnotationMatchersArray);
+    
+    /**
+     * Sets ith "featureAnnotationMatchers" element
+     */
+    void setFeatureAnnotationMatchersArray(int i, org.apache.uima.tools.cfe.config.xmlBeans.FeatureObjectMatcherXML featureAnnotationMatchers);
+    
+    /**
+     * Inserts and returns a new empty value (as xml) as the ith "featureAnnotationMatchers" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.FeatureObjectMatcherXML insertNewFeatureAnnotationMatchers(int i);
+    
+    /**
+     * Appends and returns a new empty value (as xml) as the last "featureAnnotationMatchers" element
+     */
+    org.apache.uima.tools.cfe.config.xmlBeans.FeatureObjectMatcherXML addNewFeatureAnnotationMatchers();
+    
+    /**
+     * Removes the ith "featureAnnotationMatchers" element
+     */
+    void removeFeatureAnnotationMatchers(int i);
+    
+    /**
+     * Gets the "className" attribute
+     */
+    java.lang.String getClassName();
+    
+    /**
+     * Gets (as xml) the "className" attribute
+     */
+    org.apache.xmlbeans.XmlString xgetClassName();
+    
+    /**
+     * Sets the "className" attribute
+     */
+    void setClassName(java.lang.String className);
+    
+    /**
+     * Sets (as xml) the "className" attribute
+     */
+    void xsetClassName(org.apache.xmlbeans.XmlString className);
+    
+    /**
+     * Gets the "enclosingAnnotation" attribute
+     */
+    java.lang.String getEnclosingAnnotation();
+    
+    /**
+     * Gets (as xml) the "enclosingAnnotation" attribute
+     */
+    org.apache.xmlbeans.XmlString xgetEnclosingAnnotation();
+    
+    /**
+     * Sets the "enclosingAnnotation" attribute
+     */
+    void setEnclosingAnnotation(java.lang.String enclosingAnnotation);
+    
+    /**
+     * Sets (as xml) the "enclosingAnnotation" attribute
+     */
+    void xsetEnclosingAnnotation(org.apache.xmlbeans.XmlString enclosingAnnotation);
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML newInstance() {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
+        
+        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
+        
+        private Factory() { } // No instance of this class allowed
+    }
+}

Added: incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/impl/BitsetFeatureValuesXMLImpl.java
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/impl/BitsetFeatureValuesXMLImpl.java?rev=786255&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/impl/BitsetFeatureValuesXMLImpl.java (added)
+++ incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/impl/BitsetFeatureValuesXMLImpl.java Thu Jun 18 20:39:50 2009
@@ -0,0 +1,187 @@
+/*
+ * XML Type:  BitsetFeatureValuesXML
+ * Namespace: http://www.apache.org/uima/cfe/config/XMLBeans
+ * Java type: org.apache.uima.cfe.config.xmlBeans.BitsetFeatureValuesXML
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.uima.tools.cfe.config.xmlBeans.impl;
+/**
+ * An XML BitsetFeatureValuesXML(@http://www.apache.org/uima/cfe/config/XMLBeans).
+ *
+ * This is a complex type.
+ */
+public class BitsetFeatureValuesXMLImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.uima.tools.cfe.config.xmlBeans.BitsetFeatureValuesXML
+{
+    
+    public BitsetFeatureValuesXMLImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName BITMASK$0 = 
+        new javax.xml.namespace.QName("", "bitmask");
+    private static final javax.xml.namespace.QName EXACTMATCH$2 = 
+        new javax.xml.namespace.QName("", "exact_match");
+    
+    
+    /**
+     * Gets the "bitmask" attribute
+     */
+    public java.lang.String getBitmask()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(BITMASK$0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "bitmask" attribute
+     */
+    public org.apache.xmlbeans.XmlString xgetBitmask()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(BITMASK$0);
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "bitmask" attribute
+     */
+    public void setBitmask(java.lang.String bitmask)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(BITMASK$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(BITMASK$0);
+            }
+            target.setStringValue(bitmask);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "bitmask" attribute
+     */
+    public void xsetBitmask(org.apache.xmlbeans.XmlString bitmask)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(BITMASK$0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(BITMASK$0);
+            }
+            target.set(bitmask);
+        }
+    }
+    
+    /**
+     * Gets the "exact_match" attribute
+     */
+    public boolean getExactMatch()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(EXACTMATCH$2);
+            if (target == null)
+            {
+                return false;
+            }
+            return target.getBooleanValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "exact_match" attribute
+     */
+    public org.apache.xmlbeans.XmlBoolean xgetExactMatch()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlBoolean target = null;
+            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_attribute_user(EXACTMATCH$2);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "exact_match" attribute
+     */
+    public boolean isSetExactMatch()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(EXACTMATCH$2) != null;
+        }
+    }
+    
+    /**
+     * Sets the "exact_match" attribute
+     */
+    public void setExactMatch(boolean exactMatch)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(EXACTMATCH$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(EXACTMATCH$2);
+            }
+            target.setBooleanValue(exactMatch);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "exact_match" attribute
+     */
+    public void xsetExactMatch(org.apache.xmlbeans.XmlBoolean exactMatch)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlBoolean target = null;
+            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_attribute_user(EXACTMATCH$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlBoolean)get_store().add_attribute_user(EXACTMATCH$2);
+            }
+            target.set(exactMatch);
+        }
+    }
+    
+    /**
+     * Unsets the "exact_match" attribute
+     */
+    public void unsetExactMatch()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(EXACTMATCH$2);
+        }
+    }
+}

Added: incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/impl/CFEConfigDocumentImpl.java
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/impl/CFEConfigDocumentImpl.java?rev=786255&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/impl/CFEConfigDocumentImpl.java (added)
+++ incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/impl/CFEConfigDocumentImpl.java Thu Jun 18 20:39:50 2009
@@ -0,0 +1,76 @@
+/*
+ * An XML document type.
+ * Localname: CFEConfig
+ * Namespace: http://www.apache.org/uima/cfe/config/XMLBeans
+ * Java type: org.apache.uima.cfe.config.xmlBeans.CFEConfigDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.uima.tools.cfe.config.xmlBeans.impl;
+/**
+ * A document containing one CFEConfig(@http://www.apache.org/uima/cfe/config/XMLBeans) element.
+ *
+ * This is a complex type.
+ */
+public class CFEConfigDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.uima.tools.cfe.config.xmlBeans.CFEConfigDocument
+{
+    
+    public CFEConfigDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName CFECONFIG$0 = 
+        new javax.xml.namespace.QName("http://www.apache.org/uima/cfe/config/XMLBeans", "CFEConfig");
+    
+    
+    /**
+     * Gets the "CFEConfig" element
+     */
+    public org.apache.uima.tools.cfe.config.xmlBeans.CFEDescriptorXML getCFEConfig()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.tools.cfe.config.xmlBeans.CFEDescriptorXML target = null;
+            target = (org.apache.uima.tools.cfe.config.xmlBeans.CFEDescriptorXML)get_store().find_element_user(CFECONFIG$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "CFEConfig" element
+     */
+    public void setCFEConfig(org.apache.uima.tools.cfe.config.xmlBeans.CFEDescriptorXML cfeConfig)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.tools.cfe.config.xmlBeans.CFEDescriptorXML target = null;
+            target = (org.apache.uima.tools.cfe.config.xmlBeans.CFEDescriptorXML)get_store().find_element_user(CFECONFIG$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.uima.tools.cfe.config.xmlBeans.CFEDescriptorXML)get_store().add_element_user(CFECONFIG$0);
+            }
+            target.set(cfeConfig);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "CFEConfig" element
+     */
+    public org.apache.uima.tools.cfe.config.xmlBeans.CFEDescriptorXML addNewCFEConfig()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.tools.cfe.config.xmlBeans.CFEDescriptorXML target = null;
+            target = (org.apache.uima.tools.cfe.config.xmlBeans.CFEDescriptorXML)get_store().add_element_user(CFECONFIG$0);
+            return target;
+        }
+    }
+}

Added: incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/impl/CFEDescriptorXMLImpl.java
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/impl/CFEDescriptorXMLImpl.java?rev=786255&view=auto
==============================================================================
--- incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/impl/CFEDescriptorXMLImpl.java (added)
+++ incubator/uima/sandbox/trunk/ConfigurableFeatureExtractor/src/main/java/org/apache/uima/tools/cfe/config/xmlBeans/impl/CFEDescriptorXMLImpl.java Thu Jun 18 20:39:50 2009
@@ -0,0 +1,235 @@
+/*
+ * XML Type:  CFEDescriptorXML
+ * Namespace: http://www.apache.org/uima/cfe/config/XMLBeans
+ * Java type: org.apache.uima.cfe.config.xmlBeans.CFEDescriptorXML
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.uima.tools.cfe.config.xmlBeans.impl;
+/**
+ * An XML CFEDescriptorXML(@http://www.apache.org/uima/cfe/config/XMLBeans).
+ *
+ * This is a complex type.
+ */
+public class CFEDescriptorXMLImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.uima.tools.cfe.config.xmlBeans.CFEDescriptorXML
+{
+    
+    public CFEDescriptorXMLImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName TARGETANNOTATIONS$0 = 
+        new javax.xml.namespace.QName("http://www.apache.org/uima/cfe/config/XMLBeans", "targetAnnotations");
+    private static final javax.xml.namespace.QName NULLVALUEIMAGE$2 = 
+        new javax.xml.namespace.QName("", "nullValueImage");
+    
+    
+    /**
+     * Gets array of all "targetAnnotations" elements
+     */
+    public org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML[] getTargetAnnotationsArray()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            java.util.List targetList = new java.util.ArrayList();
+            get_store().find_all_element_users(TARGETANNOTATIONS$0, targetList);
+            org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML[] result = new org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML[targetList.size()];
+            targetList.toArray(result);
+            return result;
+        }
+    }
+    
+    /**
+     * Gets ith "targetAnnotations" element
+     */
+    public org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML getTargetAnnotationsArray(int i)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML target = null;
+            target = (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML)get_store().find_element_user(TARGETANNOTATIONS$0, i);
+            if (target == null)
+            {
+                throw new IndexOutOfBoundsException();
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Returns number of "targetAnnotations" element
+     */
+    public int sizeOfTargetAnnotationsArray()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().count_elements(TARGETANNOTATIONS$0);
+        }
+    }
+    
+    /**
+     * Sets array of all "targetAnnotations" element
+     */
+    public void setTargetAnnotationsArray(org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML[] targetAnnotationsArray)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            arraySetterHelper(targetAnnotationsArray, TARGETANNOTATIONS$0);
+        }
+    }
+    
+    /**
+     * Sets ith "targetAnnotations" element
+     */
+    public void setTargetAnnotationsArray(int i, org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML targetAnnotations)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML target = null;
+            target = (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML)get_store().find_element_user(TARGETANNOTATIONS$0, i);
+            if (target == null)
+            {
+                throw new IndexOutOfBoundsException();
+            }
+            target.set(targetAnnotations);
+        }
+    }
+    
+    /**
+     * Inserts and returns a new empty value (as xml) as the ith "targetAnnotations" element
+     */
+    public org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML insertNewTargetAnnotations(int i)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML target = null;
+            target = (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML)get_store().insert_element_user(TARGETANNOTATIONS$0, i);
+            return target;
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty value (as xml) as the last "targetAnnotations" element
+     */
+    public org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML addNewTargetAnnotations()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML target = null;
+            target = (org.apache.uima.tools.cfe.config.xmlBeans.TargetAnnotationXML)get_store().add_element_user(TARGETANNOTATIONS$0);
+            return target;
+        }
+    }
+    
+    /**
+     * Removes the ith "targetAnnotations" element
+     */
+    public void removeTargetAnnotations(int i)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_element(TARGETANNOTATIONS$0, i);
+        }
+    }
+    
+    /**
+     * Gets the "nullValueImage" attribute
+     */
+    public java.lang.String getNullValueImage()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NULLVALUEIMAGE$2);
+            if (target == null)
+            {
+                return null;
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "nullValueImage" attribute
+     */
+    public org.apache.xmlbeans.XmlString xgetNullValueImage()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(NULLVALUEIMAGE$2);
+            return target;
+        }
+    }
+    
+    /**
+     * True if has "nullValueImage" attribute
+     */
+    public boolean isSetNullValueImage()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().find_attribute_user(NULLVALUEIMAGE$2) != null;
+        }
+    }
+    
+    /**
+     * Sets the "nullValueImage" attribute
+     */
+    public void setNullValueImage(java.lang.String nullValueImage)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NULLVALUEIMAGE$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(NULLVALUEIMAGE$2);
+            }
+            target.setStringValue(nullValueImage);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "nullValueImage" attribute
+     */
+    public void xsetNullValueImage(org.apache.xmlbeans.XmlString nullValueImage)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(NULLVALUEIMAGE$2);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(NULLVALUEIMAGE$2);
+            }
+            target.set(nullValueImage);
+        }
+    }
+    
+    /**
+     * Unsets the "nullValueImage" attribute
+     */
+    public void unsetNullValueImage()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_attribute(NULLVALUEIMAGE$2);
+        }
+    }
+}