Uses of Interface
net.opengis.wps20.ComplexDataType
- 
Packages that use ComplexDataType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util 
- 
- 
Uses of ComplexDataType in net.opengis.wps20Methods in net.opengis.wps20 that return ComplexDataType Modifier and Type Method Description ComplexDataTypeWps20Factory. createComplexDataType()Returns a new object of class 'Complex Data Type'.ComplexDataTypeDocumentRoot. getComplexData()Returns the value of the 'Complex Data' containment reference.Methods in net.opengis.wps20 with parameters of type ComplexDataType Modifier and Type Method Description voidDocumentRoot. setComplexData(ComplexDataType value)Sets the value of the 'Complex Data' containment reference.
- 
Uses of ComplexDataType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement ComplexDataType Modifier and Type Class Description classComplexDataTypeImplAn implementation of the model object 'Complex Data Type'.Methods in net.opengis.wps20.impl that return ComplexDataType Modifier and Type Method Description ComplexDataTypeWps20FactoryImpl. createComplexDataType()ComplexDataTypeDocumentRootImpl. getComplexData()Methods in net.opengis.wps20.impl with parameters of type ComplexDataType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetComplexData(ComplexDataType newComplexData, NotificationChain msgs)voidDocumentRootImpl. setComplexData(ComplexDataType newComplexData)
- 
Uses of ComplexDataType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type ComplexDataType Modifier and Type Method Description TWps20Switch. caseComplexDataType(ComplexDataType object)Returns the result of interpreting the object as an instance of 'Complex Data Type'.booleanWps20Validator. validateComplexDataType(ComplexDataType complexDataType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-