Uses of Class
net.opengis.sos.v_2_0.InsertResultResponseType
-
-
Uses of InsertResultResponseType in net.opengis.sos.v_2_0
Fields in net.opengis.sos.v_2_0 declared as InsertResultResponseType Modifier and Type Field Description protected InsertResultResponseTypeInsertResultResponsePropertyType. insertResultResponseMethods in net.opengis.sos.v_2_0 that return InsertResultResponseType Modifier and Type Method Description InsertResultResponseTypeObjectFactory. createInsertResultResponseType()Create an instance ofInsertResultResponseTypeInsertResultResponseTypeInsertResultResponsePropertyType. getInsertResultResponse()Gets the value of the insertResultResponse property.Methods in net.opengis.sos.v_2_0 that return types with arguments of type InsertResultResponseType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<InsertResultResponseType>ObjectFactory. createInsertResultResponse(InsertResultResponseType value)Methods in net.opengis.sos.v_2_0 with parameters of type InsertResultResponseType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<InsertResultResponseType>ObjectFactory. createInsertResultResponse(InsertResultResponseType value)voidInsertResultResponsePropertyType. setInsertResultResponse(InsertResultResponseType value)Sets the value of the insertResultResponse property.InsertResultResponsePropertyTypeInsertResultResponsePropertyType. withInsertResultResponse(InsertResultResponseType value)Constructors in net.opengis.sos.v_2_0 with parameters of type InsertResultResponseType Constructor Description InsertResultResponsePropertyType(InsertResultResponseType insertResultResponse, List<String> nilReason, String remoteSchema, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-