Uses of Class
net.opengis.wps.v_2_0.InputDescriptionType
-
-
Uses of InputDescriptionType in net.opengis.wps.v_2_0
Fields in net.opengis.wps.v_2_0 with type parameters of type InputDescriptionType Modifier and Type Field Description protected List<InputDescriptionType>InputDescriptionType. inputprotected List<InputDescriptionType>ProcessDescriptionType. inputMethods in net.opengis.wps.v_2_0 that return InputDescriptionType Modifier and Type Method Description InputDescriptionTypeObjectFactory. createInputDescriptionType()Create an instance ofInputDescriptionTypeInputDescriptionTypeInputDescriptionType. withDataDescription(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> value)InputDescriptionTypeInputDescriptionType. withInput(Collection<InputDescriptionType> values)InputDescriptionTypeInputDescriptionType. withInput(List<InputDescriptionType> value)InputDescriptionTypeInputDescriptionType. withInput(InputDescriptionType... values)InputDescriptionTypeInputDescriptionType. withMaxOccurs(String value)InputDescriptionTypeInputDescriptionType. withMinOccurs(BigInteger value)Methods in net.opengis.wps.v_2_0 that return types with arguments of type InputDescriptionType Modifier and Type Method Description List<InputDescriptionType>InputDescriptionType. getInput()Gets the value of the input property.List<InputDescriptionType>ProcessDescriptionType. getInput()Gets the value of the input property.Methods in net.opengis.wps.v_2_0 with parameters of type InputDescriptionType Modifier and Type Method Description InputDescriptionTypeInputDescriptionType. withInput(InputDescriptionType... values)ProcessDescriptionTypeProcessDescriptionType. withInput(InputDescriptionType... values)Method parameters in net.opengis.wps.v_2_0 with type arguments of type InputDescriptionType Modifier and Type Method Description voidInputDescriptionType. setInput(List<InputDescriptionType> value)voidProcessDescriptionType. setInput(List<InputDescriptionType> value)InputDescriptionTypeInputDescriptionType. withInput(Collection<InputDescriptionType> values)InputDescriptionTypeInputDescriptionType. withInput(List<InputDescriptionType> value)ProcessDescriptionTypeProcessDescriptionType. withInput(Collection<InputDescriptionType> values)ProcessDescriptionTypeProcessDescriptionType. withInput(List<InputDescriptionType> value)Constructor parameters in net.opengis.wps.v_2_0 with type arguments of type InputDescriptionType Constructor Description InputDescriptionType(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> dataDescription, List<InputDescriptionType> input, BigInteger minOccurs, String maxOccurs)Fully-initialising value constructorProcessDescriptionType(List<InputDescriptionType> input, List<OutputDescriptionType> output, String lang)Fully-initialising value constructor
-