net.opengis.eml.x001
Interface EventCharacteristicsType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
EventCharacteristicsTypeImpl

public interface EventCharacteristicsType
extends org.apache.xmlbeans.XmlObject

An XML EventCharacteristicsType(@http://www.opengis.net/eml/0.0.1). This is a complex type.


Nested Class Summary
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.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 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
 
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
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



Copyright © 2004-2013 52north.org. All Rights Reserved.