com.ibm.etools.cobol.application.model.cobol

Interface CicsWebParseURLStmt

    • Method Detail

      • getURL

        DataRefOrLiteral getURL()
        Returns the value of the 'URL' containment reference.

        The value is a representation of the data value specified in the URL option.

        Returns:
        the value of the 'URL' containment reference.
        See Also:
        setURL(DataRefOrLiteral), COBOLPackage.getCicsWebParseURLStmt_URL()
      • setURL

        void setURL(DataRefOrLiteral value)
        Sets the value of the 'URL' containment reference.
        Parameters:
        value - the new value of the 'URL' containment reference.
        See Also:
        getURL()
      • getURLLength

        DataRefOrLiteral getURLLength()
        Returns the value of the 'URL Length' containment reference.

        The value is a representation of the data value specified in the URLLENGTH option.

        Returns:
        the value of the 'URL Length' containment reference.
        See Also:
        setURLLength(DataRefOrLiteral), COBOLPackage.getCicsWebParseURLStmt_URLLength()
      • setURLLength

        void setURLLength(DataRefOrLiteral value)
        Sets the value of the 'URL Length' containment reference.
        Parameters:
        value - the new value of the 'URL Length' containment reference.
        See Also:
        getURLLength()
      • getSchemeName

        DataRef getSchemeName()
        Returns the value of the 'Scheme Name' containment reference.

        The value is a representation of the data area specified in the SCHEMENAME option; if that option is not used, the value is null.

        Returns:
        the value of the 'Scheme Name' containment reference.
        See Also:
        setSchemeName(DataRef), COBOLPackage.getCicsWebParseURLStmt_SchemeName()
      • setSchemeName

        void setSchemeName(DataRef value)
        Sets the value of the 'Scheme Name' containment reference.
        Parameters:
        value - the new value of the 'Scheme Name' containment reference.
        See Also:
        getSchemeName()
      • getHost

        DataRef getHost()
        Returns the value of the 'Host' containment reference.

        The value is a representation of the data area specified in the HOST option; if that option is not used, the value is null.

        Returns:
        the value of the 'Host' containment reference.
        See Also:
        setHost(DataRef), COBOLPackage.getCicsWebParseURLStmt_Host()
      • setHost

        void setHost(DataRef value)
        Sets the value of the 'Host' containment reference.
        Parameters:
        value - the new value of the 'Host' containment reference.
        See Also:
        getHost()
      • getHostLength

        DataRef getHostLength()
        Returns the value of the 'Host Length' containment reference.

        The value is a representation of the data area specified in the HOSTLENGTH option; if that option is not used, the value is null.

        Returns:
        the value of the 'Host Length' containment reference.
        See Also:
        setHostLength(DataRef), COBOLPackage.getCicsWebParseURLStmt_HostLength()
      • setHostLength

        void setHostLength(DataRef value)
        Sets the value of the 'Host Length' containment reference.
        Parameters:
        value - the new value of the 'Host Length' containment reference.
        See Also:
        getHostLength()
      • getHostType

        DataRef getHostType()
        Returns the value of the 'Host Type' containment reference.

        The value is a representation of the CICS value data area specified in the HOSTTYPE option; if that option is not used, the value is null.

        Returns:
        the value of the 'Host Type' containment reference.
        See Also:
        setHostType(DataRef), COBOLPackage.getCicsWebParseURLStmt_HostType()
      • setHostType

        void setHostType(DataRef value)
        Sets the value of the 'Host Type' containment reference.
        Parameters:
        value - the new value of the 'Host Type' containment reference.
        See Also:
        getHostType()
      • getPortNumber

        DataRef getPortNumber()
        Returns the value of the 'Port Number' containment reference.

        The value is a representation of the data area specified in the PORTNUMBER option; if that option is not used, the value is null.

        Returns:
        the value of the 'Port Number' containment reference.
        See Also:
        setPortNumber(DataRef), COBOLPackage.getCicsWebParseURLStmt_PortNumber()
      • setPortNumber

        void setPortNumber(DataRef value)
        Sets the value of the 'Port Number' containment reference.
        Parameters:
        value - the new value of the 'Port Number' containment reference.
        See Also:
        getPortNumber()
      • getPath

        DataRef getPath()
        Returns the value of the 'Path' containment reference.

        The value is a representation of the data area specified in the PATH option; if that option is not used, the value is null.

        Returns:
        the value of the 'Path' containment reference.
        See Also:
        setPath(DataRef), COBOLPackage.getCicsWebParseURLStmt_Path()
      • setPath

        void setPath(DataRef value)
        Sets the value of the 'Path' containment reference.
        Parameters:
        value - the new value of the 'Path' containment reference.
        See Also:
        getPath()
      • getPathLength

        DataRef getPathLength()
        Returns the value of the 'Path Length' containment reference.

        The value is a representation of the data area specified in the PATHLENGTH option; if that option is not used, the value is null.

        Returns:
        the value of the 'Path Length' containment reference.
        See Also:
        setPathLength(DataRef), COBOLPackage.getCicsWebParseURLStmt_PathLength()
      • setPathLength

        void setPathLength(DataRef value)
        Sets the value of the 'Path Length' containment reference.
        Parameters:
        value - the new value of the 'Path Length' containment reference.
        See Also:
        getPathLength()
      • getQueryString

        DataRef getQueryString()
        Returns the value of the 'Query String' containment reference.

        The value is a representation of the data area specified in the QUERYSTRING option; if that option is not used, the value is null.

        Returns:
        the value of the 'Query String' containment reference.
        See Also:
        setQueryString(DataRef), COBOLPackage.getCicsWebParseURLStmt_QueryString()
      • setQueryString

        void setQueryString(DataRef value)
        Sets the value of the 'Query String' containment reference.
        Parameters:
        value - the new value of the 'Query String' containment reference.
        See Also:
        getQueryString()
      • getQueryStrLen

        DataRef getQueryStrLen()
        Returns the value of the 'Query Str Len' containment reference.

        The value is a representation of the data area specified in the QUERYSTRLEN option; if that option is not used, the value is null.

        Returns:
        the value of the 'Query Str Len' containment reference.
        See Also:
        setQueryStrLen(DataRef), COBOLPackage.getCicsWebParseURLStmt_QueryStrLen()
      • setQueryStrLen

        void setQueryStrLen(DataRef value)
        Sets the value of the 'Query Str Len' containment reference.
        Parameters:
        value - the new value of the 'Query Str Len' containment reference.
        See Also:
        getQueryStrLen()