Uses of Class
net.opengis.waterml.v_2_0.CollectionType.LocalDictionary
-
-
Uses of CollectionType.LocalDictionary in net.opengis.waterml.v_2_0
Fields in net.opengis.waterml.v_2_0 with type parameters of type CollectionType.LocalDictionary Modifier and Type Field Description protected List<CollectionType.LocalDictionary>CollectionType. localDictionaryMethods in net.opengis.waterml.v_2_0 that return CollectionType.LocalDictionary Modifier and Type Method Description CollectionType.LocalDictionaryObjectFactory. createCollectionTypeLocalDictionary()Create an instance ofCollectionType.LocalDictionaryCollectionType.LocalDictionaryCollectionType.LocalDictionary. withDictionary(jakarta.xml.bind.JAXBElement<DictionaryType> value)Methods in net.opengis.waterml.v_2_0 that return types with arguments of type CollectionType.LocalDictionary Modifier and Type Method Description List<CollectionType.LocalDictionary>CollectionType. getLocalDictionary()Gets the value of the localDictionary property.Methods in net.opengis.waterml.v_2_0 with parameters of type CollectionType.LocalDictionary Modifier and Type Method Description CollectionTypeCollectionType. withLocalDictionary(CollectionType.LocalDictionary... values)Method parameters in net.opengis.waterml.v_2_0 with type arguments of type CollectionType.LocalDictionary Modifier and Type Method Description voidCollectionType. setLocalDictionary(List<CollectionType.LocalDictionary> value)CollectionTypeCollectionType. withLocalDictionary(Collection<CollectionType.LocalDictionary> values)CollectionTypeCollectionType. withLocalDictionary(List<CollectionType.LocalDictionary> value)
-