Uses of Interface
net.opengis.wfs.TransactionResultsType
-
Packages that use TransactionResultsType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation -
-
Uses of TransactionResultsType in net.opengis.wfs
Methods in net.opengis.wfs that return TransactionResultsType Modifier and Type Method Description TransactionResultsType
WfsFactory. createTransactionResultsType()
Returns a new object of class 'Transaction Results Type'.TransactionResultsType
TransactionResponseType. getTransactionResults()
Returns the value of the 'Transaction Results' containment reference.Methods in net.opengis.wfs with parameters of type TransactionResultsType Modifier and Type Method Description void
TransactionResponseType. setTransactionResults(TransactionResultsType value)
Sets the value of the 'Transaction Results
' containment reference. -
Uses of TransactionResultsType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement TransactionResultsType Modifier and Type Class Description class
TransactionResultsTypeImpl
An implementation of the model object 'Transaction Results Type'.Fields in net.opengis.wfs.impl declared as TransactionResultsType Modifier and Type Field Description protected TransactionResultsType
TransactionResponseTypeImpl. transactionResults
The cached value of the 'Transaction Results
' containment reference.Methods in net.opengis.wfs.impl that return TransactionResultsType Modifier and Type Method Description TransactionResultsType
WfsFactoryImpl. createTransactionResultsType()
TransactionResultsType
TransactionResponseTypeImpl. getTransactionResults()
Methods in net.opengis.wfs.impl with parameters of type TransactionResultsType Modifier and Type Method Description NotificationChain
TransactionResponseTypeImpl. basicSetTransactionResults(TransactionResultsType newTransactionResults, NotificationChain msgs)
void
TransactionResponseTypeImpl. setTransactionResults(TransactionResultsType newTransactionResults)
-
Uses of TransactionResultsType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type TransactionResultsType Modifier and Type Method Description boolean
TransactionResponseTypeValidator. validateTransactionResults(TransactionResultsType value)
-