Interface ReferenceType

    • Method Detail

      • getBody

        EObject getBody()
        Returns the value of the 'Body' containment reference. The contents of this element to be used as the body of the HTTP request message to be sent to the service identified in ../Reference/@href. For example, it could be an XML encoded WFS request using HTTP/POST.
        Returns:
        the value of the 'Body' containment reference.
        See Also:
        setBody(EObject), Wps20Package.getReferenceType_Body()
      • setBody

        void setBody​(EObject value)
        Sets the value of the 'Body' containment reference.
        Parameters:
        value - the new value of the 'Body' containment reference.
        See Also:
        getBody()
      • setEncoding

        void setEncoding​(String value)
        Sets the value of the 'Encoding' attribute.
        Parameters:
        value - the new value of the 'Encoding' attribute.
        See Also:
        getEncoding()
      • setHref

        void setHref​(String value)
        Sets the value of the 'Href' attribute.
        Parameters:
        value - the new value of the 'Href' attribute.
        See Also:
        getHref()
      • setMimeType

        void setMimeType​(String value)
        Sets the value of the 'Mime Type' attribute.
        Parameters:
        value - the new value of the 'Mime Type' attribute.
        See Also:
        getMimeType()
      • setSchema

        void setSchema​(String value)
        Sets the value of the 'Schema' attribute.
        Parameters:
        value - the new value of the 'Schema' attribute.
        See Also:
        getSchema()