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 TransactionResponseType
Wfs20Factory. createTransactionResponseType()
Returns a new object of class 'Transaction Response Type'.TransactionResponseType
DocumentRoot. 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 void
DocumentRoot. 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 class
TransactionResponseTypeImpl
An implementation of the model object 'Transaction Response Type'.Methods in net.opengis.wfs20.impl that return TransactionResponseType Modifier and Type Method Description TransactionResponseType
Wfs20FactoryImpl. createTransactionResponseType()
TransactionResponseType
DocumentRootImpl. getTransactionResponse()
Methods in net.opengis.wfs20.impl with parameters of type TransactionResponseType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTransactionResponse(TransactionResponseType newTransactionResponse, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Wfs20Switch. caseTransactionResponseType(TransactionResponseType object)
Returns the result of interpreting the object as an instance of 'Transaction Response Type'.boolean
Wfs20Validator. 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 boolean
DocumentRootValidator. validateTransactionResponse(TransactionResponseType value)
-