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.wfs
Methods in net.opengis.wfs that return InsertResultsType Modifier and Type Method Description InsertResultsType
WfsFactory. createInsertResultsType()
Returns a new object of class 'Insert Results Type'.InsertResultsType
TransactionResponseType. 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 void
TransactionResponseType. setInsertResults(InsertResultsType value)
Sets the value of the 'Insert Results
' containment reference. -
Uses of InsertResultsType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement InsertResultsType Modifier and Type Class Description class
InsertResultsTypeImpl
An implementation of the model object 'Insert Results Type'.Fields in net.opengis.wfs.impl declared as InsertResultsType Modifier and Type Field Description protected InsertResultsType
TransactionResponseTypeImpl. insertResults
The cached value of the 'Insert Results
' containment reference.Methods in net.opengis.wfs.impl that return InsertResultsType Modifier and Type Method Description InsertResultsType
WfsFactoryImpl. createInsertResultsType()
InsertResultsType
TransactionResponseTypeImpl. getInsertResults()
Methods in net.opengis.wfs.impl with parameters of type InsertResultsType Modifier and Type Method Description NotificationChain
TransactionResponseTypeImpl. basicSetInsertResults(InsertResultsType newInsertResults, NotificationChain msgs)
void
TransactionResponseTypeImpl. setInsertResults(InsertResultsType newInsertResults)
-
Uses of InsertResultsType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type InsertResultsType Modifier and Type Method Description boolean
TransactionResponseTypeValidator. validateInsertResults(InsertResultsType value)
-