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

Uses of DataDescriptionType in net.opengis.wps.v_2_0
 

Subclasses of DataDescriptionType in net.opengis.wps.v_2_0
 class BoundingBoxData
          Java class for anonymous complex type.
 class ComplexDataType
          Java class for ComplexDataType complex type.
 class LiteralDataType
          Java class for LiteralDataType complex type.
 

Fields in net.opengis.wps.v_2_0 with type parameters of type DataDescriptionType
protected  JAXBElement<? extends DataDescriptionType> OutputDescriptionType.dataDescription
           
protected  JAXBElement<? extends DataDescriptionType> InputDescriptionType.dataDescription
           
 

Methods in net.opengis.wps.v_2_0 that return DataDescriptionType
 DataDescriptionType DataDescriptionType.withFormat(Collection<Format> values)
           
 DataDescriptionType DataDescriptionType.withFormat(Format... values)
           
 DataDescriptionType DataDescriptionType.withFormat(List<Format> value)
           
 

Methods in net.opengis.wps.v_2_0 that return types with arguments of type DataDescriptionType
 JAXBElement<DataDescriptionType> ObjectFactory.createDataDescription(DataDescriptionType value)
          Create an instance of JAXBElement<DataDescriptionType>}
 JAXBElement<? extends DataDescriptionType> OutputDescriptionType.getDataDescription()
          Gets the value of the dataDescription property.
 JAXBElement<? extends DataDescriptionType> InputDescriptionType.getDataDescription()
          Gets the value of the dataDescription property.
 

Methods in net.opengis.wps.v_2_0 with parameters of type DataDescriptionType
 JAXBElement<DataDescriptionType> ObjectFactory.createDataDescription(DataDescriptionType value)
          Create an instance of JAXBElement<DataDescriptionType>}
 

Method parameters in net.opengis.wps.v_2_0 with type arguments of type DataDescriptionType
 void OutputDescriptionType.setDataDescription(JAXBElement<? extends DataDescriptionType> value)
          Sets the value of the dataDescription property.
 void InputDescriptionType.setDataDescription(JAXBElement<? extends DataDescriptionType> value)
          Sets the value of the dataDescription property.
 OutputDescriptionType OutputDescriptionType.withDataDescription(JAXBElement<? extends DataDescriptionType> value)
           
 InputDescriptionType InputDescriptionType.withDataDescription(JAXBElement<? extends DataDescriptionType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.