notificationchannelreply.java
来自「关于 RFID 读写器的相关内容」· Java 代码 · 共 659 行 · 第 1/2 页
JAVA
659 行
/*
* 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.AddressReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.DataSelectorReturnType;
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.NotificationChannelReply;
import org.fosstrak.reader.rprm.core.msg.reply.NotificationChannelReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.ReadReportType;
import org.fosstrak.reader.rprm.core.msg.reply.SourceListReturnType;
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.TriggerListReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.TriggerReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.NotificationChannelReply.ReadQueuedData;
import org.w3c.dom.Element;
/**
* Notification channel object replies
*
* <p>Java class for NotificationChannelReply complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="NotificationChannelReply">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <choice>
* <element name="create" type="{urn:epcglobal:rp:xsd:1}NotificationChannelReturnType"/>
* <element name="getName" type="{urn:epcglobal:rp:xsd:1}stringReturnType"/>
* <element name="getAddress" type="{urn:epcglobal:rp:xsd:1}AddressReturnType"/>
* <element name="getEffectiveAddress" type="{urn:epcglobal:rp:xsd:1}AddressReturnType"/>
* <element name="setAddress" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
* <element name="getDataSelector" type="{urn:epcglobal:rp:xsd:1}DataSelectorReturnType"/>
* <element name="setDataSelector" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="addSources" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="removeSources" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="removeAllSources" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getSource" type="{urn:epcglobal:rp:xsd:1}SourceReturnType"/>
* <element name="getAllSources" type="{urn:epcglobal:rp:xsd:1}SourceListReturnType"/>
* <element name="addNotificationTriggers" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="removeNotificationTriggers" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="removeAllNotificationTriggers" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getNotificationTrigger" type="{urn:epcglobal:rp:xsd:1}TriggerReturnType"/>
* <element name="getAllNotificationTriggers" type="{urn:epcglobal:rp:xsd:1}TriggerListReturnType"/>
* <element name="readQueuedData">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="returnValue" type="{urn:epcglobal:rp:xsd:1}ReadReportType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <any/>
* </choice>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "NotificationChannelReply", propOrder = {
"create",
"getName",
"getAddress",
"getEffectiveAddress",
"setAddress",
"getDataSelector",
"setDataSelector",
"addSources",
"removeSources",
"removeAllSources",
"getSource",
"getAllSources",
"addNotificationTriggers",
"removeNotificationTriggers",
"removeAllNotificationTriggers",
"getNotificationTrigger",
"getAllNotificationTriggers",
"readQueuedData",
"any"
})
public class NotificationChannelReply {
protected NotificationChannelReturnType create;
protected StringReturnType getName;
protected AddressReturnType getAddress;
protected AddressReturnType getEffectiveAddress;
protected IntReturnType setAddress;
protected DataSelectorReturnType getDataSelector;
protected NoParamType setDataSelector;
protected NoParamType addSources;
protected NoParamType removeSources;
protected NoParamType removeAllSources;
protected SourceReturnType getSource;
protected SourceListReturnType getAllSources;
protected NoParamType addNotificationTriggers;
protected NoParamType removeNotificationTriggers;
protected NoParamType removeAllNotificationTriggers;
protected TriggerReturnType getNotificationTrigger;
protected TriggerListReturnType getAllNotificationTriggers;
protected ReadQueuedData readQueuedData;
@XmlAnyElement(lax = true)
protected Object any;
/**
* Gets the value of the create property.
*
* @return
* possible object is
* {@link NotificationChannelReturnType }
*
*/
public NotificationChannelReturnType getCreate() {
return create;
}
/**
* Sets the value of the create property.
*
* @param value
* allowed object is
* {@link NotificationChannelReturnType }
*
*/
public void setCreate(NotificationChannelReturnType 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 getAddress property.
*
* @return
* possible object is
* {@link AddressReturnType }
*
*/
public AddressReturnType getGetAddress() {
return getAddress;
}
/**
* Sets the value of the getAddress property.
*
* @param value
* allowed object is
* {@link AddressReturnType }
*
*/
public void setGetAddress(AddressReturnType value) {
this.getAddress = value;
}
/**
* Gets the value of the getEffectiveAddress property.
*
* @return
* possible object is
* {@link AddressReturnType }
*
*/
public AddressReturnType getGetEffectiveAddress() {
return getEffectiveAddress;
}
/**
* Sets the value of the getEffectiveAddress property.
*
* @param value
* allowed object is
* {@link AddressReturnType }
*
*/
public void setGetEffectiveAddress(AddressReturnType value) {
this.getEffectiveAddress = value;
}
/**
* Gets the value of the setAddress property.
*
* @return
* possible object is
* {@link IntReturnType }
*
*/
public IntReturnType getSetAddress() {
return setAddress;
}
/**
* Sets the value of the setAddress property.
*
* @param value
* allowed object is
* {@link IntReturnType }
*
*/
public void setSetAddress(IntReturnType value) {
this.setAddress = value;
}
/**
* Gets the value of the getDataSelector property.
*
* @return
* possible object is
* {@link DataSelectorReturnType }
*
*/
public DataSelectorReturnType getGetDataSelector() {
return getDataSelector;
}
/**
* Sets the value of the getDataSelector property.
*
* @param value
* allowed object is
* {@link DataSelectorReturnType }
*
*/
public void setGetDataSelector(DataSelectorReturnType value) {
this.getDataSelector = value;
}
/**
* Gets the value of the setDataSelector property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getSetDataSelector() {
return setDataSelector;
}
/**
* Sets the value of the setDataSelector property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setSetDataSelector(NoParamType value) {
this.setDataSelector = value;
}
/**
* Gets the value of the addSources property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getAddSources() {
return addSources;
}
/**
* Sets the value of the addSources property.
*
* @param value
* allowed object is
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?