Uses of Interface
net.opengis.gml.x32.DictionaryEntryType
-
Packages that use DictionaryEntryType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of DictionaryEntryType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return DictionaryEntryType Modifier and Type Method Description DictionaryEntryTypeDefinitionMemberDocument. addNewDefinitionMember()Appends and returns a new empty "definitionMember" elementDictionaryEntryTypeDictionaryEntryDocument. addNewDictionaryEntry()Appends and returns a new empty "dictionaryEntry" elementDictionaryEntryTypeDictionaryType. addNewDictionaryEntry()Appends and returns a new empty value (as xml) as the last "dictionaryEntry" elementDictionaryEntryTypeDefinitionMemberDocument. getDefinitionMember()Gets the "definitionMember" elementDictionaryEntryTypeDictionaryEntryDocument. getDictionaryEntry()Gets the "dictionaryEntry" elementDictionaryEntryType[]DictionaryType. getDictionaryEntryArray()Gets array of all "dictionaryEntry" elementsDictionaryEntryTypeDictionaryType. getDictionaryEntryArray(int i)Gets ith "dictionaryEntry" elementDictionaryEntryTypeDictionaryType. insertNewDictionaryEntry(int i)Inserts and returns a new empty value (as xml) as the ith "dictionaryEntry" elementstatic DictionaryEntryTypeDictionaryEntryType.Factory. newInstance()static DictionaryEntryTypeDictionaryEntryType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DictionaryEntryTypeDictionaryEntryType.Factory. parse(File file)static DictionaryEntryTypeDictionaryEntryType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DictionaryEntryTypeDictionaryEntryType.Factory. parse(InputStream is)static DictionaryEntryTypeDictionaryEntryType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DictionaryEntryTypeDictionaryEntryType.Factory. parse(Reader r)static DictionaryEntryTypeDictionaryEntryType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DictionaryEntryTypeDictionaryEntryType.Factory. parse(String xmlAsString)static DictionaryEntryTypeDictionaryEntryType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DictionaryEntryTypeDictionaryEntryType.Factory. parse(URL u)static DictionaryEntryTypeDictionaryEntryType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DictionaryEntryTypeDictionaryEntryType.Factory. parse(XMLStreamReader sr)static DictionaryEntryTypeDictionaryEntryType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DictionaryEntryTypeDictionaryEntryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DictionaryEntryTypeDictionaryEntryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DictionaryEntryTypeDictionaryEntryType.Factory. parse(Node node)static DictionaryEntryTypeDictionaryEntryType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type DictionaryEntryType Modifier and Type Method Description voidDefinitionMemberDocument. setDefinitionMember(DictionaryEntryType definitionMember)Sets the "definitionMember" elementvoidDictionaryEntryDocument. setDictionaryEntry(DictionaryEntryType dictionaryEntry)Sets the "dictionaryEntry" elementvoidDictionaryType. setDictionaryEntryArray(int i, DictionaryEntryType dictionaryEntry)Sets ith "dictionaryEntry" elementvoidDictionaryType. setDictionaryEntryArray(DictionaryEntryType[] dictionaryEntryArray)Sets array of all "dictionaryEntry" element -
Uses of DictionaryEntryType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement DictionaryEntryType Modifier and Type Class Description classDictionaryEntryTypeImplAn XML DictionaryEntryType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return DictionaryEntryType Modifier and Type Method Description DictionaryEntryTypeDefinitionMemberDocumentImpl. addNewDefinitionMember()Appends and returns a new empty "definitionMember" elementDictionaryEntryTypeDictionaryEntryDocumentImpl. addNewDictionaryEntry()Appends and returns a new empty "dictionaryEntry" elementDictionaryEntryTypeDictionaryTypeImpl. addNewDictionaryEntry()Appends and returns a new empty value (as xml) as the last "dictionaryEntry" elementDictionaryEntryTypeDefinitionMemberDocumentImpl. getDefinitionMember()Gets the "definitionMember" elementDictionaryEntryTypeDictionaryEntryDocumentImpl. getDictionaryEntry()Gets the "dictionaryEntry" elementDictionaryEntryType[]DictionaryTypeImpl. getDictionaryEntryArray()Gets array of all "dictionaryEntry" elementsDictionaryEntryTypeDictionaryTypeImpl. getDictionaryEntryArray(int i)Gets ith "dictionaryEntry" elementDictionaryEntryTypeDictionaryTypeImpl. insertNewDictionaryEntry(int i)Inserts and returns a new empty value (as xml) as the ith "dictionaryEntry" elementMethods in net.opengis.gml.x32.impl with parameters of type DictionaryEntryType Modifier and Type Method Description voidDefinitionMemberDocumentImpl. setDefinitionMember(DictionaryEntryType definitionMember)Sets the "definitionMember" elementvoidDictionaryEntryDocumentImpl. setDictionaryEntry(DictionaryEntryType dictionaryEntry)Sets the "dictionaryEntry" elementvoidDictionaryTypeImpl. setDictionaryEntryArray(int i, DictionaryEntryType dictionaryEntry)Sets ith "dictionaryEntry" elementvoidDictionaryTypeImpl. setDictionaryEntryArray(DictionaryEntryType[] dictionaryEntryArray)Sets array of all "dictionaryEntry" element
-