Uses of Class
net.opengis.wps.v_2_0.DataInputType
-
-
Uses of DataInputType in net.opengis.wps.v_2_0
Fields in net.opengis.wps.v_2_0 with type parameters of type DataInputType Modifier and Type Field Description protected List<DataInputType>DataInputType. inputprotected List<DataInputType>ExecuteRequestType. inputMethods in net.opengis.wps.v_2_0 that return DataInputType Modifier and Type Method Description DataInputTypeObjectFactory. createDataInputType()Create an instance ofDataInputTypeDataInputTypeDataInputType. withData(Data value)DataInputTypeDataInputType. withId(String value)DataInputTypeDataInputType. withInput(Collection<DataInputType> values)DataInputTypeDataInputType. withInput(List<DataInputType> value)DataInputTypeDataInputType. withInput(DataInputType... values)DataInputTypeDataInputType. withReference(ReferenceType value)Methods in net.opengis.wps.v_2_0 that return types with arguments of type DataInputType Modifier and Type Method Description List<DataInputType>DataInputType. getInput()Gets the value of the input property.List<DataInputType>ExecuteRequestType. getInput()Gets the value of the input property.Methods in net.opengis.wps.v_2_0 with parameters of type DataInputType Modifier and Type Method Description DataInputTypeDataInputType. withInput(DataInputType... values)ExecuteRequestTypeExecuteRequestType. withInput(DataInputType... values)Method parameters in net.opengis.wps.v_2_0 with type arguments of type DataInputType Modifier and Type Method Description voidDataInputType. setInput(List<DataInputType> value)voidExecuteRequestType. setInput(List<DataInputType> value)DataInputTypeDataInputType. withInput(Collection<DataInputType> values)DataInputTypeDataInputType. withInput(List<DataInputType> value)ExecuteRequestTypeExecuteRequestType. withInput(Collection<DataInputType> values)ExecuteRequestTypeExecuteRequestType. withInput(List<DataInputType> value)Constructor parameters in net.opengis.wps.v_2_0 with type arguments of type DataInputType Constructor Description DataInputType(Data data, ReferenceType reference, List<DataInputType> input, String id)Fully-initialising value constructor
-