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

📄 sourcereply.java

📁 关于 RFID 读写器的相关内容
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
/*
 * Copyright (C) 2007 ETH Zurich
 *
 * This file is part of Fosstrak (www.fosstrak.org).
 *
 * Fosstrak is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License version 2.1, as published by the Free Software Foundation.
 *
 * Fosstrak is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with Fosstrak; if not, write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 * Boston, MA  02110-1301  USA
 */

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0-b26-ea3 
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2006.07.05 at 05:26:35 PM CEST 
//


package org.fosstrak.reader.rprm.core.msg.reply;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlType;

import org.fosstrak.reader.rprm.core.msg.reply.BooleanReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.IntReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.NoParamType;
import org.fosstrak.reader.rprm.core.msg.reply.ReadPointListReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.ReadPointReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.ReadReportType;
import org.fosstrak.reader.rprm.core.msg.reply.SourceReply;
import org.fosstrak.reader.rprm.core.msg.reply.SourceReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.StringReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.TagSelectorListReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.TagSelectorReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.TriggerListReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.TriggerReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.SourceReply.RawReadIDs;
import org.fosstrak.reader.rprm.core.msg.reply.SourceReply.Read;
import org.fosstrak.reader.rprm.core.msg.reply.SourceReply.ReadIDs;
import org.w3c.dom.Element;


/**
 * <p>Java class for SourceReply complex type.
 * 
 * <p>The following schema fragment specifies the expected content contained within this class.
 * 
 * <pre>
 * &lt;complexType name="SourceReply">
 *   &lt;complexContent>
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       &lt;choice>
 *         &lt;element name="create" type="{urn:epcglobal:rp:xsd:1}SourceReturnType"/>
 *         &lt;element name="getName" type="{urn:epcglobal:rp:xsd:1}stringReturnType"/>
 *         &lt;element name="isFixed" type="{urn:epcglobal:rp:xsd:1}booleanReturnType"/>
 *         &lt;element name="addReadPoints" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="removeReadPoints" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="removeAllReadPoints" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="getReadPoint" type="{urn:epcglobal:rp:xsd:1}ReadPointReturnType"/>
 *         &lt;element name="getAllReadPoints" type="{urn:epcglobal:rp:xsd:1}ReadPointListReturnType"/>
 *         &lt;element name="addReadTriggers" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="removeReadTriggers" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="removeAllReadTriggers" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="getReadTrigger" type="{urn:epcglobal:rp:xsd:1}TriggerReturnType"/>
 *         &lt;element name="getAllReadTriggers" type="{urn:epcglobal:rp:xsd:1}TriggerListReturnType"/>
 *         &lt;element name="addTagSelectors" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="removeTagSelectors" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="removeAllTagSelectors" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="getTagSelector" type="{urn:epcglobal:rp:xsd:1}TagSelectorReturnType"/>
 *         &lt;element name="getAllTagSelectors" type="{urn:epcglobal:rp:xsd:1}TagSelectorListReturnType"/>
 *         &lt;element name="getGlimpsedTimeout" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
 *         &lt;element name="setGlimpsedTimeout" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="getObservedThreshold" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
 *         &lt;element name="setObservedThreshold" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="getObservedTimeout" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
 *         &lt;element name="setObservedTimeout" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="getLostTimeout" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
 *         &lt;element name="setLostTimeout" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="rawReadIDs">
 *           &lt;complexType>
 *             &lt;complexContent>
 *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 &lt;sequence>
 *                   &lt;element name="returnValue" type="{urn:epcglobal:rp:xsd:1}ReadReportType"/>
 *                 &lt;/sequence>
 *               &lt;/restriction>
 *             &lt;/complexContent>
 *           &lt;/complexType>
 *         &lt;/element>
 *         &lt;element name="readIDs">
 *           &lt;complexType>
 *             &lt;complexContent>
 *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 &lt;sequence>
 *                   &lt;element name="returnValue" type="{urn:epcglobal:rp:xsd:1}ReadReportType"/>
 *                 &lt;/sequence>
 *               &lt;/restriction>
 *             &lt;/complexContent>
 *           &lt;/complexType>
 *         &lt;/element>
 *         &lt;element name="read">
 *           &lt;complexType>
 *             &lt;complexContent>
 *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 &lt;sequence>
 *                   &lt;element name="returnValue" type="{urn:epcglobal:rp:xsd:1}ReadReportType"/>
 *                 &lt;/sequence>
 *               &lt;/restriction>
 *             &lt;/complexContent>
 *           &lt;/complexType>
 *         &lt;/element>
 *         &lt;element name="writeID" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="write" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="kill" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="getReadCyclesPerTrigger" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
 *         &lt;element name="setReadCyclesPerTrigger" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="getMaxReadDutyCycle" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
 *         &lt;element name="setMaxReadDutyCycle" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="getReadTimeout" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
 *         &lt;element name="setReadTimeout" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="getSession" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
 *         &lt;element name="setSession" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;any/>
 *       &lt;/choice>
 *     &lt;/restriction>
 *   &lt;/complexContent>
 * &lt;/complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SourceReply", propOrder = {
    "create",
    "getName",
    "isFixed",
    "addReadPoints",
    "removeReadPoints",
    "removeAllReadPoints",
    "getReadPoint",
    "getAllReadPoints",
    "addReadTriggers",
    "removeReadTriggers",
    "removeAllReadTriggers",
    "getReadTrigger",
    "getAllReadTriggers",
    "addTagSelectors",
    "removeTagSelectors",
    "removeAllTagSelectors",
    "getTagSelector",
    "getAllTagSelectors",
    "getGlimpsedTimeout",
    "setGlimpsedTimeout",
    "getObservedThreshold",
    "setObservedThreshold",
    "getObservedTimeout",
    "setObservedTimeout",
    "getLostTimeout",
    "setLostTimeout",
    "rawReadIDs",
    "readIDs",
    "read",
    "writeID",
    "write",
    "kill",
    "getReadCyclesPerTrigger",
    "setReadCyclesPerTrigger",
    "getMaxReadDutyCycle",
    "setMaxReadDutyCycle",
    "getReadTimeout",
    "setReadTimeout",
    "getSession",
    "setSession",
    "any"
})
public class SourceReply {

    protected SourceReturnType create;
    protected StringReturnType getName;
    protected BooleanReturnType isFixed;
    protected NoParamType addReadPoints;
    protected NoParamType removeReadPoints;
    protected NoParamType removeAllReadPoints;
    protected ReadPointReturnType getReadPoint;
    protected ReadPointListReturnType getAllReadPoints;
    protected NoParamType addReadTriggers;
    protected NoParamType removeReadTriggers;
    protected NoParamType removeAllReadTriggers;
    protected TriggerReturnType getReadTrigger;
    protected TriggerListReturnType getAllReadTriggers;
    protected NoParamType addTagSelectors;
    protected NoParamType removeTagSelectors;
    protected NoParamType removeAllTagSelectors;
    protected TagSelectorReturnType getTagSelector;
    protected TagSelectorListReturnType getAllTagSelectors;
    protected IntReturnType getGlimpsedTimeout;
    protected NoParamType setGlimpsedTimeout;
    protected IntReturnType getObservedThreshold;
    protected NoParamType setObservedThreshold;
    protected IntReturnType getObservedTimeout;
    protected NoParamType setObservedTimeout;
    protected IntReturnType getLostTimeout;
    protected NoParamType setLostTimeout;
    protected RawReadIDs rawReadIDs;
    protected ReadIDs readIDs;
    protected Read read;
    protected NoParamType writeID;
    protected NoParamType write;
    protected NoParamType kill;
    protected IntReturnType getReadCyclesPerTrigger;
    protected NoParamType setReadCyclesPerTrigger;
    protected IntReturnType getMaxReadDutyCycle;
    protected NoParamType setMaxReadDutyCycle;
    protected IntReturnType getReadTimeout;
    protected NoParamType setReadTimeout;
    protected IntReturnType getSession;
    protected NoParamType setSession;
    @XmlAnyElement(lax = true)
    protected Object any;

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

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

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

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

    /**
     * Gets the value of the isFixed property.
     * 
     * @return
     *     possible object is
     *     {@link BooleanReturnType }
     *     
     */
    public BooleanReturnType getIsFixed() {
        return isFixed;
    }

    /**
     * Sets the value of the isFixed property.
     * 
     * @param value
     *     allowed object is
     *     {@link BooleanReturnType }
     *     
     */
    public void setIsFixed(BooleanReturnType value) {
        this.isFixed = value;
    }

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

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

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

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

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

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

    /**
     * Gets the value of the getReadPoint property.
     * 
     * @return
     *     possible object is
     *     {@link ReadPointReturnType }
     *     
     */
    public ReadPointReturnType getGetReadPoint() {
        return getReadPoint;
    }

    /**
     * Sets the value of the getReadPoint property.
     * 
     * @param value
     *     allowed object is
     *     {@link ReadPointReturnType }
     *     
     */
    public void setGetReadPoint(ReadPointReturnType value) {
        this.getReadPoint = value;
    }

    /**
     * Gets the value of the getAllReadPoints property.
     * 
     * @return
     *     possible object is
     *     {@link ReadPointListReturnType }
     *     
     */
    public ReadPointListReturnType getGetAllReadPoints() {
        return getAllReadPoints;
    }

    /**
     * Sets the value of the getAllReadPoints property.
     * 
     * @param value
     *     allowed object is
     *     {@link ReadPointListReturnType }
     *     
     */
    public void setGetAllReadPoints(ReadPointListReturnType value) {
        this.getAllReadPoints = value;
    }

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

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

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

    /**

⌨️ 快捷键说明

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