Uses of Interface
net.opengis.wfs.InsertResultsType
- 
Packages that use InsertResultsType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation 
- 
- 
Uses of InsertResultsType in net.opengis.wfsMethods in net.opengis.wfs that return InsertResultsType Modifier and Type Method Description InsertResultsTypeWfsFactory. createInsertResultsType()Returns a new object of class 'Insert Results Type'.InsertResultsTypeTransactionResponseType. getInsertResults()Returns the value of the 'Insert Results' containment reference.Methods in net.opengis.wfs with parameters of type InsertResultsType Modifier and Type Method Description voidTransactionResponseType. setInsertResults(InsertResultsType value)Sets the value of the 'Insert Results' containment reference.
- 
Uses of InsertResultsType in net.opengis.wfs.implClasses in net.opengis.wfs.impl that implement InsertResultsType Modifier and Type Class Description classInsertResultsTypeImplAn implementation of the model object 'Insert Results Type'.Fields in net.opengis.wfs.impl declared as InsertResultsType Modifier and Type Field Description protected InsertResultsTypeTransactionResponseTypeImpl. insertResultsThe cached value of the 'Insert Results' containment reference.Methods in net.opengis.wfs.impl that return InsertResultsType Modifier and Type Method Description InsertResultsTypeWfsFactoryImpl. createInsertResultsType()InsertResultsTypeTransactionResponseTypeImpl. getInsertResults()Methods in net.opengis.wfs.impl with parameters of type InsertResultsType Modifier and Type Method Description NotificationChainTransactionResponseTypeImpl. basicSetInsertResults(InsertResultsType newInsertResults, NotificationChain msgs)voidTransactionResponseTypeImpl. setInsertResults(InsertResultsType newInsertResults)
- 
Uses of InsertResultsType in net.opengis.wfs.validationMethods in net.opengis.wfs.validation with parameters of type InsertResultsType Modifier and Type Method Description booleanTransactionResponseTypeValidator. validateInsertResults(InsertResultsType value)
 
-