Package net.opengis.gml.x32
Interface DictionaryType
-
- All Superinterfaces:
AbstractGMLType,DefinitionBaseType,DefinitionType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DictionaryTypeImpl
public interface DictionaryType extends DefinitionType
An XML DictionaryType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDictionaryType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DictionaryEntryTypeaddNewDictionaryEntry()Appends and returns a new empty value (as xml) as the last "dictionaryEntry" elementIndirectEntryTypeaddNewIndirectEntry()Appends and returns a new empty value (as xml) as the last "indirectEntry" elementAggregationType.EnumgetAggregationType()Gets the "aggregationType" attributeDictionaryEntryType[]getDictionaryEntryArray()Gets array of all "dictionaryEntry" elementsDictionaryEntryTypegetDictionaryEntryArray(int i)Gets ith "dictionaryEntry" elementIndirectEntryType[]getIndirectEntryArray()Gets array of all "indirectEntry" elementsIndirectEntryTypegetIndirectEntryArray(int i)Gets ith "indirectEntry" elementDictionaryEntryTypeinsertNewDictionaryEntry(int i)Inserts and returns a new empty value (as xml) as the ith "dictionaryEntry" elementIndirectEntryTypeinsertNewIndirectEntry(int i)Inserts and returns a new empty value (as xml) as the ith "indirectEntry" elementbooleanisSetAggregationType()True if has "aggregationType" attributevoidremoveDictionaryEntry(int i)Removes the ith "dictionaryEntry" elementvoidremoveIndirectEntry(int i)Removes the ith "indirectEntry" elementvoidsetAggregationType(AggregationType.Enum aggregationType)Sets the "aggregationType" attributevoidsetDictionaryEntryArray(int i, DictionaryEntryType dictionaryEntry)Sets ith "dictionaryEntry" elementvoidsetDictionaryEntryArray(DictionaryEntryType[] dictionaryEntryArray)Sets array of all "dictionaryEntry" elementvoidsetIndirectEntryArray(int i, IndirectEntryType indirectEntry)Sets ith "indirectEntry" elementvoidsetIndirectEntryArray(IndirectEntryType[] indirectEntryArray)Sets array of all "indirectEntry" elementintsizeOfDictionaryEntryArray()Returns number of "dictionaryEntry" elementintsizeOfIndirectEntryArray()Returns number of "indirectEntry" elementvoidunsetAggregationType()Unsets the "aggregationType" attributeAggregationTypexgetAggregationType()Gets (as xml) the "aggregationType" attributevoidxsetAggregationType(AggregationType aggregationType)Sets (as xml) the "aggregationType" attribute-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.x32.DefinitionBaseType
addNewIdentifier, getIdentifier, isSetIdentifier, setIdentifier, unsetIdentifier
-
Methods inherited from interface net.opengis.gml.x32.DefinitionType
getRemarks, isSetRemarks, setRemarks, unsetRemarks, xgetRemarks, xsetRemarks
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getDictionaryEntryArray
DictionaryEntryType[] getDictionaryEntryArray()
Gets array of all "dictionaryEntry" elements
-
getDictionaryEntryArray
DictionaryEntryType getDictionaryEntryArray(int i)
Gets ith "dictionaryEntry" element
-
sizeOfDictionaryEntryArray
int sizeOfDictionaryEntryArray()
Returns number of "dictionaryEntry" element
-
setDictionaryEntryArray
void setDictionaryEntryArray(DictionaryEntryType[] dictionaryEntryArray)
Sets array of all "dictionaryEntry" element
-
setDictionaryEntryArray
void setDictionaryEntryArray(int i, DictionaryEntryType dictionaryEntry)Sets ith "dictionaryEntry" element
-
insertNewDictionaryEntry
DictionaryEntryType insertNewDictionaryEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "dictionaryEntry" element
-
addNewDictionaryEntry
DictionaryEntryType addNewDictionaryEntry()
Appends and returns a new empty value (as xml) as the last "dictionaryEntry" element
-
removeDictionaryEntry
void removeDictionaryEntry(int i)
Removes the ith "dictionaryEntry" element
-
getIndirectEntryArray
IndirectEntryType[] getIndirectEntryArray()
Gets array of all "indirectEntry" elements
-
getIndirectEntryArray
IndirectEntryType getIndirectEntryArray(int i)
Gets ith "indirectEntry" element
-
sizeOfIndirectEntryArray
int sizeOfIndirectEntryArray()
Returns number of "indirectEntry" element
-
setIndirectEntryArray
void setIndirectEntryArray(IndirectEntryType[] indirectEntryArray)
Sets array of all "indirectEntry" element
-
setIndirectEntryArray
void setIndirectEntryArray(int i, IndirectEntryType indirectEntry)Sets ith "indirectEntry" element
-
insertNewIndirectEntry
IndirectEntryType insertNewIndirectEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "indirectEntry" element
-
addNewIndirectEntry
IndirectEntryType addNewIndirectEntry()
Appends and returns a new empty value (as xml) as the last "indirectEntry" element
-
removeIndirectEntry
void removeIndirectEntry(int i)
Removes the ith "indirectEntry" element
-
getAggregationType
AggregationType.Enum getAggregationType()
Gets the "aggregationType" attribute
-
xgetAggregationType
AggregationType xgetAggregationType()
Gets (as xml) the "aggregationType" attribute
-
isSetAggregationType
boolean isSetAggregationType()
True if has "aggregationType" attribute
-
setAggregationType
void setAggregationType(AggregationType.Enum aggregationType)
Sets the "aggregationType" attribute
-
xsetAggregationType
void xsetAggregationType(AggregationType aggregationType)
Sets (as xml) the "aggregationType" attribute
-
unsetAggregationType
void unsetAggregationType()
Unsets the "aggregationType" attribute
-
-