Uses of Class
net.opengis.wps.v_2_0.GenericInputType
-
-
Uses of GenericInputType in net.opengis.wps.v_2_0
Fields in net.opengis.wps.v_2_0 with type parameters of type GenericInputType Modifier and Type Field Description protected List<GenericInputType>GenericInputType. inputprotected List<GenericInputType>GenericProcessType. inputMethods in net.opengis.wps.v_2_0 that return GenericInputType Modifier and Type Method Description GenericInputTypeObjectFactory. createGenericInputType()Create an instance ofGenericInputTypeGenericInputTypeGenericInputType. withInput(Collection<GenericInputType> values)GenericInputTypeGenericInputType. withInput(List<GenericInputType> value)GenericInputTypeGenericInputType. withInput(GenericInputType... values)GenericInputTypeGenericInputType. withMaxOccurs(String value)GenericInputTypeGenericInputType. withMinOccurs(BigInteger value)Methods in net.opengis.wps.v_2_0 that return types with arguments of type GenericInputType Modifier and Type Method Description List<GenericInputType>GenericInputType. getInput()Gets the value of the input property.List<GenericInputType>GenericProcessType. getInput()Gets the value of the input property.Methods in net.opengis.wps.v_2_0 with parameters of type GenericInputType Modifier and Type Method Description GenericInputTypeGenericInputType. withInput(GenericInputType... values)GenericProcessTypeGenericProcessType. withInput(GenericInputType... values)Method parameters in net.opengis.wps.v_2_0 with type arguments of type GenericInputType Modifier and Type Method Description voidGenericInputType. setInput(List<GenericInputType> value)voidGenericProcessType. setInput(List<GenericInputType> value)GenericInputTypeGenericInputType. withInput(Collection<GenericInputType> values)GenericInputTypeGenericInputType. withInput(List<GenericInputType> value)GenericProcessTypeGenericProcessType. withInput(Collection<GenericInputType> values)GenericProcessTypeGenericProcessType. withInput(List<GenericInputType> value)Constructor parameters in net.opengis.wps.v_2_0 with type arguments of type GenericInputType Constructor Description GenericInputType(List<GenericInputType> input, BigInteger minOccurs, String maxOccurs)Fully-initialising value constructorGenericProcessType(List<GenericInputType> input, List<GenericOutputType> output)Fully-initialising value constructor
-