Uses of Interface
net.opengis.waterml.x20.CollectionType.LocalDictionary
-
Packages that use CollectionType.LocalDictionary Package Description net.opengis.waterml.x20 net.opengis.waterml.x20.impl -
-
Uses of CollectionType.LocalDictionary in net.opengis.waterml.x20
Methods in net.opengis.waterml.x20 that return CollectionType.LocalDictionary Modifier and Type Method Description CollectionType.LocalDictionaryCollectionType. addNewLocalDictionary()Appends and returns a new empty value (as xml) as the last "localDictionary" elementCollectionType.LocalDictionary[]CollectionType. getLocalDictionaryArray()Gets array of all "localDictionary" elementsCollectionType.LocalDictionaryCollectionType. getLocalDictionaryArray(int i)Gets ith "localDictionary" elementCollectionType.LocalDictionaryCollectionType. insertNewLocalDictionary(int i)Inserts and returns a new empty value (as xml) as the ith "localDictionary" elementstatic CollectionType.LocalDictionaryCollectionType.LocalDictionary.Factory. newInstance()static CollectionType.LocalDictionaryCollectionType.LocalDictionary.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.waterml.x20 with parameters of type CollectionType.LocalDictionary Modifier and Type Method Description voidCollectionType. setLocalDictionaryArray(int i, CollectionType.LocalDictionary localDictionary)Sets ith "localDictionary" elementvoidCollectionType. setLocalDictionaryArray(CollectionType.LocalDictionary[] localDictionaryArray)Sets array of all "localDictionary" element -
Uses of CollectionType.LocalDictionary in net.opengis.waterml.x20.impl
Classes in net.opengis.waterml.x20.impl that implement CollectionType.LocalDictionary Modifier and Type Class Description static classCollectionTypeImpl.LocalDictionaryImplAn XML localDictionary(@http://www.opengis.net/waterml/2.0).Methods in net.opengis.waterml.x20.impl that return CollectionType.LocalDictionary Modifier and Type Method Description CollectionType.LocalDictionaryCollectionTypeImpl. addNewLocalDictionary()Appends and returns a new empty value (as xml) as the last "localDictionary" elementCollectionType.LocalDictionary[]CollectionTypeImpl. getLocalDictionaryArray()Gets array of all "localDictionary" elementsCollectionType.LocalDictionaryCollectionTypeImpl. getLocalDictionaryArray(int i)Gets ith "localDictionary" elementCollectionType.LocalDictionaryCollectionTypeImpl. insertNewLocalDictionary(int i)Inserts and returns a new empty value (as xml) as the ith "localDictionary" elementMethods in net.opengis.waterml.x20.impl with parameters of type CollectionType.LocalDictionary Modifier and Type Method Description voidCollectionTypeImpl. setLocalDictionaryArray(int i, CollectionType.LocalDictionary localDictionary)Sets ith "localDictionary" elementvoidCollectionTypeImpl. setLocalDictionaryArray(CollectionType.LocalDictionary[] localDictionaryArray)Sets array of all "localDictionary" element
-