net.opengis.swes.x20
Interface EventCodeEnumerationType

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlString, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
EventCodeEnumerationTypeImpl, EventCodeTypeImpl

public interface EventCodeEnumerationType
extends org.apache.xmlbeans.XmlString

An XML EventCodeEnumerationType(@http://www.opengis.net/swes/2.0). This is an atomic type that is a restriction of net.opengis.swes.x20.EventCodeEnumerationType.


Nested Class Summary
static class EventCodeEnumerationType.Enum
          Enumeration value class for net.opengis.swes.x20.EventCodeEnumerationType.
static class EventCodeEnumerationType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static EventCodeEnumerationType.Enum CAPABILITIES_CHANGED
           
static int INT_CAPABILITIES_CHANGED
           
static int INT_OFFERING_ADDED
           
static int INT_OFFERING_DELETED
           
static int INT_SENSOR_DESCRIPTION_UPDATED
           
static int INT_SENSOR_INSERTED
           
static EventCodeEnumerationType.Enum OFFERING_ADDED
           
static EventCodeEnumerationType.Enum OFFERING_DELETED
           
static EventCodeEnumerationType.Enum SENSOR_DESCRIPTION_UPDATED
           
static EventCodeEnumerationType.Enum SENSOR_INSERTED
           
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
           
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
           
 
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
 
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

CAPABILITIES_CHANGED

static final EventCodeEnumerationType.Enum CAPABILITIES_CHANGED

OFFERING_ADDED

static final EventCodeEnumerationType.Enum OFFERING_ADDED

OFFERING_DELETED

static final EventCodeEnumerationType.Enum OFFERING_DELETED

SENSOR_DESCRIPTION_UPDATED

static final EventCodeEnumerationType.Enum SENSOR_DESCRIPTION_UPDATED

SENSOR_INSERTED

static final EventCodeEnumerationType.Enum SENSOR_INSERTED

INT_CAPABILITIES_CHANGED

static final int INT_CAPABILITIES_CHANGED
See Also:
Constant Field Values

INT_OFFERING_ADDED

static final int INT_OFFERING_ADDED
See Also:
Constant Field Values

INT_OFFERING_DELETED

static final int INT_OFFERING_DELETED
See Also:
Constant Field Values

INT_SENSOR_DESCRIPTION_UPDATED

static final int INT_SENSOR_DESCRIPTION_UPDATED
See Also:
Constant Field Values

INT_SENSOR_INSERTED

static final int INT_SENSOR_INSERTED
See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)


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