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.wps20
Methods in net.opengis.wps20 that return ComplexDataType Modifier and Type Method Description ComplexDataType
Wps20Factory. createComplexDataType()
Returns a new object of class 'Complex Data Type'.ComplexDataType
DocumentRoot. 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 void
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 ComplexDataType Modifier and Type Class Description class
ComplexDataTypeImpl
An implementation of the model object 'Complex Data Type'.Methods in net.opengis.wps20.impl that return ComplexDataType Modifier and Type Method Description ComplexDataType
Wps20FactoryImpl. createComplexDataType()
ComplexDataType
DocumentRootImpl. getComplexData()
Methods in net.opengis.wps20.impl with parameters of type ComplexDataType Modifier and Type Method Description NotificationChain
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 ComplexDataType Modifier and Type Method Description T
Wps20Switch. 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)
-