net.opengis.sps.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/sps/2.0). This is an atomic type that is a restriction of net.opengis.sps.x20.EventCodeEnumerationType.


Nested Class Summary
static class EventCodeEnumerationType.Enum
          Enumeration value class for net.opengis.sps.x20.EventCodeEnumerationType.
static class EventCodeEnumerationType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static EventCodeEnumerationType.Enum DATA_PUBLISHED
           
static int INT_DATA_PUBLISHED
           
static int INT_RESERVATION_EXPIRED
           
static int INT_TASK_CANCELLED
           
static int INT_TASK_COMPLETED
           
static int INT_TASK_CONFIRMED
           
static int INT_TASK_FAILED
           
static int INT_TASK_RESERVED
           
static int INT_TASK_SUBMITTED
           
static int INT_TASK_UPDATED
           
static int INT_TASKING_REQUEST_EXPIRED
           
static EventCodeEnumerationType.Enum RESERVATION_EXPIRED
           
static EventCodeEnumerationType.Enum TASK_CANCELLED
           
static EventCodeEnumerationType.Enum TASK_COMPLETED
           
static EventCodeEnumerationType.Enum TASK_CONFIRMED
           
static EventCodeEnumerationType.Enum TASK_FAILED
           
static EventCodeEnumerationType.Enum TASK_RESERVED
           
static EventCodeEnumerationType.Enum TASK_SUBMITTED
           
static EventCodeEnumerationType.Enum TASK_UPDATED
           
static EventCodeEnumerationType.Enum TASKING_REQUEST_EXPIRED
           
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, 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

DATA_PUBLISHED

static final EventCodeEnumerationType.Enum DATA_PUBLISHED

RESERVATION_EXPIRED

static final EventCodeEnumerationType.Enum RESERVATION_EXPIRED

TASK_CANCELLED

static final EventCodeEnumerationType.Enum TASK_CANCELLED

TASK_COMPLETED

static final EventCodeEnumerationType.Enum TASK_COMPLETED

TASK_CONFIRMED

static final EventCodeEnumerationType.Enum TASK_CONFIRMED

TASK_FAILED

static final EventCodeEnumerationType.Enum TASK_FAILED

TASKING_REQUEST_EXPIRED

static final EventCodeEnumerationType.Enum TASKING_REQUEST_EXPIRED

TASK_RESERVED

static final EventCodeEnumerationType.Enum TASK_RESERVED

TASK_SUBMITTED

static final EventCodeEnumerationType.Enum TASK_SUBMITTED

TASK_UPDATED

static final EventCodeEnumerationType.Enum TASK_UPDATED

INT_DATA_PUBLISHED

static final int INT_DATA_PUBLISHED
See Also:
Constant Field Values

INT_RESERVATION_EXPIRED

static final int INT_RESERVATION_EXPIRED
See Also:
Constant Field Values

INT_TASK_CANCELLED

static final int INT_TASK_CANCELLED
See Also:
Constant Field Values

INT_TASK_COMPLETED

static final int INT_TASK_COMPLETED
See Also:
Constant Field Values

INT_TASK_CONFIRMED

static final int INT_TASK_CONFIRMED
See Also:
Constant Field Values

INT_TASK_FAILED

static final int INT_TASK_FAILED
See Also:
Constant Field Values

INT_TASKING_REQUEST_EXPIRED

static final int INT_TASKING_REQUEST_EXPIRED
See Also:
Constant Field Values

INT_TASK_RESERVED

static final int INT_TASK_RESERVED
See Also:
Constant Field Values

INT_TASK_SUBMITTED

static final int INT_TASK_SUBMITTED
See Also:
Constant Field Values

INT_TASK_UPDATED

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

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

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


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