⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readerdevicereply.java

📁 关于 RFID 读写器的相关内容
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
    /**
     * Sets the value of the getTimeTicks property.
     * 
     * @param value
     *     allowed object is
     *     {@link IntReturnType }
     *     
     */
    public void setGetTimeTicks(IntReturnType value) {
        this.getTimeTicks = value;
    }

    /**
     * Gets the value of the getTimeUTC property.
     * 
     * @return
     *     possible object is
     *     {@link TimeStampReturnType }
     *     
     */
    public TimeStampReturnType getGetTimeUTC() {
        return getTimeUTC;
    }

    /**
     * Sets the value of the getTimeUTC property.
     * 
     * @param value
     *     allowed object is
     *     {@link TimeStampReturnType }
     *     
     */
    public void setGetTimeUTC(TimeStampReturnType value) {
        this.getTimeUTC = value;
    }

    /**
     * Gets the value of the setTimeUTC property.
     * 
     * @return
     *     possible object is
     *     {@link NoParamType }
     *     
     */
    public NoParamType getSetTimeUTC() {
        return setTimeUTC;
    }

    /**
     * Sets the value of the setTimeUTC property.
     * 
     * @param value
     *     allowed object is
     *     {@link NoParamType }
     *     
     */
    public void setSetTimeUTC(NoParamType value) {
        this.setTimeUTC = value;
    }

    /**
     * Gets the value of the getManufacturerDescription property.
     * 
     * @return
     *     possible object is
     *     {@link StringReturnType }
     *     
     */
    public StringReturnType getGetManufacturerDescription() {
        return getManufacturerDescription;
    }

    /**
     * Sets the value of the getManufacturerDescription property.
     * 
     * @param value
     *     allowed object is
     *     {@link StringReturnType }
     *     
     */
    public void setGetManufacturerDescription(StringReturnType value) {
        this.getManufacturerDescription = value;
    }

    /**
     * Gets the value of the getCurrentSource property.
     * 
     * @return
     *     possible object is
     *     {@link SourceReturnType }
     *     
     */
    public SourceReturnType getGetCurrentSource() {
        return getCurrentSource;
    }

    /**
     * Sets the value of the getCurrentSource property.
     * 
     * @param value
     *     allowed object is
     *     {@link SourceReturnType }
     *     
     */
    public void setGetCurrentSource(SourceReturnType value) {
        this.getCurrentSource = value;
    }

    /**
     * Gets the value of the setCurrentSource property.
     * 
     * @return
     *     possible object is
     *     {@link NoParamType }
     *     
     */
    public NoParamType getSetCurrentSource() {
        return setCurrentSource;
    }

    /**
     * Sets the value of the setCurrentSource property.
     * 
     * @param value
     *     allowed object is
     *     {@link NoParamType }
     *     
     */
    public void setSetCurrentSource(NoParamType value) {
        this.setCurrentSource = value;
    }

    /**
     * Gets the value of the getCurrentDataSelector property.
     * 
     * @return
     *     possible object is
     *     {@link DataSelectorReturnType }
     *     
     */
    public DataSelectorReturnType getGetCurrentDataSelector() {
        return getCurrentDataSelector;
    }

    /**
     * Sets the value of the getCurrentDataSelector property.
     * 
     * @param value
     *     allowed object is
     *     {@link DataSelectorReturnType }
     *     
     */
    public void setGetCurrentDataSelector(DataSelectorReturnType value) {
        this.getCurrentDataSelector = value;
    }

    /**
     * Gets the value of the setCurrentDataSelector property.
     * 
     * @return
     *     possible object is
     *     {@link NoParamType }
     *     
     */
    public NoParamType getSetCurrentDataSelector() {
        return setCurrentDataSelector;
    }

    /**
     * Sets the value of the setCurrentDataSelector property.
     * 
     * @param value
     *     allowed object is
     *     {@link NoParamType }
     *     
     */
    public void setSetCurrentDataSelector(NoParamType value) {
        this.setCurrentDataSelector = value;
    }

    /**
     * Gets the value of the removeSources property.
     * 
     * @return
     *     possible object is
     *     {@link NoParamType }
     *     
     */
    public NoParamType getRemoveSources() {
        return removeSources;
    }

    /**
     * Sets the value of the removeSources property.
     * 
     * @param value
     *     allowed object is
     *     {@link NoParamType }
     *     
     */
    public void setRemoveSources(NoParamType value) {
        this.removeSources = value;
    }

    /**
     * Gets the value of the removeAllSources property.
     * 
     * @return
     *     possible object is
     *     {@link NoParamType }
     *     
     */
    public NoParamType getRemoveAllSources() {
        return removeAllSources;
    }

    /**
     * Sets the value of the removeAllSources property.
     * 
     * @param value
     *     allowed object is
     *     {@link NoParamType }
     *     
     */
    public void setRemoveAllSources(NoParamType value) {
        this.removeAllSources = value;
    }

    /**
     * Gets the value of the getSource property.
     * 
     * @return
     *     possible object is
     *     {@link SourceReturnType }
     *     
     */
    public SourceReturnType getGetSource() {
        return getSource;
    }

    /**
     * Sets the value of the getSource property.
     * 
     * @param value
     *     allowed object is
     *     {@link SourceReturnType }
     *     
     */
    public void setGetSource(SourceReturnType value) {
        this.getSource = value;
    }

    /**
     * Gets the value of the getAllSources property.
     * 
     * @return
     *     possible object is
     *     {@link SourceListReturnType }
     *     
     */
    public SourceListReturnType getGetAllSources() {
        return getAllSources;
    }

    /**
     * Sets the value of the getAllSources property.
     * 
     * @param value
     *     allowed object is
     *     {@link SourceListReturnType }
     *     
     */
    public void setGetAllSources(SourceListReturnType value) {
        this.getAllSources = value;
    }

    /**
     * Gets the value of the removeDataSelectors property.
     * 
     * @return
     *     possible object is
     *     {@link NoParamType }
     *     
     */
    public NoParamType getRemoveDataSelectors() {
        return removeDataSelectors;
    }

    /**
     * Sets the value of the removeDataSelectors property.
     * 
     * @param value
     *     allowed object is
     *     {@link NoParamType }
     *     
     */
    public void setRemoveDataSelectors(NoParamType value) {
        this.removeDataSelectors = value;
    }

    /**
     * Gets the value of the removeAllDataSelectors property.
     * 
     * @return
     *     possible object is
     *     {@link NoParamType }
     *     
     */
    public NoParamType getRemoveAllDataSelectors() {
        return removeAllDataSelectors;
    }

    /**
     * Sets the value of the removeAllDataSelectors property.
     * 
     * @param value
     *     allowed object is
     *     {@link NoParamType }
     *     
     */
    public void setRemoveAllDataSelectors(NoParamType value) {
        this.removeAllDataSelectors = value;
    }

    /**
     * Gets the value of the getDataSelector property.
     * 
     * @return
     *     possible object is
     *     {@link DataSelectorReturnType }
     *     
     */
    public DataSelectorReturnType getGetDataSelector() {
        return getDataSelector;
    }

    /**
     * Sets the value of the getDataSelector property.
     * 
     * @param value
     *     allowed object is
     *     {@link DataSelectorReturnType }
     *     
     */
    public void setGetDataSelector(DataSelectorReturnType value) {
        this.getDataSelector = value;
    }

    /**
     * Gets the value of the getAllDataSelectors property.
     * 
     * @return
     *     possible object is
     *     {@link DataSelectorListReturnType }
     *     
     */
    public DataSelectorListReturnType getGetAllDataSelectors() {
        return getAllDataSelectors;
    }

    /**
     * Sets the value of the getAllDataSelectors property.
     * 
     * @param value
     *     allowed object is
     *     {@link DataSelectorListReturnType }
     *     
     */
    public void setGetAllDataSelectors(DataSelectorListReturnType value) {
        this.getAllDataSelectors = value;
    }

    /**
     * Gets the value of the removeNotificationChannels property.
     * 
     * @return
     *     possible object is
     *     {@link NoParamType }
     *     
     */
    public NoParamType getRemoveNotificationChannels() {
        return removeNotificationChannels;
    }

    /**
     * Sets the value of the removeNotificationChannels property.
     * 
     * @param value
     *     allowed object is
     *     {@link NoParamType }
     *     
     */
    public void setRemoveNotificationChannels(NoParamType value) {
        this.removeNotificationChannels = value;
    }

    /**
     * Gets the value of the removeAllNotificationChannels property.
     * 
     * @return
     *     possible object is
     *     {@link NoParamType }
     *     
     */
    public NoParamType getRemoveAllNotificationChannels() {
        return removeAllNotificationChannels;
    }

    /**
     * Sets the value of the removeAllNotificationChannels property.
     * 
     * @param value
     *     allowed object is
     *     {@link NoParamType }
     *     
     */
    public void setRemoveAllNotificationChannels(NoParamType value) {
        this.removeAllNotificationChannels = value;
    }

    /**
     * Gets the value of the getNotificationChannel property.
     * 
     * @return
     *     possible object is
     *     {@link NotificationChannelReturnType }
     *     
     */
    public NotificationChannelReturnType getGetNotificationChannel() {
        return getNotificationChannel;
    }

    /**
     * Sets the value of the getNotificationChannel property.
     * 
     * @param value
     *     allowed object is
     *     {@link NotificationChannelReturnType }
     *     
     */
    public void setGetNotificationChannel(NotificationChannelReturnType value) {
        this.getNotificationChannel = value;
    }

    /**
     * Gets the value of the getAllNotificationChannels property.
     * 
     * @return
     *     possible object is
     *     {@link NotificationChannelListReturnType }
     *     
     */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -