Uses of Interface
net.opengis.wps20.ComplexDataType
Packages that use ComplexDataType
-
Uses of ComplexDataType in net.opengis.wps20
Methods in net.opengis.wps20 that return ComplexDataTypeModifier and TypeMethodDescriptionWps20Factory.createComplexDataType()
Returns a new object of class 'Complex Data Type'.DocumentRoot.getComplexData()
Returns the value of the 'Complex Data' containment reference.Methods in net.opengis.wps20 with parameters of type ComplexDataTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setComplexData
(ComplexDataType value) Sets the value of the 'Complex Data
' containment reference. -
Uses of ComplexDataType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement ComplexDataTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Complex Data Type'.Methods in net.opengis.wps20.impl that return ComplexDataTypeModifier and TypeMethodDescriptionWps20FactoryImpl.createComplexDataType()
DocumentRootImpl.getComplexData()
Methods in net.opengis.wps20.impl with parameters of type ComplexDataTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetComplexData
(ComplexDataType newComplexData, NotificationChain msgs) void
DocumentRootImpl.setComplexData
(ComplexDataType newComplexData) -
Uses of ComplexDataType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ComplexDataTypeModifier and TypeMethodDescriptionWps20Switch.caseComplexDataType
(ComplexDataType object) Returns the result of interpreting the object as an instance of 'Complex Data Type'.boolean
Wps20Validator.validateComplexDataType
(ComplexDataType complexDataType, DiagnosticChain diagnostics, Map<Object, Object> context)