Uses of Class
nl.b3p.csw.jaxb.csw.InsertResultType
-
Packages that use InsertResultType Package Description nl.b3p.csw.jaxb.csw -
-
Uses of InsertResultType in nl.b3p.csw.jaxb.csw
Fields in nl.b3p.csw.jaxb.csw with type parameters of type InsertResultType Modifier and Type Field Description protected List<InsertResultType>TransactionResponseType. insertResultMethods in nl.b3p.csw.jaxb.csw that return InsertResultType Modifier and Type Method Description InsertResultTypeObjectFactory. createInsertResultType()Create an instance ofInsertResultTypeMethods in nl.b3p.csw.jaxb.csw that return types with arguments of type InsertResultType Modifier and Type Method Description List<InsertResultType>TransactionResponseType. getInsertResult()Gets the value of the insertResult property.Constructor parameters in nl.b3p.csw.jaxb.csw with type arguments of type InsertResultType Constructor Description TransactionResponseType(TransactionSummaryType transactionSummary, List<InsertResultType> insertResult, String version)Fully-initialising value constructor
-