|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventCharacteristicsType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
EventTimePropertyType 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |