Uses of Class
net.opengis.wps.v_2_0.DataOutputType
-
-
Uses of DataOutputType in net.opengis.wps.v_2_0
Fields in net.opengis.wps.v_2_0 declared as DataOutputType Modifier and Type Field Description protected DataOutputTypeDataOutputType. outputFields in net.opengis.wps.v_2_0 with type parameters of type DataOutputType Modifier and Type Field Description protected List<DataOutputType>Result. outputMethods in net.opengis.wps.v_2_0 that return DataOutputType Modifier and Type Method Description DataOutputTypeObjectFactory. createDataOutputType()Create an instance ofDataOutputTypeDataOutputTypeDataOutputType. getOutput()Gets the value of the output property.DataOutputTypeDataOutputType. withData(Data value)DataOutputTypeDataOutputType. withId(String value)DataOutputTypeDataOutputType. withOutput(DataOutputType value)DataOutputTypeDataOutputType. withReference(ReferenceType value)Methods in net.opengis.wps.v_2_0 that return types with arguments of type DataOutputType Modifier and Type Method Description List<DataOutputType>Result. getOutput()Gets the value of the output property.Methods in net.opengis.wps.v_2_0 with parameters of type DataOutputType Modifier and Type Method Description voidDataOutputType. setOutput(DataOutputType value)Sets the value of the output property.DataOutputTypeDataOutputType. withOutput(DataOutputType value)ResultResult. withOutput(DataOutputType... values)Method parameters in net.opengis.wps.v_2_0 with type arguments of type DataOutputType Modifier and Type Method Description voidResult. setOutput(List<DataOutputType> value)ResultResult. withOutput(Collection<DataOutputType> values)ResultResult. withOutput(List<DataOutputType> value)Constructors in net.opengis.wps.v_2_0 with parameters of type DataOutputType Constructor Description DataOutputType(Data data, ReferenceType reference, DataOutputType output, String id)Fully-initialising value constructorConstructor parameters in net.opengis.wps.v_2_0 with type arguments of type DataOutputType Constructor Description Result(String jobID, XMLGregorianCalendar expirationDate, List<DataOutputType> output)Fully-initialising value constructor
-