Uses of Interface
net.opengis.wfs.TransactionResponseType
Packages that use TransactionResponseType
-
Uses of TransactionResponseType in net.opengis.wfs
Methods in net.opengis.wfs that return TransactionResponseTypeModifier and TypeMethodDescriptionWfsFactory.createTransactionResponseType()
Returns a new object of class 'Transaction Response Type'.DocumentRoot.getTransactionResponse()
Returns the value of the 'Transaction Response' containment reference.Methods in net.opengis.wfs with parameters of type TransactionResponseTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setTransactionResponse
(TransactionResponseType value) Sets the value of the 'Transaction Response
' containment reference. -
Uses of TransactionResponseType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement TransactionResponseTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Transaction Response Type'.Methods in net.opengis.wfs.impl that return TransactionResponseTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createTransactionResponseType()
DocumentRootImpl.getTransactionResponse()
Methods in net.opengis.wfs.impl with parameters of type TransactionResponseTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTransactionResponse
(TransactionResponseType newTransactionResponse, NotificationChain msgs) void
DocumentRootImpl.setTransactionResponse
(TransactionResponseType newTransactionResponse) -
Uses of TransactionResponseType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type TransactionResponseTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateTransactionResponse
(TransactionResponseType value)