org.x52North.sensorweb.sos.importer.x02
Interface TypeDocument.Type

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlString, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TypeDocumentImpl.TypeImpl
Enclosing interface:
TypeDocument

public static interface TypeDocument.Type
extends org.apache.xmlbeans.XmlString

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


Nested Class Summary
static class TypeDocument.Type.Enum
          Enumeration value class for org.x52North.sensorweb.sos.importer.x02.TypeDocument$Type.
static class TypeDocument.Type.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static TypeDocument.Type.Enum DATE_TIME
           
static TypeDocument.Type.Enum DO_NOT_EXPORT
           
static TypeDocument.Type.Enum FOI
           
static int INT_DATE_TIME
           
static int INT_DO_NOT_EXPORT
           
static int INT_FOI
           
static int INT_MEASURED_VALUE
           
static int INT_OBSERVED_PROPERTY
           
static int INT_POSITION
           
static int INT_SENSOR
           
static int INT_UOM
           
static TypeDocument.Type.Enum MEASURED_VALUE
           
static TypeDocument.Type.Enum OBSERVED_PROPERTY
           
static TypeDocument.Type.Enum POSITION
           
static TypeDocument.Type.Enum SENSOR
           
static org.apache.xmlbeans.SchemaType type
           
static TypeDocument.Type.Enum UOM
           
 
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

DO_NOT_EXPORT

static final TypeDocument.Type.Enum DO_NOT_EXPORT

MEASURED_VALUE

static final TypeDocument.Type.Enum MEASURED_VALUE

DATE_TIME

static final TypeDocument.Type.Enum DATE_TIME

POSITION

static final TypeDocument.Type.Enum POSITION

FOI

static final TypeDocument.Type.Enum FOI

OBSERVED_PROPERTY

static final TypeDocument.Type.Enum OBSERVED_PROPERTY

UOM

static final TypeDocument.Type.Enum UOM

SENSOR

static final TypeDocument.Type.Enum SENSOR

INT_DO_NOT_EXPORT

static final int INT_DO_NOT_EXPORT
See Also:
Constant Field Values

INT_MEASURED_VALUE

static final int INT_MEASURED_VALUE
See Also:
Constant Field Values

INT_DATE_TIME

static final int INT_DATE_TIME
See Also:
Constant Field Values

INT_POSITION

static final int INT_POSITION
See Also:
Constant Field Values

INT_FOI

static final int INT_FOI
See Also:
Constant Field Values

INT_OBSERVED_PROPERTY

static final int INT_OBSERVED_PROPERTY
See Also:
Constant Field Values

INT_UOM

static final int INT_UOM
See Also:
Constant Field Values

INT_SENSOR

static final int INT_SENSOR
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.