Uses of Interface
net.opengis.eml.x002.GenericViewType.ParameterDefinitions
-
Packages that use GenericViewType.ParameterDefinitions Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of GenericViewType.ParameterDefinitions in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return GenericViewType.ParameterDefinitions Modifier and Type Method Description GenericViewType.ParameterDefinitionsGenericViewType. addNewParameterDefinitions()Appends and returns a new empty "ParameterDefinitions" elementGenericViewType.ParameterDefinitionsGenericViewType. getParameterDefinitions()Gets the "ParameterDefinitions" elementstatic GenericViewType.ParameterDefinitionsGenericViewType.ParameterDefinitions.Factory. newInstance()static GenericViewType.ParameterDefinitionsGenericViewType.ParameterDefinitions.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type GenericViewType.ParameterDefinitions Modifier and Type Method Description voidGenericViewType. setParameterDefinitions(GenericViewType.ParameterDefinitions parameterDefinitions)Sets the "ParameterDefinitions" element -
Uses of GenericViewType.ParameterDefinitions in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement GenericViewType.ParameterDefinitions Modifier and Type Class Description static classGenericViewTypeImpl.ParameterDefinitionsImplAn XML ParameterDefinitions(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return GenericViewType.ParameterDefinitions Modifier and Type Method Description GenericViewType.ParameterDefinitionsGenericViewTypeImpl. addNewParameterDefinitions()Appends and returns a new empty "ParameterDefinitions" elementGenericViewType.ParameterDefinitionsGenericViewTypeImpl. getParameterDefinitions()Gets the "ParameterDefinitions" elementMethods in net.opengis.eml.x002.impl with parameters of type GenericViewType.ParameterDefinitions Modifier and Type Method Description voidGenericViewTypeImpl. setParameterDefinitions(GenericViewType.ParameterDefinitions parameterDefinitions)Sets the "ParameterDefinitions" element
-