| Package | Description |
|---|---|
| net.opengis.waterml.x20 | |
| net.opengis.waterml.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
CollectionType.LocalDictionary |
CollectionType.addNewLocalDictionary()
Appends and returns a new empty value (as xml) as the last "localDictionary" element
|
CollectionType.LocalDictionary[] |
CollectionType.getLocalDictionaryArray()
Gets array of all "localDictionary" elements
|
CollectionType.LocalDictionary |
CollectionType.getLocalDictionaryArray(int i)
Gets ith "localDictionary" element
|
CollectionType.LocalDictionary |
CollectionType.insertNewLocalDictionary(int i)
Inserts and returns a new empty value (as xml) as the ith "localDictionary" element
|
static CollectionType.LocalDictionary |
CollectionType.LocalDictionary.Factory.newInstance() |
static CollectionType.LocalDictionary |
CollectionType.LocalDictionary.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionType.setLocalDictionaryArray(CollectionType.LocalDictionary[] localDictionaryArray)
Sets array of all "localDictionary" element
|
void |
CollectionType.setLocalDictionaryArray(int i,
CollectionType.LocalDictionary localDictionary)
Sets ith "localDictionary" element
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionTypeImpl.LocalDictionaryImpl
An XML localDictionary(@http://www.opengis.net/waterml/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
CollectionType.LocalDictionary |
CollectionTypeImpl.addNewLocalDictionary()
Appends and returns a new empty value (as xml) as the last "localDictionary" element
|
CollectionType.LocalDictionary[] |
CollectionTypeImpl.getLocalDictionaryArray()
Gets array of all "localDictionary" elements
|
CollectionType.LocalDictionary |
CollectionTypeImpl.getLocalDictionaryArray(int i)
Gets ith "localDictionary" element
|
CollectionType.LocalDictionary |
CollectionTypeImpl.insertNewLocalDictionary(int i)
Inserts and returns a new empty value (as xml) as the ith "localDictionary" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionTypeImpl.setLocalDictionaryArray(CollectionType.LocalDictionary[] localDictionaryArray)
Sets array of all "localDictionary" element
|
void |
CollectionTypeImpl.setLocalDictionaryArray(int i,
CollectionType.LocalDictionary localDictionary)
Sets ith "localDictionary" element
|
Copyright © 2017 52north.org. All rights reserved.