Uses of Class
net.opengis.sps.v_2_0.AlternativeType
-
-
Uses of AlternativeType in net.opengis.sps.v_2_0
Fields in net.opengis.sps.v_2_0 declared as AlternativeType Modifier and Type Field Description protected AlternativeTypeAlternativePropertyType. alternativeprotected AlternativeTypeStatusReportType.Alternative. alternativeMethods in net.opengis.sps.v_2_0 that return AlternativeType Modifier and Type Method Description AlternativeTypeObjectFactory. createAlternativeType()Create an instance ofAlternativeTypeAlternativeTypeAlternativePropertyType. getAlternative()Gets the value of the alternative property.AlternativeTypeStatusReportType.Alternative. getAlternative()Gets the value of the alternative property.AlternativeTypeAlternativeType. withAlternativeDescription(Collection<LanguageStringType> values)AlternativeTypeAlternativeType. withAlternativeDescription(List<LanguageStringType> value)AlternativeTypeAlternativeType. withAlternativeDescription(LanguageStringType... values)AlternativeTypeAlternativeType. withTaskingParameters(AlternativeType.TaskingParameters value)Methods in net.opengis.sps.v_2_0 that return types with arguments of type AlternativeType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AlternativeType>ObjectFactory. createAlternative(AlternativeType value)Methods in net.opengis.sps.v_2_0 with parameters of type AlternativeType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AlternativeType>ObjectFactory. createAlternative(AlternativeType value)voidAlternativePropertyType. setAlternative(AlternativeType value)Sets the value of the alternative property.voidStatusReportType.Alternative. setAlternative(AlternativeType value)Sets the value of the alternative property.AlternativePropertyTypeAlternativePropertyType. withAlternative(AlternativeType value)StatusReportType.AlternativeStatusReportType.Alternative. withAlternative(AlternativeType value)Constructors in net.opengis.sps.v_2_0 with parameters of type AlternativeType Constructor Description Alternative(AlternativeType alternative)Fully-initialising value constructorAlternativePropertyType(AlternativeType alternative, 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
-