Uses of Interface
net.opengis.wfs.TransactionResponseType
-
Packages that use TransactionResponseType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation -
-
Uses of TransactionResponseType in net.opengis.wfs
Methods in net.opengis.wfs that return TransactionResponseType Modifier and Type Method Description TransactionResponseTypeWfsFactory. createTransactionResponseType()Returns a new object of class 'Transaction Response Type'.TransactionResponseTypeDocumentRoot. getTransactionResponse()Returns the value of the 'Transaction Response' containment reference.Methods in net.opengis.wfs with parameters of type TransactionResponseType Modifier and Type Method Description voidDocumentRoot. 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 TransactionResponseType Modifier and Type Class Description classTransactionResponseTypeImplAn implementation of the model object 'Transaction Response Type'.Methods in net.opengis.wfs.impl that return TransactionResponseType Modifier and Type Method Description TransactionResponseTypeWfsFactoryImpl. createTransactionResponseType()TransactionResponseTypeDocumentRootImpl. getTransactionResponse()Methods in net.opengis.wfs.impl with parameters of type TransactionResponseType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTransactionResponse(TransactionResponseType newTransactionResponse, NotificationChain msgs)voidDocumentRootImpl. setTransactionResponse(TransactionResponseType newTransactionResponse) -
Uses of TransactionResponseType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type TransactionResponseType Modifier and Type Method Description booleanDocumentRootValidator. validateTransactionResponse(TransactionResponseType value)
-