public interface EventCharacteristicsType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventCharacteristicsType.Attributes
An XML attributes(@http://www.opengis.net/eml/0.0.1).
|
static interface |
EventCharacteristicsType.CausalVector
An XML causalVector(@http://www.opengis.net/eml/0.0.1).
|
static class |
EventCharacteristicsType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
EventCharacteristicsType.Attributes |
addNewAttributes()
Appends and returns a new empty "attributes" element
|
EventCharacteristicsType.CausalVector |
addNewCausalVector()
Appends and returns a new empty "causalVector" element
|
EventTimePropertyType |
addNewEventTime()
Appends and returns a new empty "eventTime" element
|
EventCharacteristicsType.Attributes |
getAttributes()
Gets the "attributes" element
|
EventCharacteristicsType.CausalVector |
getCausalVector()
Gets the "causalVector" element
|
EventTimePropertyType |
getEventTime()
Gets the "eventTime" element
|
boolean |
isSetAttributes()
True if has "attributes" element
|
boolean |
isSetCausalVector()
True if has "causalVector" element
|
void |
setAttributes(EventCharacteristicsType.Attributes attributes)
Sets the "attributes" element
|
void |
setCausalVector(EventCharacteristicsType.CausalVector causalVector)
Sets the "causalVector" element
|
void |
setEventTime(EventTimePropertyType eventTime)
Sets the "eventTime" element
|
void |
unsetAttributes()
Unsets the "attributes" element
|
void |
unsetCausalVector()
Unsets the "causalVector" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextEventTimePropertyType getEventTime()
void setEventTime(EventTimePropertyType eventTime)
EventTimePropertyType addNewEventTime()
EventCharacteristicsType.CausalVector getCausalVector()
boolean isSetCausalVector()
void setCausalVector(EventCharacteristicsType.CausalVector causalVector)
EventCharacteristicsType.CausalVector addNewCausalVector()
void unsetCausalVector()
EventCharacteristicsType.Attributes getAttributes()
boolean isSetAttributes()
void setAttributes(EventCharacteristicsType.Attributes attributes)
EventCharacteristicsType.Attributes addNewAttributes()
void unsetAttributes()
Copyright © 2016 52north.org. All rights reserved.