Uses of Interface
net.opengis.wfs.GMLObjectTypeListType

Packages that use GMLObjectTypeListType
net.opengis.wfs   
net.opengis.wfs.impl   
 

Uses of GMLObjectTypeListType in net.opengis.wfs
 

Methods in net.opengis.wfs that return GMLObjectTypeListType
 GMLObjectTypeListType WfsFactory.createGMLObjectTypeListType()
          Returns a new object of class 'GML Object Type List Type'.
 GMLObjectTypeListType DocumentRoot.getServesGMLObjectTypeList()
          Returns the value of the 'Serves GML Object Type List' containment reference.
 GMLObjectTypeListType WFSCapabilitiesType.getServesGMLObjectTypeList()
          Returns the value of the 'Serves GML Object Type List' containment reference.
 GMLObjectTypeListType DocumentRoot.getSupportsGMLObjectTypeList()
          Returns the value of the 'Supports GML Object Type List' containment reference.
 GMLObjectTypeListType WFSCapabilitiesType.getSupportsGMLObjectTypeList()
          Returns the value of the 'Supports GML Object Type List' containment reference.
 

Methods in net.opengis.wfs with parameters of type GMLObjectTypeListType
 void DocumentRoot.setServesGMLObjectTypeList(GMLObjectTypeListType value)
          Sets the value of the 'Serves GML Object Type List' containment reference.
 void WFSCapabilitiesType.setServesGMLObjectTypeList(GMLObjectTypeListType value)
          Sets the value of the 'Serves GML Object Type List' containment reference.
 void DocumentRoot.setSupportsGMLObjectTypeList(GMLObjectTypeListType value)
          Sets the value of the 'Supports GML Object Type List' containment reference.
 void WFSCapabilitiesType.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 GMLObjectTypeListType
 class GMLObjectTypeListTypeImpl
          An implementation of the model object 'GML Object Type List Type'.
 

Fields in net.opengis.wfs.impl declared as GMLObjectTypeListType
protected  GMLObjectTypeListType WFSCapabilitiesTypeImpl.servesGMLObjectTypeList
          The cached value of the 'Serves GML Object Type List' containment reference.
protected  GMLObjectTypeListType WFSCapabilitiesTypeImpl.supportsGMLObjectTypeList
          The cached value of the 'Supports GML Object Type List' containment reference.
 

Methods in net.opengis.wfs.impl that return GMLObjectTypeListType
 GMLObjectTypeListType WfsFactoryImpl.createGMLObjectTypeListType()
           
 GMLObjectTypeListType DocumentRootImpl.getServesGMLObjectTypeList()
           
 GMLObjectTypeListType WFSCapabilitiesTypeImpl.getServesGMLObjectTypeList()
           
 GMLObjectTypeListType DocumentRootImpl.getSupportsGMLObjectTypeList()
           
 GMLObjectTypeListType WFSCapabilitiesTypeImpl.getSupportsGMLObjectTypeList()
           
 

Methods in net.opengis.wfs.impl with parameters of type GMLObjectTypeListType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetServesGMLObjectTypeList(GMLObjectTypeListType newServesGMLObjectTypeList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain WFSCapabilitiesTypeImpl.basicSetServesGMLObjectTypeList(GMLObjectTypeListType newServesGMLObjectTypeList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetSupportsGMLObjectTypeList(GMLObjectTypeListType newSupportsGMLObjectTypeList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain WFSCapabilitiesTypeImpl.basicSetSupportsGMLObjectTypeList(GMLObjectTypeListType newSupportsGMLObjectTypeList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setServesGMLObjectTypeList(GMLObjectTypeListType newServesGMLObjectTypeList)
           
 void WFSCapabilitiesTypeImpl.setServesGMLObjectTypeList(GMLObjectTypeListType newServesGMLObjectTypeList)
           
 void DocumentRootImpl.setSupportsGMLObjectTypeList(GMLObjectTypeListType newSupportsGMLObjectTypeList)
           
 void WFSCapabilitiesTypeImpl.setSupportsGMLObjectTypeList(GMLObjectTypeListType newSupportsGMLObjectTypeList)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.