Interface DataType

    • Method Detail

      • getComplexData

        ComplexDataType getComplexData()
        Returns the value of the 'Complex Data' containment reference. Identifies this input or output value as a complex data structure encoded in XML (e.g., using GML), and provides that complex data structure. For an input, this element may be used by a client for any process input coded as ComplexData in the ProcessDescription. For an output, this element shall be used by a server when "store" in the Execute request is "false".
        Returns:
        the value of the 'Complex Data' containment reference.
        See Also:
        setComplexData(ComplexDataType), Wps10Package.getDataType_ComplexData()
      • setComplexData

        void setComplexData​(ComplexDataType value)
        Sets the value of the 'Complex Data' containment reference.
        Parameters:
        value - the new value of the 'Complex Data' containment reference.
        See Also:
        getComplexData()
      • setLiteralData

        void setLiteralData​(LiteralDataType value)
        Sets the value of the 'Literal Data' containment reference.
        Parameters:
        value - the new value of the 'Literal Data' containment reference.
        See Also:
        getLiteralData()