net.opengis.eml.x001
Interface SelectFunctionType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
SelectFunctionTypeImpl

public interface SelectFunctionType
extends org.apache.xmlbeans.XmlObject

An XML SelectFunctionType(@http://www.opengis.net/eml/0.0.1). This is a complex type.


Nested Class Summary
static class SelectFunctionType.Factory
          A factory class with static methods for creating instances of this type.
static interface SelectFunctionType.NotifyOnSelect
          An XML NotifyOnSelect(@http://www.opengis.net/eml/0.0.1).
static interface SelectFunctionType.SelectAvg
          An XML SelectAvg(@http://www.opengis.net/eml/0.0.1).
static interface SelectFunctionType.SelectEvent
          An XML SelectEvent(@http://www.opengis.net/eml/0.0.1).
static interface SelectFunctionType.SelectMax
          An XML SelectMax(@http://www.opengis.net/eml/0.0.1).
static interface SelectFunctionType.SelectMin
          An XML SelectMin(@http://www.opengis.net/eml/0.0.1).
static interface SelectFunctionType.SelectProperty
          An XML SelectProperty(@http://www.opengis.net/eml/0.0.1).
static interface SelectFunctionType.SelectSum
          An XML SelectSum(@http://www.opengis.net/eml/0.0.1).
static interface SelectFunctionType.UserDefinedSelectFunction
          An XML UserDefinedSelectFunction(@http://www.opengis.net/eml/0.0.1).
 
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
 SelectFunctionType.NotifyOnSelect addNewNotifyOnSelect()
          Appends and returns a new empty "NotifyOnSelect" element
 SelectFunctionType.SelectAvg addNewSelectAvg()
          Appends and returns a new empty "SelectAvg" element
 org.apache.xmlbeans.XmlObject addNewSelectCount()
          Appends and returns a new empty "SelectCount" element
 SelectFunctionType.SelectEvent addNewSelectEvent()
          Appends and returns a new empty "SelectEvent" element
 SelectFunctionType.SelectMax addNewSelectMax()
          Appends and returns a new empty "SelectMax" element
 SelectFunctionType.SelectMin addNewSelectMin()
          Appends and returns a new empty "SelectMin" element
 SelectFunctionType.SelectProperty addNewSelectProperty()
          Appends and returns a new empty "SelectProperty" element
 SelectFunctionType.SelectSum addNewSelectSum()
          Appends and returns a new empty "SelectSum" element
 SelectFunctionType.UserDefinedSelectFunction addNewUserDefinedSelectFunction()
          Appends and returns a new empty "UserDefinedSelectFunction" element
 boolean getCreateCausality()
          Gets the "createCausality" attribute
 String getNewEventName()
          Gets the "newEventName" attribute
 SelectFunctionType.NotifyOnSelect getNotifyOnSelect()
          Gets the "NotifyOnSelect" element
 String getOutputName()
          Gets the "outputName" attribute
 SelectFunctionType.SelectAvg getSelectAvg()
          Gets the "SelectAvg" element
 org.apache.xmlbeans.XmlObject getSelectCount()
          Gets the "SelectCount" element
 SelectFunctionType.SelectEvent getSelectEvent()
          Gets the "SelectEvent" element
 SelectFunctionType.SelectMax getSelectMax()
          Gets the "SelectMax" element
 SelectFunctionType.SelectMin getSelectMin()
          Gets the "SelectMin" element
 SelectFunctionType.SelectProperty getSelectProperty()
          Gets the "SelectProperty" element
 SelectFunctionType.SelectSum getSelectSum()
          Gets the "SelectSum" element
 SelectFunctionType.UserDefinedSelectFunction getUserDefinedSelectFunction()
          Gets the "UserDefinedSelectFunction" element
 boolean isSetCreateCausality()
          True if has "createCausality" attribute
 boolean isSetNotifyOnSelect()
          True if has "NotifyOnSelect" element
 boolean isSetOutputName()
          True if has "outputName" attribute
 boolean isSetSelectAvg()
          True if has "SelectAvg" element
 boolean isSetSelectCount()
          True if has "SelectCount" element
 boolean isSetSelectEvent()
          True if has "SelectEvent" element
 boolean isSetSelectMax()
          True if has "SelectMax" element
 boolean isSetSelectMin()
          True if has "SelectMin" element
 boolean isSetSelectProperty()
          True if has "SelectProperty" element
 boolean isSetSelectSum()
          True if has "SelectSum" element
 boolean isSetUserDefinedSelectFunction()
          True if has "UserDefinedSelectFunction" element
 void setCreateCausality(boolean createCausality)
          Sets the "createCausality" attribute
 void setNewEventName(String newEventName)
          Sets the "newEventName" attribute
 void setNotifyOnSelect(SelectFunctionType.NotifyOnSelect notifyOnSelect)
          Sets the "NotifyOnSelect" element
 void setOutputName(String outputName)
          Sets the "outputName" attribute
 void setSelectAvg(SelectFunctionType.SelectAvg selectAvg)
          Sets the "SelectAvg" element
 void setSelectCount(org.apache.xmlbeans.XmlObject selectCount)
          Sets the "SelectCount" element
 void setSelectEvent(SelectFunctionType.SelectEvent selectEvent)
          Sets the "SelectEvent" element
 void setSelectMax(SelectFunctionType.SelectMax selectMax)
          Sets the "SelectMax" element
 void setSelectMin(SelectFunctionType.SelectMin selectMin)
          Sets the "SelectMin" element
 void setSelectProperty(SelectFunctionType.SelectProperty selectProperty)
          Sets the "SelectProperty" element
 void setSelectSum(SelectFunctionType.SelectSum selectSum)
          Sets the "SelectSum" element
 void setUserDefinedSelectFunction(SelectFunctionType.UserDefinedSelectFunction userDefinedSelectFunction)
          Sets the "UserDefinedSelectFunction" element
 void unsetCreateCausality()
          Unsets the "createCausality" attribute
 void unsetNotifyOnSelect()
          Unsets the "NotifyOnSelect" element
 void unsetOutputName()
          Unsets the "outputName" attribute
 void unsetSelectAvg()
          Unsets the "SelectAvg" element
 void unsetSelectCount()
          Unsets the "SelectCount" element
 void unsetSelectEvent()
          Unsets the "SelectEvent" element
 void unsetSelectMax()
          Unsets the "SelectMax" element
 void unsetSelectMin()
          Unsets the "SelectMin" element
 void unsetSelectProperty()
          Unsets the "SelectProperty" element
 void unsetSelectSum()
          Unsets the "SelectSum" element
 void unsetUserDefinedSelectFunction()
          Unsets the "UserDefinedSelectFunction" element
 org.apache.xmlbeans.XmlBoolean xgetCreateCausality()
          Gets (as xml) the "createCausality" attribute
 org.apache.xmlbeans.XmlString xgetNewEventName()
          Gets (as xml) the "newEventName" attribute
 org.apache.xmlbeans.XmlString xgetOutputName()
          Gets (as xml) the "outputName" attribute
 void xsetCreateCausality(org.apache.xmlbeans.XmlBoolean createCausality)
          Sets (as xml) the "createCausality" attribute
 void xsetNewEventName(org.apache.xmlbeans.XmlString newEventName)
          Sets (as xml) the "newEventName" attribute
 void xsetOutputName(org.apache.xmlbeans.XmlString outputName)
          Sets (as xml) the "outputName" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, 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

getSelectEvent

SelectFunctionType.SelectEvent getSelectEvent()
Gets the "SelectEvent" element


isSetSelectEvent

boolean isSetSelectEvent()
True if has "SelectEvent" element


setSelectEvent

void setSelectEvent(SelectFunctionType.SelectEvent selectEvent)
Sets the "SelectEvent" element


addNewSelectEvent

SelectFunctionType.SelectEvent addNewSelectEvent()
Appends and returns a new empty "SelectEvent" element


unsetSelectEvent

void unsetSelectEvent()
Unsets the "SelectEvent" element


getSelectProperty

SelectFunctionType.SelectProperty getSelectProperty()
Gets the "SelectProperty" element


isSetSelectProperty

boolean isSetSelectProperty()
True if has "SelectProperty" element


setSelectProperty

void setSelectProperty(SelectFunctionType.SelectProperty selectProperty)
Sets the "SelectProperty" element


addNewSelectProperty

SelectFunctionType.SelectProperty addNewSelectProperty()
Appends and returns a new empty "SelectProperty" element


unsetSelectProperty

void unsetSelectProperty()
Unsets the "SelectProperty" element


getSelectSum

SelectFunctionType.SelectSum getSelectSum()
Gets the "SelectSum" element


isSetSelectSum

boolean isSetSelectSum()
True if has "SelectSum" element


setSelectSum

void setSelectSum(SelectFunctionType.SelectSum selectSum)
Sets the "SelectSum" element


addNewSelectSum

SelectFunctionType.SelectSum addNewSelectSum()
Appends and returns a new empty "SelectSum" element


unsetSelectSum

void unsetSelectSum()
Unsets the "SelectSum" element


getSelectAvg

SelectFunctionType.SelectAvg getSelectAvg()
Gets the "SelectAvg" element


isSetSelectAvg

boolean isSetSelectAvg()
True if has "SelectAvg" element


setSelectAvg

void setSelectAvg(SelectFunctionType.SelectAvg selectAvg)
Sets the "SelectAvg" element


addNewSelectAvg

SelectFunctionType.SelectAvg addNewSelectAvg()
Appends and returns a new empty "SelectAvg" element


unsetSelectAvg

void unsetSelectAvg()
Unsets the "SelectAvg" element


getSelectMax

SelectFunctionType.SelectMax getSelectMax()
Gets the "SelectMax" element


isSetSelectMax

boolean isSetSelectMax()
True if has "SelectMax" element


setSelectMax

void setSelectMax(SelectFunctionType.SelectMax selectMax)
Sets the "SelectMax" element


addNewSelectMax

SelectFunctionType.SelectMax addNewSelectMax()
Appends and returns a new empty "SelectMax" element


unsetSelectMax

void unsetSelectMax()
Unsets the "SelectMax" element


getSelectMin

SelectFunctionType.SelectMin getSelectMin()
Gets the "SelectMin" element


isSetSelectMin

boolean isSetSelectMin()
True if has "SelectMin" element


setSelectMin

void setSelectMin(SelectFunctionType.SelectMin selectMin)
Sets the "SelectMin" element


addNewSelectMin

SelectFunctionType.SelectMin addNewSelectMin()
Appends and returns a new empty "SelectMin" element


unsetSelectMin

void unsetSelectMin()
Unsets the "SelectMin" element


getSelectCount

org.apache.xmlbeans.XmlObject getSelectCount()
Gets the "SelectCount" element


isSetSelectCount

boolean isSetSelectCount()
True if has "SelectCount" element


setSelectCount

void setSelectCount(org.apache.xmlbeans.XmlObject selectCount)
Sets the "SelectCount" element


addNewSelectCount

org.apache.xmlbeans.XmlObject addNewSelectCount()
Appends and returns a new empty "SelectCount" element


unsetSelectCount

void unsetSelectCount()
Unsets the "SelectCount" element


getNotifyOnSelect

SelectFunctionType.NotifyOnSelect getNotifyOnSelect()
Gets the "NotifyOnSelect" element


isSetNotifyOnSelect

boolean isSetNotifyOnSelect()
True if has "NotifyOnSelect" element


setNotifyOnSelect

void setNotifyOnSelect(SelectFunctionType.NotifyOnSelect notifyOnSelect)
Sets the "NotifyOnSelect" element


addNewNotifyOnSelect

SelectFunctionType.NotifyOnSelect addNewNotifyOnSelect()
Appends and returns a new empty "NotifyOnSelect" element


unsetNotifyOnSelect

void unsetNotifyOnSelect()
Unsets the "NotifyOnSelect" element


getUserDefinedSelectFunction

SelectFunctionType.UserDefinedSelectFunction getUserDefinedSelectFunction()
Gets the "UserDefinedSelectFunction" element


isSetUserDefinedSelectFunction

boolean isSetUserDefinedSelectFunction()
True if has "UserDefinedSelectFunction" element


setUserDefinedSelectFunction

void setUserDefinedSelectFunction(SelectFunctionType.UserDefinedSelectFunction userDefinedSelectFunction)
Sets the "UserDefinedSelectFunction" element


addNewUserDefinedSelectFunction

SelectFunctionType.UserDefinedSelectFunction addNewUserDefinedSelectFunction()
Appends and returns a new empty "UserDefinedSelectFunction" element


unsetUserDefinedSelectFunction

void unsetUserDefinedSelectFunction()
Unsets the "UserDefinedSelectFunction" element


getOutputName

String getOutputName()
Gets the "outputName" attribute


xgetOutputName

org.apache.xmlbeans.XmlString xgetOutputName()
Gets (as xml) the "outputName" attribute


isSetOutputName

boolean isSetOutputName()
True if has "outputName" attribute


setOutputName

void setOutputName(String outputName)
Sets the "outputName" attribute


xsetOutputName

void xsetOutputName(org.apache.xmlbeans.XmlString outputName)
Sets (as xml) the "outputName" attribute


unsetOutputName

void unsetOutputName()
Unsets the "outputName" attribute


getCreateCausality

boolean getCreateCausality()
Gets the "createCausality" attribute


xgetCreateCausality

org.apache.xmlbeans.XmlBoolean xgetCreateCausality()
Gets (as xml) the "createCausality" attribute


isSetCreateCausality

boolean isSetCreateCausality()
True if has "createCausality" attribute


setCreateCausality

void setCreateCausality(boolean createCausality)
Sets the "createCausality" attribute


xsetCreateCausality

void xsetCreateCausality(org.apache.xmlbeans.XmlBoolean createCausality)
Sets (as xml) the "createCausality" attribute


unsetCreateCausality

void unsetCreateCausality()
Unsets the "createCausality" attribute


getNewEventName

String getNewEventName()
Gets the "newEventName" attribute


xgetNewEventName

org.apache.xmlbeans.XmlString xgetNewEventName()
Gets (as xml) the "newEventName" attribute


setNewEventName

void setNewEventName(String newEventName)
Sets the "newEventName" attribute


xsetNewEventName

void xsetNewEventName(org.apache.xmlbeans.XmlString newEventName)
Sets (as xml) the "newEventName" attribute



Copyright © 2004-2013 52north.org. All Rights Reserved.