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

📄 notificationchannelcommand.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:03:34 PM CEST 
//


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

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

import org.fosstrak.reader.rprm.core.msg.command.NoParamType;
import org.fosstrak.reader.rprm.core.msg.command.NotificationChannelCommand;
import org.fosstrak.reader.rprm.core.msg.command.SourceListParamType;
import org.fosstrak.reader.rprm.core.msg.command.TriggerListParamType;
import org.fosstrak.reader.rprm.core.msg.command.NotificationChannelCommand.AddNotificationTriggers;
import org.fosstrak.reader.rprm.core.msg.command.NotificationChannelCommand.AddSources;
import org.fosstrak.reader.rprm.core.msg.command.NotificationChannelCommand.Create;
import org.fosstrak.reader.rprm.core.msg.command.NotificationChannelCommand.GetNotificationTrigger;
import org.fosstrak.reader.rprm.core.msg.command.NotificationChannelCommand.GetSource;
import org.fosstrak.reader.rprm.core.msg.command.NotificationChannelCommand.ReadQueuedData;
import org.fosstrak.reader.rprm.core.msg.command.NotificationChannelCommand.RemoveNotificationTriggers;
import org.fosstrak.reader.rprm.core.msg.command.NotificationChannelCommand.RemoveSources;
import org.fosstrak.reader.rprm.core.msg.command.NotificationChannelCommand.SetAddress;
import org.fosstrak.reader.rprm.core.msg.command.NotificationChannelCommand.SetDataSelector;
import org.w3c.dom.Element;


/**
 *  Notification channel object commands 
 * 
 * <p>Java class for NotificationChannelCommand complex type.
 * 
 * <p>The following schema fragment specifies the expected content contained within this class.
 * 
 * <pre>
 * &lt;complexType name="NotificationChannelCommand">
 *   &lt;complexContent>
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       &lt;choice>
 *         &lt;element name="create">
 *           &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;element name="address" type="{urn:epcglobal:rp:xsd:1}AddressParamType"/>
 *                 &lt;/sequence>
 *               &lt;/restriction>
 *             &lt;/complexContent>
 *           &lt;/complexType>
 *         &lt;/element>
 *         &lt;element name="getName" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="getAddress" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="getEffectiveAddress" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="setAddress">
 *           &lt;complexType>
 *             &lt;complexContent>
 *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 &lt;sequence>
 *                   &lt;element name="address" type="{urn:epcglobal:rp:xsd:1}AddressParamType"/>
 *                 &lt;/sequence>
 *               &lt;/restriction>
 *             &lt;/complexContent>
 *           &lt;/complexType>
 *         &lt;/element>
 *         &lt;element name="getDataSelector" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="setDataSelector">
 *           &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;/sequence>
 *               &lt;/restriction>
 *             &lt;/complexContent>
 *           &lt;/complexType>
 *         &lt;/element>
 *         &lt;element name="addSources">
 *           &lt;complexType>
 *             &lt;complexContent>
 *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 &lt;sequence>
 *                   &lt;element name="sources" type="{urn:epcglobal:rp:xsd:1}SourceListParamType"/>
 *                 &lt;/sequence>
 *               &lt;/restriction>
 *             &lt;/complexContent>
 *           &lt;/complexType>
 *         &lt;/element>
 *         &lt;element name="removeSources">
 *           &lt;complexType>
 *             &lt;complexContent>
 *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 &lt;sequence>
 *                   &lt;element name="sources" type="{urn:epcglobal:rp:xsd:1}SourceListParamType"/>
 *                 &lt;/sequence>
 *               &lt;/restriction>
 *             &lt;/complexContent>
 *           &lt;/complexType>
 *         &lt;/element>
 *         &lt;element name="removeAllSources" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="getSource">
 *           &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>
 *         &lt;/element>
 *         &lt;element name="getAllSources" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="addNotificationTriggers">
 *           &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>
 *         &lt;/element>
 *         &lt;element name="removeNotificationTriggers">
 *           &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>
 *         &lt;/element>
 *         &lt;element name="removeAllNotificationTriggers" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="getNotificationTrigger">
 *           &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>
 *         &lt;/element>
 *         &lt;element name="getAllNotificationTriggers" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
 *         &lt;element name="readQueuedData">
 *           &lt;complexType>
 *             &lt;complexContent>
 *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 &lt;sequence>
 *                   &lt;element name="clearBuffer" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *                 &lt;/sequence>
 *               &lt;/restriction>
 *             &lt;/complexContent>
 *           &lt;/complexType>
 *         &lt;/element>
 *         &lt;any/>
 *       &lt;/choice>
 *     &lt;/restriction>
 *   &lt;/complexContent>
 * &lt;/complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "NotificationChannelCommand", propOrder = {
    "create",
    "getName",
    "getAddress",
    "getEffectiveAddress",
    "setAddress",
    "getDataSelector",
    "setDataSelector",
    "addSources",
    "removeSources",
    "removeAllSources",
    "getSource",
    "getAllSources",
    "addNotificationTriggers",
    "removeNotificationTriggers",
    "removeAllNotificationTriggers",
    "getNotificationTrigger",
    "getAllNotificationTriggers",
    "readQueuedData",
    "any"
})
public class NotificationChannelCommand {

    protected Create create;
    protected NoParamType getName;
    protected NoParamType getAddress;
    protected NoParamType getEffectiveAddress;
    protected SetAddress setAddress;
    protected NoParamType getDataSelector;
    protected SetDataSelector setDataSelector;
    protected AddSources addSources;
    protected RemoveSources removeSources;
    protected NoParamType removeAllSources;
    protected GetSource getSource;
    protected NoParamType getAllSources;
    protected AddNotificationTriggers addNotificationTriggers;
    protected RemoveNotificationTriggers removeNotificationTriggers;
    protected NoParamType removeAllNotificationTriggers;
    protected GetNotificationTrigger getNotificationTrigger;
    protected NoParamType getAllNotificationTriggers;
    protected ReadQueuedData readQueuedData;
    @XmlAnyElement(lax = true)
    protected Object any;

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

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

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

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

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

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

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

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

    /**
     * Gets the value of the setAddress property.
     * 
     * @return
     *     possible object is
     *     {@link SetAddress }
     *     
     */
    public SetAddress getSetAddress() {
        return setAddress;
    }

    /**
     * Sets the value of the setAddress property.
     * 
     * @param value
     *     allowed object is
     *     {@link SetAddress }
     *     
     */
    public void setSetAddress(SetAddress value) {
        this.setAddress = value;
    }

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

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

    /**
     * Gets the value of the setDataSelector property.
     * 
     * @return
     *     possible object is
     *     {@link SetDataSelector }
     *     
     */
    public SetDataSelector getSetDataSelector() {
        return setDataSelector;
    }

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

    /**
     * Gets the value of the addSources property.
     * 
     * @return
     *     possible object is
     *     {@link AddSources }
     *     
     */
    public AddSources getAddSources() {
        return addSources;
    }

    /**
     * Sets the value of the addSources property.

⌨️ 快捷键说明

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