org.apache.incubator.uima.regex
Interface EndDocument.End

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
EndDocumentImpl.EndImpl
Enclosing interface:
EndDocument

public static interface EndDocument.End
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class EndDocument.End.Factory
          A factory class with static methods for creating instances of this type.
static interface EndDocument.End.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
 EndDocument.End.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(EndDocument.End.Location.Enum location)
          Sets the "location" attribute
 void unsetLocation()
          Unsets the "location" attribute
 org.apache.xmlbeans.XmlInteger xgetGroup()
          Gets (as xml) the "group" attribute
 EndDocument.End.Location xgetLocation()
          Gets (as xml) the "location" attribute
 void xsetGroup(org.apache.xmlbeans.XmlInteger group)
          Sets (as xml) the "group" attribute
 void xsetLocation(EndDocument.End.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

EndDocument.End.Location.Enum getLocation()
Gets the "location" attribute


xgetLocation

EndDocument.End.Location xgetLocation()
Gets (as xml) the "location" attribute


isSetLocation

boolean isSetLocation()
True if has "location" attribute


setLocation

void setLocation(EndDocument.End.Location.Enum location)
Sets the "location" attribute


xsetLocation

void xsetLocation(EndDocument.End.Location location)
Sets (as xml) the "location" attribute


unsetLocation

void unsetLocation()
Unsets the "location" attribute



Copyright © 2011. All Rights Reserved.