Uses of Class
net.opengis.wps.v_2_0.OutputDescriptionType
-
-
Uses of OutputDescriptionType in net.opengis.wps.v_2_0
Fields in net.opengis.wps.v_2_0 with type parameters of type OutputDescriptionType Modifier and Type Field Description protected List<OutputDescriptionType>OutputDescriptionType. outputprotected List<OutputDescriptionType>ProcessDescriptionType. outputMethods in net.opengis.wps.v_2_0 that return OutputDescriptionType Modifier and Type Method Description OutputDescriptionTypeObjectFactory. createOutputDescriptionType()Create an instance ofOutputDescriptionTypeOutputDescriptionTypeOutputDescriptionType. withDataDescription(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> value)OutputDescriptionTypeOutputDescriptionType. withOutput(Collection<OutputDescriptionType> values)OutputDescriptionTypeOutputDescriptionType. withOutput(List<OutputDescriptionType> value)OutputDescriptionTypeOutputDescriptionType. withOutput(OutputDescriptionType... values)Methods in net.opengis.wps.v_2_0 that return types with arguments of type OutputDescriptionType Modifier and Type Method Description List<OutputDescriptionType>OutputDescriptionType. getOutput()Gets the value of the output property.List<OutputDescriptionType>ProcessDescriptionType. getOutput()Gets the value of the output property.Methods in net.opengis.wps.v_2_0 with parameters of type OutputDescriptionType Modifier and Type Method Description OutputDescriptionTypeOutputDescriptionType. withOutput(OutputDescriptionType... values)ProcessDescriptionTypeProcessDescriptionType. withOutput(OutputDescriptionType... values)Method parameters in net.opengis.wps.v_2_0 with type arguments of type OutputDescriptionType Modifier and Type Method Description voidOutputDescriptionType. setOutput(List<OutputDescriptionType> value)voidProcessDescriptionType. setOutput(List<OutputDescriptionType> value)OutputDescriptionTypeOutputDescriptionType. withOutput(Collection<OutputDescriptionType> values)OutputDescriptionTypeOutputDescriptionType. withOutput(List<OutputDescriptionType> value)ProcessDescriptionTypeProcessDescriptionType. withOutput(Collection<OutputDescriptionType> values)ProcessDescriptionTypeProcessDescriptionType. withOutput(List<OutputDescriptionType> value)Constructor parameters in net.opengis.wps.v_2_0 with type arguments of type OutputDescriptionType Constructor Description OutputDescriptionType(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> dataDescription, List<OutputDescriptionType> output)Fully-initialising value constructor
-