Package net.opengis.eml.x002
Interface EventCharacteristicsType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EventCharacteristicsTypeImpl
public interface EventCharacteristicsType extends org.apache.xmlbeans.XmlObjectAn XML EventCharacteristicsType(@http://www.opengis.net/eml/0.0.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEventCharacteristicsType.AttributesAn XML attributes(@http://www.opengis.net/eml/0.0.2).static interfaceEventCharacteristicsType.CausalVectorAn XML causalVector(@http://www.opengis.net/eml/0.0.2).static classEventCharacteristicsType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventCharacteristicsType.AttributesaddNewAttributes()Appends and returns a new empty "attributes" elementEventCharacteristicsType.CausalVectoraddNewCausalVector()Appends and returns a new empty "causalVector" elementEventTimePropertyTypeaddNewEventTime()Appends and returns a new empty "eventTime" elementEventCharacteristicsType.AttributesgetAttributes()Gets the "attributes" elementEventCharacteristicsType.CausalVectorgetCausalVector()Gets the "causalVector" elementEventTimePropertyTypegetEventTime()Gets the "eventTime" elementbooleanisSetAttributes()True if has "attributes" elementbooleanisSetCausalVector()True if has "causalVector" elementvoidsetAttributes(EventCharacteristicsType.Attributes attributes)Sets the "attributes" elementvoidsetCausalVector(EventCharacteristicsType.CausalVector causalVector)Sets the "causalVector" elementvoidsetEventTime(EventTimePropertyType eventTime)Sets the "eventTime" elementvoidunsetAttributes()Unsets the "attributes" elementvoidunsetCausalVector()Unsets the "causalVector" element-
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
-
-
-
-
Method Detail
-
getEventTime
EventTimePropertyType getEventTime()
Gets the "eventTime" element
-
setEventTime
void setEventTime(EventTimePropertyType eventTime)
Sets the "eventTime" element
-
addNewEventTime
EventTimePropertyType addNewEventTime()
Appends and returns a new empty "eventTime" element
-
getCausalVector
EventCharacteristicsType.CausalVector getCausalVector()
Gets the "causalVector" element
-
isSetCausalVector
boolean isSetCausalVector()
True if has "causalVector" element
-
setCausalVector
void setCausalVector(EventCharacteristicsType.CausalVector causalVector)
Sets the "causalVector" element
-
addNewCausalVector
EventCharacteristicsType.CausalVector addNewCausalVector()
Appends and returns a new empty "causalVector" element
-
unsetCausalVector
void unsetCausalVector()
Unsets the "causalVector" element
-
getAttributes
EventCharacteristicsType.Attributes getAttributes()
Gets the "attributes" element
-
isSetAttributes
boolean isSetAttributes()
True if has "attributes" element
-
setAttributes
void setAttributes(EventCharacteristicsType.Attributes attributes)
Sets the "attributes" element
-
addNewAttributes
EventCharacteristicsType.Attributes addNewAttributes()
Appends and returns a new empty "attributes" element
-
unsetAttributes
void unsetAttributes()
Unsets the "attributes" element
-
-