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

📄 sourcecommand.java

📁 关于 RFID 读写器的相关内容
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
     */
    @XmlAccessorType(XmlAccessType.FIELD)
    @XmlType(name = "", propOrder = {
        "name"
    })
    public static class GetTagSelector {

        protected String name;

        /**
         * Gets the value of the name property.
         * 
         * @return
         *     possible object is
         *     {@link String }
         *     
         */
        public String getName() {
            return name;
        }

        /**
         * Sets the value of the name property.
         * 
         * @param value
         *     allowed object is
         *     {@link String }
         *     
         */
        public void setName(String value) {
            this.name = value;
        }

    }


    /**
     * <p>Java class for anonymous complex type.
     * 
     * <p>The following schema fragment specifies the expected content contained within this class.
     * 
     * <pre>
     * &lt;complexType>
     *   &lt;complexContent>
     *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *       &lt;sequence>
     *         &lt;element name="passwords" type="{urn:epcglobal:rp:xsd:1}HexStringListType" minOccurs="0"/>
     *         &lt;element name="selectors" type="{urn:epcglobal:rp:xsd:1}TagSelectorListParamType" minOccurs="0"/>
     *       &lt;/sequence>
     *     &lt;/restriction>
     *   &lt;/complexContent>
     * &lt;/complexType>
     * </pre>
     * 
     * 
     */
    @XmlAccessorType(XmlAccessType.FIELD)
    @XmlType(name = "", propOrder = {
        "passwords",
        "selectors"
    })
    public static class Kill {

        protected HexStringListType passwords;
        protected TagSelectorListParamType selectors;

        /**
         * Gets the value of the passwords property.
         * 
         * @return
         *     possible object is
         *     {@link HexStringListType }
         *     
         */
        public HexStringListType getPasswords() {
            return passwords;
        }

        /**
         * Sets the value of the passwords property.
         * 
         * @param value
         *     allowed object is
         *     {@link HexStringListType }
         *     
         */
        public void setPasswords(HexStringListType value) {
            this.passwords = value;
        }

        /**
         * Gets the value of the selectors property.
         * 
         * @return
         *     possible object is
         *     {@link TagSelectorListParamType }
         *     
         */
        public TagSelectorListParamType getSelectors() {
            return selectors;
        }

        /**
         * Sets the value of the selectors property.
         * 
         * @param value
         *     allowed object is
         *     {@link TagSelectorListParamType }
         *     
         */
        public void setSelectors(TagSelectorListParamType value) {
            this.selectors = value;
        }

    }


    /**
     * <p>Java class for anonymous complex type.
     * 
     * <p>The following schema fragment specifies the expected content contained within this class.
     * 
     * <pre>
     * &lt;complexType>
     *   &lt;complexContent>
     *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *       &lt;sequence>
     *         &lt;element name="dataSelector" type="{urn:epcglobal:rp:xsd:1}DataSelectorParamType" minOccurs="0"/>
     *       &lt;/sequence>
     *     &lt;/restriction>
     *   &lt;/complexContent>
     * &lt;/complexType>
     * </pre>
     * 
     * 
     */
    @XmlAccessorType(XmlAccessType.FIELD)
    @XmlType(name = "", propOrder = {
        "dataSelector"
    })
    public static class RawReadIDs {

        protected String dataSelector;

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

        /**
         * Sets the value of the dataSelector property.
         * 
         * @param value
         *     allowed object is
         *     {@link String }
         *     
         */
        public void setDataSelector(String value) {
            this.dataSelector = value;
        }

    }


    /**
     * <p>Java class for anonymous complex type.
     * 
     * <p>The following schema fragment specifies the expected content contained within this class.
     * 
     * <pre>
     * &lt;complexType>
     *   &lt;complexContent>
     *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *       &lt;sequence>
     *         &lt;element name="dataSelector" type="{urn:epcglobal:rp:xsd:1}DataSelectorParamType"/>
     *         &lt;element name="passwords" type="{urn:epcglobal:rp:xsd:1}HexStringListType" minOccurs="0"/>
     *         &lt;element name="selectors" type="{urn:epcglobal:rp:xsd:1}TagSelectorListParamType" minOccurs="0"/>
     *       &lt;/sequence>
     *     &lt;/restriction>
     *   &lt;/complexContent>
     * &lt;/complexType>
     * </pre>
     * 
     * 
     */
    @XmlAccessorType(XmlAccessType.FIELD)
    @XmlType(name = "", propOrder = {
        "dataSelector",
        "passwords",
        "selectors"
    })
    public static class Read {

        protected String dataSelector;
        protected HexStringListType passwords;
        protected TagSelectorListParamType selectors;

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

        /**
         * Sets the value of the dataSelector property.
         * 
         * @param value
         *     allowed object is
         *     {@link String }
         *     
         */
        public void setDataSelector(String value) {
            this.dataSelector = value;
        }

        /**
         * Gets the value of the passwords property.
         * 
         * @return
         *     possible object is
         *     {@link HexStringListType }
         *     
         */
        public HexStringListType getPasswords() {
            return passwords;
        }

        /**
         * Sets the value of the passwords property.
         * 
         * @param value
         *     allowed object is
         *     {@link HexStringListType }
         *     
         */
        public void setPasswords(HexStringListType value) {
            this.passwords = value;
        }

        /**
         * Gets the value of the selectors property.
         * 
         * @return
         *     possible object is
         *     {@link TagSelectorListParamType }
         *     
         */
        public TagSelectorListParamType getSelectors() {
            return selectors;
        }

        /**
         * Sets the value of the selectors property.
         * 
         * @param value
         *     allowed object is
         *     {@link TagSelectorListParamType }
         *     
         */
        public void setSelectors(TagSelectorListParamType value) {
            this.selectors = value;
        }

    }


    /**
     * <p>Java class for anonymous complex type.
     * 
     * <p>The following schema fragment specifies the expected content contained within this class.
     * 
     * <pre>
     * &lt;complexType>
     *   &lt;complexContent>
     *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *       &lt;sequence>
     *         &lt;element name="dataSelector" type="{urn:epcglobal:rp:xsd:1}DataSelectorParamType" minOccurs="0"/>
     *       &lt;/sequence>
     *     &lt;/restriction>
     *   &lt;/complexContent>
     * &lt;/complexType>
     * </pre>
     * 
     * 
     */
    @XmlAccessorType(XmlAccessType.FIELD)
    @XmlType(name = "", propOrder = {
        "dataSelector"
    })
    public static class ReadIDs {

        protected String dataSelector;

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

        /**
         * Sets the value of the dataSelector property.
         * 
         * @param value
         *     allowed object is
         *     {@link String }
         *     
         */
        public void setDataSelector(String value) {
            this.dataSelector = value;
        }

    }


    /**
     * <p>Java class for anonymous complex type.
     * 
     * <p>The following schema fragment specifies the expected content contained within this class.
     * 
     * <pre>
     * &lt;complexType>
     *   &lt;complexContent>
     *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *       &lt;sequence>
     *         &lt;element name="readPoints" type="{urn:epcglobal:rp:xsd:1}ReadPointListParamType"/>
     *       &lt;/sequence>
     *     &lt;/restriction>
     *   &lt;/complexContent>
     * &lt;/complexType>
     * </pre>
     * 
     * 
     */
    @XmlAccessorType(XmlAccessType.FIELD)
    @XmlType(name = "", propOrder = {
        "readPoints"
    })
    public static class RemoveReadPoints {

        protected ReadPointListParamType readPoints;

        /**
         * Gets the value of the readPoints property.
         * 
         * @return
         *     possible object is
         *     {@link ReadPointListParamType }
         *     
         */
        public ReadPointListParamType getReadPoints() {
            return readPoints;
        }

        /**
         * Sets the value of the readPoints property.
         * 
         * @param value
         *     allowed object is
         *     {@link ReadPointListParamType }
         *     
         */
        public void setReadPoints(ReadPointListParamType value) {
            this.readPoints = value;
        }

    }


    /**
     * <p>Java class for anonymous complex type.
     * 
     * <p>The following schema fragment specifies the expected content contained within this class.
     * 
     * <pre>
     * &lt;complexType>
     *   &lt;complexContent>
     *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *       &lt;sequence>
     *         &lt;element name="triggers" type="{urn:epcglobal:rp:xsd:1}TriggerListParamType"/>
     *       &lt;/sequence>
     *     &lt;/restriction>
     *   &lt;/complexContent>
     * &lt;/complexType>
     * </pre>
     * 
     * 
     */
    @XmlAccessorType(XmlAccessType.FIELD)
    @XmlType(name = "", propOrder = {
        "triggers"
    })
    public static class RemoveReadTriggers {

        protected TriggerListParamType triggers;

        /**
         * Gets the value of the triggers property.
         * 
         * @return
         *     possible object is
         *     {@link TriggerListParamType }
         *     
         */
        public TriggerListParamType getTriggers() {
            return triggers;
        }

        /**
         * Sets the value of the triggers property.
         * 
         * @param value
         *     allowed object is
         *     {@link TriggerListParamType }
         *     
         */
        public void setTriggers(TriggerListParamType value) {
            this.triggers = value;
        }

    }


    /**
     * <p>Java class for anonymous complex type.
     * 
     * <p>The following schema fragment specifies the expected content contained within this class.
     * 
     * <pre>
     * &lt;complexType>
     *   

⌨️ 快捷键说明

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