org.x52North.sensorweb.sos.importer.x02
Interface KeyDocument.Key

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlString, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
KeyDocumentImpl.KeyImpl
Enclosing interface:
KeyDocument

public static interface KeyDocument.Key
extends org.apache.xmlbeans.XmlString

An XML Key(@http://52north.org/sensorweb/sos/importer/0.2/). This is an atomic type that is a restriction of org.x52North.sensorweb.sos.importer.x02.KeyDocument$Key.


Nested Class Summary
static class KeyDocument.Key.Enum
          Enumeration value class for org.x52North.sensorweb.sos.importer.x02.KeyDocument$Key.
static class KeyDocument.Key.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static KeyDocument.Key.Enum GROUP
           
static int INT_GROUP
           
static int INT_OTHER
           
static int INT_PARSE_PATTERN
           
static int INT_POSITION_ALTITUDE
           
static int INT_POSITION_EPSG_CODE
           
static int INT_POSITION_LATITUDE
           
static int INT_POSITION_LONGITUDE
           
static int INT_TIME
           
static int INT_TIME_DAY
           
static int INT_TIME_HOUR
           
static int INT_TIME_MINUTE
           
static int INT_TIME_MONTH
           
static int INT_TIME_SECOND
           
static int INT_TIME_YEAR
           
static int INT_TIME_ZONE
           
static int INT_TYPE
           
static KeyDocument.Key.Enum OTHER
           
static KeyDocument.Key.Enum PARSE_PATTERN
           
static KeyDocument.Key.Enum POSITION_ALTITUDE
           
static KeyDocument.Key.Enum POSITION_EPSG_CODE
           
static KeyDocument.Key.Enum POSITION_LATITUDE
           
static KeyDocument.Key.Enum POSITION_LONGITUDE
           
static KeyDocument.Key.Enum TIME
           
static KeyDocument.Key.Enum TIME_DAY
           
static KeyDocument.Key.Enum TIME_HOUR
           
static KeyDocument.Key.Enum TIME_MINUTE
           
static KeyDocument.Key.Enum TIME_MONTH
           
static KeyDocument.Key.Enum TIME_SECOND
           
static KeyDocument.Key.Enum TIME_YEAR
           
static KeyDocument.Key.Enum TIME_ZONE
           
static org.apache.xmlbeans.SchemaType type
           
static KeyDocument.Key.Enum 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

GROUP

static final KeyDocument.Key.Enum GROUP

TIME

static final KeyDocument.Key.Enum TIME

TIME_DAY

static final KeyDocument.Key.Enum TIME_DAY

TIME_HOUR

static final KeyDocument.Key.Enum TIME_HOUR

TIME_MINUTE

static final KeyDocument.Key.Enum TIME_MINUTE

TIME_MONTH

static final KeyDocument.Key.Enum TIME_MONTH

TIME_SECOND

static final KeyDocument.Key.Enum TIME_SECOND

TIME_YEAR

static final KeyDocument.Key.Enum TIME_YEAR

TIME_ZONE

static final KeyDocument.Key.Enum TIME_ZONE

TYPE

static final KeyDocument.Key.Enum TYPE

OTHER

static final KeyDocument.Key.Enum OTHER

PARSE_PATTERN

static final KeyDocument.Key.Enum PARSE_PATTERN

POSITION_ALTITUDE

static final KeyDocument.Key.Enum POSITION_ALTITUDE

POSITION_EPSG_CODE

static final KeyDocument.Key.Enum POSITION_EPSG_CODE

POSITION_LATITUDE

static final KeyDocument.Key.Enum POSITION_LATITUDE

POSITION_LONGITUDE

static final KeyDocument.Key.Enum POSITION_LONGITUDE

INT_GROUP

static final int INT_GROUP
See Also:
Constant Field Values

INT_TIME

static final int INT_TIME
See Also:
Constant Field Values

INT_TIME_DAY

static final int INT_TIME_DAY
See Also:
Constant Field Values

INT_TIME_HOUR

static final int INT_TIME_HOUR
See Also:
Constant Field Values

INT_TIME_MINUTE

static final int INT_TIME_MINUTE
See Also:
Constant Field Values

INT_TIME_MONTH

static final int INT_TIME_MONTH
See Also:
Constant Field Values

INT_TIME_SECOND

static final int INT_TIME_SECOND
See Also:
Constant Field Values

INT_TIME_YEAR

static final int INT_TIME_YEAR
See Also:
Constant Field Values

INT_TIME_ZONE

static final int INT_TIME_ZONE
See Also:
Constant Field Values

INT_TYPE

static final int INT_TYPE
See Also:
Constant Field Values

INT_OTHER

static final int INT_OTHER
See Also:
Constant Field Values

INT_PARSE_PATTERN

static final int INT_PARSE_PATTERN
See Also:
Constant Field Values

INT_POSITION_ALTITUDE

static final int INT_POSITION_ALTITUDE
See Also:
Constant Field Values

INT_POSITION_EPSG_CODE

static final int INT_POSITION_EPSG_CODE
See Also:
Constant Field Values

INT_POSITION_LATITUDE

static final int INT_POSITION_LATITUDE
See Also:
Constant Field Values

INT_POSITION_LONGITUDE

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

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

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


Copyright © 2011-2012 52°North. All Rights Reserved.