Uses of Interface
net.opengis.cat.csw20.InsertResultType
-
Packages that use InsertResultType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of InsertResultType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return InsertResultType Modifier and Type Method Description InsertResultType
Csw20Factory. createInsertResultType()
Returns a new object of class 'Insert Result Type'.Methods in net.opengis.cat.csw20 that return types with arguments of type InsertResultType Modifier and Type Method Description EList<InsertResultType>
TransactionResponseType. getInsertResult()
Returns the value of the 'Insert Result' containment reference list. -
Uses of InsertResultType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement InsertResultType Modifier and Type Class Description class
InsertResultTypeImpl
An implementation of the model object 'Insert Result Type'.Fields in net.opengis.cat.csw20.impl with type parameters of type InsertResultType Modifier and Type Field Description protected EList<InsertResultType>
TransactionResponseTypeImpl. insertResult
The cached value of the 'Insert Result
' containment reference list.Methods in net.opengis.cat.csw20.impl that return InsertResultType Modifier and Type Method Description InsertResultType
Csw20FactoryImpl. createInsertResultType()
Methods in net.opengis.cat.csw20.impl that return types with arguments of type InsertResultType Modifier and Type Method Description EList<InsertResultType>
TransactionResponseTypeImpl. getInsertResult()
-