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

📄 sourcereply.java

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

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

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

    /**
     * Gets the value of the getReadTrigger property.
     * 
     * @return
     *     possible object is
     *     {@link TriggerReturnType }
     *     
     */
    public TriggerReturnType getGetReadTrigger() {
        return getReadTrigger;
    }

    /**
     * Sets the value of the getReadTrigger property.
     * 
     * @param value
     *     allowed object is
     *     {@link TriggerReturnType }
     *     
     */
    public void setGetReadTrigger(TriggerReturnType value) {
        this.getReadTrigger = value;
    }

    /**
     * Gets the value of the getAllReadTriggers property.
     * 
     * @return
     *     possible object is
     *     {@link TriggerListReturnType }
     *     
     */
    public TriggerListReturnType getGetAllReadTriggers() {
        return getAllReadTriggers;
    }

    /**
     * Sets the value of the getAllReadTriggers property.
     * 
     * @param value
     *     allowed object is
     *     {@link TriggerListReturnType }
     *     
     */
    public void setGetAllReadTriggers(TriggerListReturnType value) {
        this.getAllReadTriggers = value;
    }

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

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

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

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

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

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

    /**
     * Gets the value of the getTagSelector property.
     * 
     * @return
     *     possible object is
     *     {@link TagSelectorReturnType }
     *     
     */
    public TagSelectorReturnType getGetTagSelector() {
        return getTagSelector;
    }

    /**
     * Sets the value of the getTagSelector property.
     * 
     * @param value
     *     allowed object is
     *     {@link TagSelectorReturnType }
     *     
     */
    public void setGetTagSelector(TagSelectorReturnType value) {
        this.getTagSelector = value;
    }

    /**
     * Gets the value of the getAllTagSelectors property.
     * 
     * @return
     *     possible object is
     *     {@link TagSelectorListReturnType }
     *     
     */
    public TagSelectorListReturnType getGetAllTagSelectors() {
        return getAllTagSelectors;
    }

    /**
     * Sets the value of the getAllTagSelectors property.
     * 
     * @param value
     *     allowed object is
     *     {@link TagSelectorListReturnType }
     *     
     */
    public void setGetAllTagSelectors(TagSelectorListReturnType value) {
        this.getAllTagSelectors = value;
    }

    /**
     * Gets the value of the getGlimpsedTimeout property.
     * 
     * @return
     *     possible object is
     *     {@link IntReturnType }
     *     
     */
    public IntReturnType getGetGlimpsedTimeout() {
        return getGlimpsedTimeout;
    }

    /**
     * Sets the value of the getGlimpsedTimeout property.
     * 
     * @param value
     *     allowed object is
     *     {@link IntReturnType }
     *     
     */
    public void setGetGlimpsedTimeout(IntReturnType value) {
        this.getGlimpsedTimeout = value;
    }

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

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

    /**
     * Gets the value of the getObservedThreshold property.
     * 
     * @return
     *     possible object is
     *     {@link IntReturnType }
     *     
     */
    public IntReturnType getGetObservedThreshold() {
        return getObservedThreshold;
    }

    /**
     * Sets the value of the getObservedThreshold property.
     * 
     * @param value
     *     allowed object is
     *     {@link IntReturnType }
     *     
     */
    public void setGetObservedThreshold(IntReturnType value) {
        this.getObservedThreshold = value;
    }

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

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

    /**
     * Gets the value of the getObservedTimeout property.
     * 
     * @return
     *     possible object is
     *     {@link IntReturnType }
     *     
     */
    public IntReturnType getGetObservedTimeout() {
        return getObservedTimeout;
    }

    /**
     * Sets the value of the getObservedTimeout property.
     * 
     * @param value
     *     allowed object is
     *     {@link IntReturnType }
     *     
     */
    public void setGetObservedTimeout(IntReturnType value) {
        this.getObservedTimeout = value;
    }

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

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

    /**
     * Gets the value of the getLostTimeout property.
     * 
     * @return
     *     possible object is
     *     {@link IntReturnType }
     *     
     */
    public IntReturnType getGetLostTimeout() {
        return getLostTimeout;
    }

    /**
     * Sets the value of the getLostTimeout property.
     * 
     * @param value
     *     allowed object is
     *     {@link IntReturnType }
     *     
     */
    public void setGetLostTimeout(IntReturnType value) {
        this.getLostTimeout = value;
    }

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

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

    /**
     * Gets the value of the rawReadIDs property.
     * 
     * @return
     *     possible object is
     *     {@link RawReadIDs }
     *     
     */
    public RawReadIDs getRawReadIDs() {
        return rawReadIDs;
    }

    /**
     * Sets the value of the rawReadIDs property.
     * 
     * @param value
     *     allowed object is
     *     {@link RawReadIDs }
     *     
     */
    public void setRawReadIDs(RawReadIDs value) {
        this.rawReadIDs = value;
    }

    /**
     * Gets the value of the readIDs property.
     * 
     * @return
     *     possible object is
     *     {@link ReadIDs }
     *     
     */
    public ReadIDs getReadIDs() {
        return readIDs;
    }

    /**
     * Sets the value of the readIDs property.
     * 
     * @param value
     *     allowed object is
     *     {@link ReadIDs }
     *     
     */
    public void setReadIDs(ReadIDs value) {
        this.readIDs = value;
    }

    /**
     * Gets the value of the read property.
     * 
     * @return
     *     possible object is
     *     {@link Read }
     *     
     */
    public Read getRead() {
        return read;
    }

    /**
     * Sets the value of the read property.
     * 
     * @param value
     *     allowed object is
     *     {@link Read }

⌨️ 快捷键说明

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