Uses of Interface
net.opengis.swe.x20.DataChoiceType.Item
-
Packages that use DataChoiceType.Item Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of DataChoiceType.Item in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return DataChoiceType.Item Modifier and Type Method Description DataChoiceType.ItemDataChoiceType. addNewItem()Appends and returns a new empty value (as xml) as the last "item" elementDataChoiceType.Item[]DataChoiceType. getItemArray()Gets array of all "item" elementsDataChoiceType.ItemDataChoiceType. getItemArray(int i)Gets ith "item" elementDataChoiceType.ItemDataChoiceType. insertNewItem(int i)Inserts and returns a new empty value (as xml) as the ith "item" elementstatic DataChoiceType.ItemDataChoiceType.Item.Factory. newInstance()static DataChoiceType.ItemDataChoiceType.Item.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type DataChoiceType.Item Modifier and Type Method Description voidDataChoiceType. setItemArray(int i, DataChoiceType.Item item)Sets ith "item" elementvoidDataChoiceType. setItemArray(DataChoiceType.Item[] itemArray)Sets array of all "item" element -
Uses of DataChoiceType.Item in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement DataChoiceType.Item Modifier and Type Class Description static classDataChoiceTypeImpl.ItemImplAn XML item(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return DataChoiceType.Item Modifier and Type Method Description DataChoiceType.ItemDataChoiceTypeImpl. addNewItem()Appends and returns a new empty value (as xml) as the last "item" elementDataChoiceType.Item[]DataChoiceTypeImpl. getItemArray()Gets array of all "item" elementsDataChoiceType.ItemDataChoiceTypeImpl. getItemArray(int i)Gets ith "item" elementDataChoiceType.ItemDataChoiceTypeImpl. insertNewItem(int i)Inserts and returns a new empty value (as xml) as the ith "item" elementMethods in net.opengis.swe.x20.impl with parameters of type DataChoiceType.Item Modifier and Type Method Description voidDataChoiceTypeImpl. setItemArray(int i, DataChoiceType.Item item)Sets ith "item" elementvoidDataChoiceTypeImpl. setItemArray(DataChoiceType.Item[] itemArray)Sets array of all "item" element
-