Uses of Interface
net.opengis.eml.x001.EventCharacteristicsType.CausalVector
-
Packages that use EventCharacteristicsType.CausalVector Package Description net.opengis.eml.x001 net.opengis.eml.x001.impl -
-
Uses of EventCharacteristicsType.CausalVector in net.opengis.eml.x001
Methods in net.opengis.eml.x001 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.x001 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.x001.impl
Classes in net.opengis.eml.x001.impl that implement EventCharacteristicsType.CausalVector Modifier and Type Class Description static classEventCharacteristicsTypeImpl.CausalVectorImplAn XML causalVector(@http://www.opengis.net/eml/0.0.1).Methods in net.opengis.eml.x001.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.x001.impl with parameters of type EventCharacteristicsType.CausalVector Modifier and Type Method Description voidEventCharacteristicsTypeImpl. setCausalVector(EventCharacteristicsType.CausalVector causalVector)Sets the "causalVector" element
-