Uses of Class
net.opengis.sps.v_2_0.CapabilitiesType
-
-
Uses of CapabilitiesType in net.opengis.sps.v_2_0
Fields in net.opengis.sps.v_2_0 declared as CapabilitiesType Modifier and Type Field Description protected CapabilitiesTypeCapabilitiesPropertyType. capabilitiesMethods in net.opengis.sps.v_2_0 that return CapabilitiesType Modifier and Type Method Description CapabilitiesTypeObjectFactory. createCapabilitiesType()Create an instance ofCapabilitiesTypeCapabilitiesTypeCapabilitiesPropertyType. getCapabilities()Gets the value of the capabilities property.CapabilitiesTypeCapabilitiesType. withContents(CapabilitiesType.Contents value)CapabilitiesTypeCapabilitiesType. withExtension(Object... values)CapabilitiesTypeCapabilitiesType. withExtension(Collection<Object> values)CapabilitiesTypeCapabilitiesType. withExtension(List<Object> value)CapabilitiesTypeCapabilitiesType. withNotifications(CapabilitiesType.Notifications value)Methods in net.opengis.sps.v_2_0 that return types with arguments of type CapabilitiesType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CapabilitiesType>ObjectFactory. createCapabilities(CapabilitiesType value)Methods in net.opengis.sps.v_2_0 with parameters of type CapabilitiesType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CapabilitiesType>ObjectFactory. createCapabilities(CapabilitiesType value)voidCapabilitiesPropertyType. setCapabilities(CapabilitiesType value)Sets the value of the capabilities property.CapabilitiesPropertyTypeCapabilitiesPropertyType. withCapabilities(CapabilitiesType value)Constructors in net.opengis.sps.v_2_0 with parameters of type CapabilitiesType Constructor Description CapabilitiesPropertyType(CapabilitiesType capabilities, 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
-