Package 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.XmlStringAn 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
Nested Classes Modifier and Type Interface Description static classEventCodeEnumerationType.EnumEnumeration value class for net.opengis.swes.x20.EventCodeEnumerationType.static classEventCodeEnumerationType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static EventCodeEnumerationType.EnumCAPABILITIES_CHANGEDstatic intINT_CAPABILITIES_CHANGEDstatic intINT_OFFERING_ADDEDstatic intINT_OFFERING_DELETEDstatic intINT_SENSOR_DESCRIPTION_UPDATEDstatic intINT_SENSOR_INSERTEDstatic EventCodeEnumerationType.EnumOFFERING_ADDEDstatic EventCodeEnumerationType.EnumOFFERING_DELETEDstatic EventCodeEnumerationType.EnumSENSOR_DESCRIPTION_UPDATEDstatic EventCodeEnumerationType.EnumSENSOR_INSERTEDstatic org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.xmlbeans.StringEnumAbstractBaseenumValue()voidset(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
-
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
-
-