com.ibm.commerce.oagis9.datatypes

Interface ShowType

    • Method Detail

      • getRecordSetCount

        java.math.BigInteger getRecordSetCount()
        Returns the value of the 'Record Set Count' attribute.

        If the meaning of the 'Record Set Count' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Record Set Count' attribute.
        See Also:
        setRecordSetCount(BigInteger), Oagis9Package.getShowType_RecordSetCount()
      • setRecordSetCount

        void setRecordSetCount(java.math.BigInteger value)
        Sets the value of the 'Record Set Count' attribute.
        Parameters:
        value - the new value of the 'Record Set Count' attribute.
        See Also:
        getRecordSetCount()
      • getRecordSetReferenceId

        java.lang.String getRecordSetReferenceId()
        Returns the value of the 'Record Set Reference Id' attribute.

        If the meaning of the 'Record Set Reference Id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Record Set Reference Id' attribute.
        See Also:
        setRecordSetReferenceId(String), Oagis9Package.getShowType_RecordSetReferenceId()
      • setRecordSetReferenceId

        void setRecordSetReferenceId(java.lang.String value)
        Sets the value of the 'Record Set Reference Id' attribute.
        Parameters:
        value - the new value of the 'Record Set Reference Id' attribute.
        See Also:
        getRecordSetReferenceId()
      • getRecordSetStartNumber

        java.math.BigInteger getRecordSetStartNumber()
        Returns the value of the 'Record Set Start Number' attribute.

        If the meaning of the 'Record Set Start Number' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Record Set Start Number' attribute.
        See Also:
        setRecordSetStartNumber(BigInteger), Oagis9Package.getShowType_RecordSetStartNumber()
      • setRecordSetStartNumber

        void setRecordSetStartNumber(java.math.BigInteger value)
        Sets the value of the 'Record Set Start Number' attribute.
        Parameters:
        value - the new value of the 'Record Set Start Number' attribute.
        See Also:
        getRecordSetStartNumber()
      • getRecordSetTotal

        java.math.BigInteger getRecordSetTotal()
        Returns the value of the 'Record Set Total' attribute.

        If the meaning of the 'Record Set Total' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Record Set Total' attribute.
        See Also:
        setRecordSetTotal(BigInteger), Oagis9Package.getShowType_RecordSetTotal()
      • setRecordSetTotal

        void setRecordSetTotal(java.math.BigInteger value)
        Sets the value of the 'Record Set Total' attribute.
        Parameters:
        value - the new value of the 'Record Set Total' attribute.
        See Also:
        getRecordSetTotal()