Uses of Interface
net.opengis.wfs20.TransactionResponseType
-
Packages that use TransactionResponseType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of TransactionResponseType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return TransactionResponseType Modifier and Type Method Description TransactionResponseTypeWfs20Factory. 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.wfs20 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.wfs20.impl
Classes in net.opengis.wfs20.impl that implement TransactionResponseType Modifier and Type Class Description classTransactionResponseTypeImplAn implementation of the model object 'Transaction Response Type'.Methods in net.opengis.wfs20.impl that return TransactionResponseType Modifier and Type Method Description TransactionResponseTypeWfs20FactoryImpl. createTransactionResponseType()TransactionResponseTypeDocumentRootImpl. getTransactionResponse()Methods in net.opengis.wfs20.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.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type TransactionResponseType Modifier and Type Method Description TWfs20Switch. caseTransactionResponseType(TransactionResponseType object)Returns the result of interpreting the object as an instance of 'Transaction Response Type'.booleanWfs20Validator. validateTransactionResponseType(TransactionResponseType transactionResponseType, DiagnosticChain diagnostics, Map<Object,Object> context) -
Uses of TransactionResponseType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type TransactionResponseType Modifier and Type Method Description booleanDocumentRootValidator. validateTransactionResponse(TransactionResponseType value)
-