Uses of Interface
net.opengis.gml.x32.IndirectEntryType
-
Packages that use IndirectEntryType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of IndirectEntryType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return IndirectEntryType Modifier and Type Method Description IndirectEntryTypeDictionaryType. addNewIndirectEntry()Appends and returns a new empty value (as xml) as the last "indirectEntry" elementIndirectEntryTypeIndirectEntryDocument. addNewIndirectEntry()Appends and returns a new empty "indirectEntry" elementIndirectEntryTypeIndirectEntryDocument. getIndirectEntry()Gets the "indirectEntry" elementIndirectEntryType[]DictionaryType. getIndirectEntryArray()Gets array of all "indirectEntry" elementsIndirectEntryTypeDictionaryType. getIndirectEntryArray(int i)Gets ith "indirectEntry" elementIndirectEntryTypeDictionaryType. insertNewIndirectEntry(int i)Inserts and returns a new empty value (as xml) as the ith "indirectEntry" elementstatic IndirectEntryTypeIndirectEntryType.Factory. newInstance()static IndirectEntryTypeIndirectEntryType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static IndirectEntryTypeIndirectEntryType.Factory. parse(File file)static IndirectEntryTypeIndirectEntryType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static IndirectEntryTypeIndirectEntryType.Factory. parse(InputStream is)static IndirectEntryTypeIndirectEntryType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static IndirectEntryTypeIndirectEntryType.Factory. parse(Reader r)static IndirectEntryTypeIndirectEntryType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static IndirectEntryTypeIndirectEntryType.Factory. parse(String xmlAsString)static IndirectEntryTypeIndirectEntryType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static IndirectEntryTypeIndirectEntryType.Factory. parse(URL u)static IndirectEntryTypeIndirectEntryType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static IndirectEntryTypeIndirectEntryType.Factory. parse(XMLStreamReader sr)static IndirectEntryTypeIndirectEntryType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static IndirectEntryTypeIndirectEntryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic IndirectEntryTypeIndirectEntryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic IndirectEntryTypeIndirectEntryType.Factory. parse(Node node)static IndirectEntryTypeIndirectEntryType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type IndirectEntryType Modifier and Type Method Description voidIndirectEntryDocument. setIndirectEntry(IndirectEntryType indirectEntry)Sets the "indirectEntry" elementvoidDictionaryType. setIndirectEntryArray(int i, IndirectEntryType indirectEntry)Sets ith "indirectEntry" elementvoidDictionaryType. setIndirectEntryArray(IndirectEntryType[] indirectEntryArray)Sets array of all "indirectEntry" element -
Uses of IndirectEntryType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement IndirectEntryType Modifier and Type Class Description classIndirectEntryTypeImplAn XML IndirectEntryType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return IndirectEntryType Modifier and Type Method Description IndirectEntryTypeDictionaryTypeImpl. addNewIndirectEntry()Appends and returns a new empty value (as xml) as the last "indirectEntry" elementIndirectEntryTypeIndirectEntryDocumentImpl. addNewIndirectEntry()Appends and returns a new empty "indirectEntry" elementIndirectEntryTypeIndirectEntryDocumentImpl. getIndirectEntry()Gets the "indirectEntry" elementIndirectEntryType[]DictionaryTypeImpl. getIndirectEntryArray()Gets array of all "indirectEntry" elementsIndirectEntryTypeDictionaryTypeImpl. getIndirectEntryArray(int i)Gets ith "indirectEntry" elementIndirectEntryTypeDictionaryTypeImpl. insertNewIndirectEntry(int i)Inserts and returns a new empty value (as xml) as the ith "indirectEntry" elementMethods in net.opengis.gml.x32.impl with parameters of type IndirectEntryType Modifier and Type Method Description voidIndirectEntryDocumentImpl. setIndirectEntry(IndirectEntryType indirectEntry)Sets the "indirectEntry" elementvoidDictionaryTypeImpl. setIndirectEntryArray(int i, IndirectEntryType indirectEntry)Sets ith "indirectEntry" elementvoidDictionaryTypeImpl. setIndirectEntryArray(IndirectEntryType[] indirectEntryArray)Sets array of all "indirectEntry" element
-