Uses of Interface
net.opengis.wfs.TransactionSummaryType

Packages that use TransactionSummaryType
net.opengis.wfs   
net.opengis.wfs.impl   
 

Uses of TransactionSummaryType in net.opengis.wfs
 

Methods in net.opengis.wfs that return TransactionSummaryType
 TransactionSummaryType WfsFactory.createTransactionSummaryType()
          Returns a new object of class 'Transaction Summary Type'.
 TransactionSummaryType TransactionResponseType.getTransactionSummary()
          Returns the value of the 'Transaction Summary' containment reference.
 

Methods in net.opengis.wfs with parameters of type TransactionSummaryType
 void TransactionResponseType.setTransactionSummary(TransactionSummaryType value)
          Sets the value of the 'Transaction Summary' containment reference.
 

Uses of TransactionSummaryType in net.opengis.wfs.impl
 

Classes in net.opengis.wfs.impl that implement TransactionSummaryType
 class TransactionSummaryTypeImpl
          An implementation of the model object 'Transaction Summary Type'.
 

Fields in net.opengis.wfs.impl declared as TransactionSummaryType
protected  TransactionSummaryType TransactionResponseTypeImpl.transactionSummary
          The cached value of the 'Transaction Summary' containment reference.
 

Methods in net.opengis.wfs.impl that return TransactionSummaryType
 TransactionSummaryType WfsFactoryImpl.createTransactionSummaryType()
           
 TransactionSummaryType TransactionResponseTypeImpl.getTransactionSummary()
           
 

Methods in net.opengis.wfs.impl with parameters of type TransactionSummaryType
 org.eclipse.emf.common.notify.NotificationChain TransactionResponseTypeImpl.basicSetTransactionSummary(TransactionSummaryType newTransactionSummary, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void TransactionResponseTypeImpl.setTransactionSummary(TransactionSummaryType newTransactionSummary)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.