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

📄 dataselectorcommand.java

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

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

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

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

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

    /**
     * Gets the value of the any property.
     * 
     * @return
     *     possible object is
     *     {@link Object }
     *     {@link Element }
     *     
     */
    public Object getAny() {
        return any;
    }

    /**
     * Sets the value of the any property.
     * 
     * @param value
     *     allowed object is
     *     {@link Object }
     *     {@link Element }
     *     
     */
    public void setAny(Object value) {
        this.any = 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="eventType" type="{urn:epcglobal:rp:xsd:1}EventTypeListParamType"/>
     *       &lt;/sequence>
     *     &lt;/restriction>
     *   &lt;/complexContent>
     * &lt;/complexType>
     * </pre>
     * 
     * 
     */
    @XmlAccessorType(XmlAccessType.FIELD)
    @XmlType(name = "", propOrder = {
        "eventType"
    })
    public static class AddEventFilters {

        protected EventTypeListParamType eventType;

        /**
         * Gets the value of the eventType property.
         * 
         * @return
         *     possible object is
         *     {@link EventTypeListParamType }
         *     
         */
        public EventTypeListParamType getEventType() {
            return eventType;
        }

        /**
         * Sets the value of the eventType property.
         * 
         * @param value
         *     allowed object is
         *     {@link EventTypeListParamType }
         *     
         */
        public void setEventType(EventTypeListParamType value) {
            this.eventType = 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="fieldNames" type="{urn:epcglobal:rp:xsd:1}FieldNameListParamType"/>
     *       &lt;/sequence>
     *     &lt;/restriction>
     *   &lt;/complexContent>
     * &lt;/complexType>
     * </pre>
     * 
     * 
     */
    @XmlAccessorType(XmlAccessType.FIELD)
    @XmlType(name = "", propOrder = {
        "fieldNames"
    })
    public static class AddFieldNames {

        protected FieldNameListParamType fieldNames;

        /**
         * Gets the value of the fieldNames property.
         * 
         * @return
         *     possible object is
         *     {@link FieldNameListParamType }
         *     
         */
        public FieldNameListParamType getFieldNames() {
            return fieldNames;
        }

        /**
         * Sets the value of the fieldNames property.
         * 
         * @param value
         *     allowed object is
         *     {@link FieldNameListParamType }
         *     
         */
        public void setFieldNames(FieldNameListParamType value) {
            this.fieldNames = 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="fieldNames" type="{urn:epcglobal:rp:xsd:1}StringListParamType"/>
     *       &lt;/sequence>
     *     &lt;/restriction>
     *   &lt;/complexContent>
     * &lt;/complexType>
     * </pre>
     * 
     * 
     */
    @XmlAccessorType(XmlAccessType.FIELD)
    @XmlType(name = "", propOrder = {
        "fieldNames"
    })
    public static class AddTagFieldNames {

        protected StringListParamType fieldNames;

        /**
         * Gets the value of the fieldNames property.
         * 
         * @return
         *     possible object is
         *     {@link StringListParamType }
         *     
         */
        public StringListParamType getFieldNames() {
            return fieldNames;
        }

        /**
         * Sets the value of the fieldNames property.
         * 
         * @param value
         *     allowed object is
         *     {@link StringListParamType }
         *     
         */
        public void setFieldNames(StringListParamType value) {
            this.fieldNames = 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="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
     *       &lt;/sequence>
     *     &lt;/restriction>
     *   &lt;/complexContent>
     * &lt;/complexType>
     * </pre>
     * 
     * 
     */
    @XmlAccessorType(XmlAccessType.FIELD)
    @XmlType(name = "", propOrder = {
        "name"
    })
    public static class Create {

        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="eventType" type="{urn:epcglobal:rp:xsd:1}EventTypeListParamType"/>
     *       &lt;/sequence>
     *     &lt;/restriction>
     *   &lt;/complexContent>
     * &lt;/complexType>
     * </pre>
     * 
     * 
     */
    @XmlAccessorType(XmlAccessType.FIELD)
    @XmlType(name = "", propOrder = {
        "eventType"
    })
    public static class RemoveEventFilters {

        protected EventTypeListParamType eventType;

        /**
         * Gets the value of the eventType property.
         * 
         * @return
         *     possible object is
         *     {@link EventTypeListParamType }
         *     
         */
        public EventTypeListParamType getEventType() {
            return eventType;
        }

        /**
         * Sets the value of the eventType property.
         * 
         * @param value
         *     allowed object is
         *     {@link EventTypeListParamType }
         *     
         */
        public void setEventType(EventTypeListParamType value) {
            this.eventType = 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="fieldNames" type="{urn:epcglobal:rp:xsd:1}FieldNameListParamType"/>
     *       &lt;/sequence>
     *     &lt;/restriction>
     *   &lt;/complexContent>
     * &lt;/complexType>
     * </pre>
     * 
     * 
     */
    @XmlAccessorType(XmlAccessType.FIELD)
    @XmlType(name = "", propOrder = {
        "fieldNames"
    })
    public static class RemoveFieldNames {

        protected FieldNameListParamType fieldNames;

        /**
         * Gets the value of the fieldNames property.
         * 
         * @return
         *     possible object is
         *     {@link FieldNameListParamType }
         *     
         */
        public FieldNameListParamType getFieldNames() {
            return fieldNames;
        }

        /**
         * Sets the value of the fieldNames property.
         * 
         * @param value
         *     allowed object is
         *     {@link FieldNameListParamType }
         *     
         */
        public void setFieldNames(FieldNameListParamType value) {
            this.fieldNames = 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="fieldNames" type="{urn:epcglobal:rp:xsd:1}StringListParamType"/>
     *       &lt;/sequence>
     *     &lt;/restriction>
     *   &lt;/complexContent>
     * &lt;/complexType>
     * </pre>
     * 
     * 
     */
    @XmlAccessorType(XmlAccessType.FIELD)
    @XmlType(name = "", propOrder = {
        "fieldNames"
    })
    public static class RemoveTagFieldNames {

        protected StringListParamType fieldNames;

        /**
         * Gets the value of the fieldNames property.
         * 
         * @return
         *     possible object is
         *     {@link StringListParamType }
         *     
         */
        public StringListParamType getFieldNames() {
            return fieldNames;
        }

        /**
         * Sets the value of the fieldNames property.
         * 
         * @param value
         *     allowed object is
         *     {@link StringListParamType }
         *     
         */
        public void setFieldNames(StringListParamType value) {
            this.fieldNames = value;
        }

    }

}

⌨️ 快捷键说明

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