Uses of Interface
net.opengis.wfs.GMLObjectTypeListType
-
Packages that use GMLObjectTypeListType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation -
-
Uses of GMLObjectTypeListType in net.opengis.wfs
Methods in net.opengis.wfs that return GMLObjectTypeListType Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
GMLObjectTypeListTypeImpl
An implementation of the model object 'GML Object Type List Type'.Fields in net.opengis.wfs.impl declared as GMLObjectTypeListType Modifier and Type Field Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetServesGMLObjectTypeList(GMLObjectTypeListType newServesGMLObjectTypeList, NotificationChain msgs)
NotificationChain
WFSCapabilitiesTypeImpl. basicSetServesGMLObjectTypeList(GMLObjectTypeListType newServesGMLObjectTypeList, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetSupportsGMLObjectTypeList(GMLObjectTypeListType newSupportsGMLObjectTypeList, NotificationChain msgs)
NotificationChain
WFSCapabilitiesTypeImpl. basicSetSupportsGMLObjectTypeList(GMLObjectTypeListType newSupportsGMLObjectTypeList, NotificationChain msgs)
void
DocumentRootImpl. setServesGMLObjectTypeList(GMLObjectTypeListType newServesGMLObjectTypeList)
void
WFSCapabilitiesTypeImpl. setServesGMLObjectTypeList(GMLObjectTypeListType newServesGMLObjectTypeList)
void
DocumentRootImpl. setSupportsGMLObjectTypeList(GMLObjectTypeListType newSupportsGMLObjectTypeList)
void
WFSCapabilitiesTypeImpl. setSupportsGMLObjectTypeList(GMLObjectTypeListType newSupportsGMLObjectTypeList)
-
Uses of GMLObjectTypeListType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type GMLObjectTypeListType Modifier and Type Method Description boolean
DocumentRootValidator. validateServesGMLObjectTypeList(GMLObjectTypeListType value)
boolean
WFSCapabilitiesTypeValidator. validateServesGMLObjectTypeList(GMLObjectTypeListType value)
boolean
DocumentRootValidator. validateSupportsGMLObjectTypeList(GMLObjectTypeListType value)
boolean
WFSCapabilitiesTypeValidator. validateSupportsGMLObjectTypeList(GMLObjectTypeListType value)
-