Uses of Class
net.opengis.wps.v_2_0.Data

Uses of Data in net.opengis.wps.v_2_0
 

Fields in net.opengis.wps.v_2_0 declared as Data
protected  Data DataOutputType.data
           
protected  Data DataInputType.data
           
 

Methods in net.opengis.wps.v_2_0 that return Data
 Data ObjectFactory.createData()
          Create an instance of Data
 Data DataOutputType.getData()
          Gets the value of the data property.
 Data DataInputType.getData()
          Gets the value of the data property.
 Data Data.withContent(Collection<Serializable> values)
           
 Data Data.withContent(List<Serializable> value)
           
 Data Data.withContent(Serializable... values)
           
 Data Data.withEncoding(String value)
           
 Data Data.withMimeType(String value)
           
 Data Data.withSchema(String value)
           
 

Methods in net.opengis.wps.v_2_0 with parameters of type Data
 void DataOutputType.setData(Data value)
          Sets the value of the data property.
 void DataInputType.setData(Data value)
          Sets the value of the data property.
 DataOutputType DataOutputType.withData(Data value)
           
 DataInputType DataInputType.withData(Data value)
           
 



Copyright © 2008-2015. All Rights Reserved.