Uses of Class
net.opengis.sos.v_2_0.InsertResultType
-
-
Uses of InsertResultType in net.opengis.sos.v_2_0
Fields in net.opengis.sos.v_2_0 declared as InsertResultType Modifier and Type Field Description protected InsertResultTypeInsertResultPropertyType. insertResultMethods in net.opengis.sos.v_2_0 that return InsertResultType Modifier and Type Method Description InsertResultTypeObjectFactory. createInsertResultType()Create an instance ofInsertResultTypeInsertResultTypeInsertResultPropertyType. getInsertResult()Gets the value of the insertResult property.InsertResultTypeInsertResultType. withResultValues(Object value)InsertResultTypeInsertResultType. withTemplate(String value)Methods in net.opengis.sos.v_2_0 that return types with arguments of type InsertResultType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<InsertResultType>ObjectFactory. createInsertResult(InsertResultType value)Methods in net.opengis.sos.v_2_0 with parameters of type InsertResultType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<InsertResultType>ObjectFactory. createInsertResult(InsertResultType value)voidInsertResultPropertyType. setInsertResult(InsertResultType value)Sets the value of the insertResult property.InsertResultPropertyTypeInsertResultPropertyType. withInsertResult(InsertResultType value)Constructors in net.opengis.sos.v_2_0 with parameters of type InsertResultType Constructor Description InsertResultPropertyType(InsertResultType insertResult, 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
-