Uses of Interface
net.opengis.eml.x002.EventCharacteristicsType.CausalVector
-
Packages that use EventCharacteristicsType.CausalVector Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of EventCharacteristicsType.CausalVector in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return EventCharacteristicsType.CausalVector Modifier and Type Method Description EventCharacteristicsType.CausalVectorEventCharacteristicsType. addNewCausalVector()Appends and returns a new empty "causalVector" elementEventCharacteristicsType.CausalVectorEventCharacteristicsType. getCausalVector()Gets the "causalVector" elementstatic EventCharacteristicsType.CausalVectorEventCharacteristicsType.CausalVector.Factory. newInstance()static EventCharacteristicsType.CausalVectorEventCharacteristicsType.CausalVector.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type EventCharacteristicsType.CausalVector Modifier and Type Method Description voidEventCharacteristicsType. setCausalVector(EventCharacteristicsType.CausalVector causalVector)Sets the "causalVector" element -
Uses of EventCharacteristicsType.CausalVector in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement EventCharacteristicsType.CausalVector Modifier and Type Class Description static classEventCharacteristicsTypeImpl.CausalVectorImplAn XML causalVector(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return EventCharacteristicsType.CausalVector Modifier and Type Method Description EventCharacteristicsType.CausalVectorEventCharacteristicsTypeImpl. addNewCausalVector()Appends and returns a new empty "causalVector" elementEventCharacteristicsType.CausalVectorEventCharacteristicsTypeImpl. getCausalVector()Gets the "causalVector" elementMethods in net.opengis.eml.x002.impl with parameters of type EventCharacteristicsType.CausalVector Modifier and Type Method Description voidEventCharacteristicsTypeImpl. setCausalVector(EventCharacteristicsType.CausalVector causalVector)Sets the "causalVector" element
-