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 TransactionResponseType
WfsFactory. 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.wfs 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.wfs.impl
Classes in net.opengis.wfs.impl that implement TransactionResponseType Modifier and Type Class Description class
TransactionResponseTypeImpl
An implementation of the model object 'Transaction Response Type'.Methods in net.opengis.wfs.impl that return TransactionResponseType Modifier and Type Method Description TransactionResponseType
WfsFactoryImpl. createTransactionResponseType()
TransactionResponseType
DocumentRootImpl. getTransactionResponse()
Methods in net.opengis.wfs.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.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type TransactionResponseType Modifier and Type Method Description boolean
DocumentRootValidator. validateTransactionResponse(TransactionResponseType value)
-