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 TypeMethodDescriptionvoidTransactionResponseType.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 TypeClassDescriptionclassAn implementation of the model object 'Insert Results Type'.Fields in net.opengis.wfs.impl declared as InsertResultsTypeModifier and TypeFieldDescriptionprotected InsertResultsTypeTransactionResponseTypeImpl.insertResultsThe 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 TypeMethodDescriptionNotificationChainTransactionResponseTypeImpl.basicSetInsertResults(InsertResultsType newInsertResults, NotificationChain msgs) voidTransactionResponseTypeImpl.setInsertResults(InsertResultsType newInsertResults) -
Uses of InsertResultsType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type InsertResultsTypeModifier and TypeMethodDescriptionbooleanTransactionResponseTypeValidator.validateInsertResults(InsertResultsType value)