Uses of Class
net.opengis.sos.v_2_0.ContentsType
-
-
Uses of ContentsType in net.opengis.sos.v_2_0
Fields in net.opengis.sos.v_2_0 declared as ContentsType Modifier and Type Field Description protected ContentsTypeCapabilitiesType.Contents. contentsprotected ContentsTypeContentsPropertyType. contentsMethods in net.opengis.sos.v_2_0 that return ContentsType Modifier and Type Method Description ContentsTypeObjectFactory. createContentsType()Create an instance ofContentsTypeContentsTypeCapabilitiesType.Contents. getContents()Gets the value of the contents property.ContentsTypeContentsPropertyType. getContents()Gets the value of the contents property.ContentsTypeContentsType. withFeatureOfInterestType(String... values)ContentsTypeContentsType. withFeatureOfInterestType(Collection<String> values)ContentsTypeContentsType. withFeatureOfInterestType(List<String> value)ContentsTypeContentsType. withObservationType(String... values)ContentsTypeContentsType. withObservationType(Collection<String> values)ContentsTypeContentsType. withObservationType(List<String> value)ContentsTypeContentsType. withResponseFormat(String... values)ContentsTypeContentsType. withResponseFormat(Collection<String> values)ContentsTypeContentsType. withResponseFormat(List<String> value)Methods in net.opengis.sos.v_2_0 that return types with arguments of type ContentsType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ContentsType>ObjectFactory. createContents(ContentsType value)Methods in net.opengis.sos.v_2_0 with parameters of type ContentsType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ContentsType>ObjectFactory. createContents(ContentsType value)voidCapabilitiesType.Contents. setContents(ContentsType value)Sets the value of the contents property.voidContentsPropertyType. setContents(ContentsType value)Sets the value of the contents property.CapabilitiesType.ContentsCapabilitiesType.Contents. withContents(ContentsType value)ContentsPropertyTypeContentsPropertyType. withContents(ContentsType value)Constructors in net.opengis.sos.v_2_0 with parameters of type ContentsType Constructor Description Contents(ContentsType contents)Fully-initialising value constructorContentsPropertyType(ContentsType contents, 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
-