org.apache.incubator.uima.regex
Interface BeginDocument.Begin

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
BeginDocumentImpl.BeginImpl
Enclosing interface:
BeginDocument

public static interface BeginDocument.Begin
extends org.apache.xmlbeans.XmlObject

An XML begin(@http://incubator.apache.org/uima/regex). This is a complex type.


Nested Class Summary
static class BeginDocument.Begin.Factory
          A factory class with static methods for creating instances of this type.
static interface BeginDocument.Begin.Location
          An XML location(@).
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 java.math.BigInteger getGroup()
          Gets the "group" attribute
 BeginDocument.Begin.Location.Enum getLocation()
          Gets the "location" attribute
 boolean isSetLocation()
          True if has "location" attribute
 void setGroup(java.math.BigInteger group)
          Sets the "group" attribute
 void setLocation(BeginDocument.Begin.Location.Enum location)
          Sets the "location" attribute
 void unsetLocation()
          Unsets the "location" attribute
 org.apache.xmlbeans.XmlInteger xgetGroup()
          Gets (as xml) the "group" attribute
 BeginDocument.Begin.Location xgetLocation()
          Gets (as xml) the "location" attribute
 void xsetGroup(org.apache.xmlbeans.XmlInteger group)
          Sets (as xml) the "group" attribute
 void xsetLocation(BeginDocument.Begin.Location location)
          Sets (as xml) the "location" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getGroup

java.math.BigInteger getGroup()
Gets the "group" attribute


xgetGroup

org.apache.xmlbeans.XmlInteger xgetGroup()
Gets (as xml) the "group" attribute


setGroup

void setGroup(java.math.BigInteger group)
Sets the "group" attribute


xsetGroup

void xsetGroup(org.apache.xmlbeans.XmlInteger group)
Sets (as xml) the "group" attribute


getLocation

BeginDocument.Begin.Location.Enum getLocation()
Gets the "location" attribute


xgetLocation

BeginDocument.Begin.Location xgetLocation()
Gets (as xml) the "location" attribute


isSetLocation

boolean isSetLocation()
True if has "location" attribute


setLocation

void setLocation(BeginDocument.Begin.Location.Enum location)
Sets the "location" attribute


xsetLocation

void xsetLocation(BeginDocument.Begin.Location location)
Sets (as xml) the "location" attribute


unsetLocation

void unsetLocation()
Unsets the "location" attribute



Copyright © 2011. All Rights Reserved.