Uses of Interface
net.opengis.wfs.InsertResultsType
Packages that use InsertResultsType
-
Uses of InsertResultsType in net.opengis.wfs
Methods in net.opengis.wfs that return InsertResultsTypeModifier and TypeMethodDescriptionWfsFactory.createInsertResultsType()
Returns a new object of class 'Insert Results Type'.TransactionResponseType.getInsertResults()
Returns the value of the 'Insert Results' containment reference.Methods in net.opengis.wfs with parameters of type InsertResultsTypeModifier and TypeMethodDescriptionvoid
TransactionResponseType.setInsertResults
(InsertResultsType value) Sets the value of the 'Insert Results
' containment reference. -
Uses of InsertResultsType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement InsertResultsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Insert Results Type'.Fields in net.opengis.wfs.impl declared as InsertResultsTypeModifier and TypeFieldDescriptionprotected InsertResultsType
TransactionResponseTypeImpl.insertResults
The cached value of the 'Insert Results
' containment reference.Methods in net.opengis.wfs.impl that return InsertResultsTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createInsertResultsType()
TransactionResponseTypeImpl.getInsertResults()
Methods in net.opengis.wfs.impl with parameters of type InsertResultsTypeModifier and TypeMethodDescriptionNotificationChain
TransactionResponseTypeImpl.basicSetInsertResults
(InsertResultsType newInsertResults, NotificationChain msgs) void
TransactionResponseTypeImpl.setInsertResults
(InsertResultsType newInsertResults) -
Uses of InsertResultsType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type InsertResultsTypeModifier and TypeMethodDescriptionboolean
TransactionResponseTypeValidator.validateInsertResults
(InsertResultsType value)