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 TransactionResultsTypeWfsFactory. createTransactionResultsType()Returns a new object of class 'Transaction Results Type'.TransactionResultsTypeTransactionResponseType. 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 voidTransactionResponseType. 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 classTransactionResultsTypeImplAn implementation of the model object 'Transaction Results Type'.Fields in net.opengis.wfs.impl declared as TransactionResultsType Modifier and Type Field Description protected TransactionResultsTypeTransactionResponseTypeImpl. transactionResultsThe cached value of the 'Transaction Results' containment reference.Methods in net.opengis.wfs.impl that return TransactionResultsType Modifier and Type Method Description TransactionResultsTypeWfsFactoryImpl. createTransactionResultsType()TransactionResultsTypeTransactionResponseTypeImpl. getTransactionResults()Methods in net.opengis.wfs.impl with parameters of type TransactionResultsType Modifier and Type Method Description NotificationChainTransactionResponseTypeImpl. basicSetTransactionResults(TransactionResultsType newTransactionResults, NotificationChain msgs)voidTransactionResponseTypeImpl. 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 booleanTransactionResponseTypeValidator. validateTransactionResults(TransactionResultsType value)
-