Uses of Interface
net.opengis.wfs.GMLObjectTypeListType
Packages that use GMLObjectTypeListType
-
Uses of GMLObjectTypeListType in net.opengis.wfs
Methods in net.opengis.wfs that return GMLObjectTypeListTypeModifier and TypeMethodDescriptionWfsFactory.createGMLObjectTypeListType()Returns a new object of class 'GML Object Type List Type'.DocumentRoot.getServesGMLObjectTypeList()Returns the value of the 'Serves GML Object Type List' containment reference.WFSCapabilitiesType.getServesGMLObjectTypeList()Returns the value of the 'Serves GML Object Type List' containment reference.DocumentRoot.getSupportsGMLObjectTypeList()Returns the value of the 'Supports GML Object Type List' containment reference.WFSCapabilitiesType.getSupportsGMLObjectTypeList()Returns the value of the 'Supports GML Object Type List' containment reference.Methods in net.opengis.wfs with parameters of type GMLObjectTypeListTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setServesGMLObjectTypeList(GMLObjectTypeListType value) Sets the value of the 'Serves GML Object Type List' containment reference.voidWFSCapabilitiesType.setServesGMLObjectTypeList(GMLObjectTypeListType value) Sets the value of the 'Serves GML Object Type List' containment reference.voidDocumentRoot.setSupportsGMLObjectTypeList(GMLObjectTypeListType value) Sets the value of the 'Supports GML Object Type List' containment reference.voidWFSCapabilitiesType.setSupportsGMLObjectTypeList(GMLObjectTypeListType value) Sets the value of the 'Supports GML Object Type List' containment reference. -
Uses of GMLObjectTypeListType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement GMLObjectTypeListTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'GML Object Type List Type'.Fields in net.opengis.wfs.impl declared as GMLObjectTypeListTypeModifier and TypeFieldDescriptionprotected GMLObjectTypeListTypeWFSCapabilitiesTypeImpl.servesGMLObjectTypeListThe cached value of the 'Serves GML Object Type List' containment reference.protected GMLObjectTypeListTypeWFSCapabilitiesTypeImpl.supportsGMLObjectTypeListThe cached value of the 'Supports GML Object Type List' containment reference.Methods in net.opengis.wfs.impl that return GMLObjectTypeListTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createGMLObjectTypeListType()DocumentRootImpl.getServesGMLObjectTypeList()WFSCapabilitiesTypeImpl.getServesGMLObjectTypeList()DocumentRootImpl.getSupportsGMLObjectTypeList()WFSCapabilitiesTypeImpl.getSupportsGMLObjectTypeList()Methods in net.opengis.wfs.impl with parameters of type GMLObjectTypeListTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetServesGMLObjectTypeList(GMLObjectTypeListType newServesGMLObjectTypeList, NotificationChain msgs) NotificationChainWFSCapabilitiesTypeImpl.basicSetServesGMLObjectTypeList(GMLObjectTypeListType newServesGMLObjectTypeList, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetSupportsGMLObjectTypeList(GMLObjectTypeListType newSupportsGMLObjectTypeList, NotificationChain msgs) NotificationChainWFSCapabilitiesTypeImpl.basicSetSupportsGMLObjectTypeList(GMLObjectTypeListType newSupportsGMLObjectTypeList, NotificationChain msgs) voidDocumentRootImpl.setServesGMLObjectTypeList(GMLObjectTypeListType newServesGMLObjectTypeList) voidWFSCapabilitiesTypeImpl.setServesGMLObjectTypeList(GMLObjectTypeListType newServesGMLObjectTypeList) voidDocumentRootImpl.setSupportsGMLObjectTypeList(GMLObjectTypeListType newSupportsGMLObjectTypeList) voidWFSCapabilitiesTypeImpl.setSupportsGMLObjectTypeList(GMLObjectTypeListType newSupportsGMLObjectTypeList) -
Uses of GMLObjectTypeListType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type GMLObjectTypeListTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateServesGMLObjectTypeList(GMLObjectTypeListType value) booleanWFSCapabilitiesTypeValidator.validateServesGMLObjectTypeList(GMLObjectTypeListType value) booleanDocumentRootValidator.validateSupportsGMLObjectTypeList(GMLObjectTypeListType value) booleanWFSCapabilitiesTypeValidator.validateSupportsGMLObjectTypeList(GMLObjectTypeListType value)