📄 readerdevicereply.java
字号:
/*
* 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.DataSelectorListReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.DataSelectorReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.EpcReturnType;
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.NotificationChannelListReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.NotificationChannelReturnType;
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.ReaderDeviceReply;
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.TagFieldListReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.TagFieldReturnType;
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.TimeStampReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.TriggerListReturnType;
import org.fosstrak.reader.rprm.core.msg.reply.TriggerReturnType;
import org.w3c.dom.Element;
/**
* <p>Java class for ReaderDeviceReply complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="ReaderDeviceReply">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <choice>
* <element name="getEPC" type="{urn:epcglobal:rp:xsd:1}epcReturnType"/>
* <element name="getManufacturer" type="{urn:epcglobal:rp:xsd:1}stringReturnType"/>
* <element name="getModel" type="{urn:epcglobal:rp:xsd:1}stringReturnType"/>
* <element name="getHandle" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
* <element name="setHandle" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getName" type="{urn:epcglobal:rp:xsd:1}stringReturnType"/>
* <element name="setName" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getRole" type="{urn:epcglobal:rp:xsd:1}stringReturnType"/>
* <element name="setRole" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getTimeTicks" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
* <element name="getTimeUTC" type="{urn:epcglobal:rp:xsd:1}timeStampReturnType"/>
* <element name="setTimeUTC" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getManufacturerDescription" type="{urn:epcglobal:rp:xsd:1}stringReturnType"/>
* <element name="getCurrentSource" type="{urn:epcglobal:rp:xsd:1}SourceReturnType"/>
* <element name="setCurrentSource" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getCurrentDataSelector" type="{urn:epcglobal:rp:xsd:1}DataSelectorReturnType"/>
* <element name="setCurrentDataSelector" 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="removeDataSelectors" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="removeAllDataSelectors" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getDataSelector" type="{urn:epcglobal:rp:xsd:1}DataSelectorReturnType"/>
* <element name="getAllDataSelectors" type="{urn:epcglobal:rp:xsd:1}DataSelectorListReturnType"/>
* <element name="removeNotificationChannels" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="removeAllNotificationChannels" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getNotificationChannel" type="{urn:epcglobal:rp:xsd:1}NotificationChannelReturnType"/>
* <element name="getAllNotificationChannels" type="{urn:epcglobal:rp:xsd:1}NotificationChannelListReturnType"/>
* <element name="removeTriggers" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="removeAllTriggers" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getTrigger" type="{urn:epcglobal:rp:xsd:1}TriggerReturnType"/>
* <element name="getAllTriggers" type="{urn:epcglobal:rp:xsd:1}TriggerListReturnType"/>
* <element name="removeTagSelectors" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="removeAllTagSelectors" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getTagSelector" type="{urn:epcglobal:rp:xsd:1}TagSelectorReturnType"/>
* <element name="getAllTagSelectors" type="{urn:epcglobal:rp:xsd:1}TagSelectorListReturnType"/>
* <element name="removeTagFields" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="removeAllTagFields" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getTagField" type="{urn:epcglobal:rp:xsd:1}TagFieldReturnType"/>
* <element name="getAllTagFields" type="{urn:epcglobal:rp:xsd:1}TagFieldListReturnType"/>
* <element name="resetToDefaultSettings" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="reboot" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="goodbye" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getReadPoint" type="{urn:epcglobal:rp:xsd:1}ReadPointReturnType"/>
* <element name="getAllReadPoints" type="{urn:epcglobal:rp:xsd:1}ReadPointListReturnType"/>
* <any/>
* </choice>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ReaderDeviceReply", propOrder = {
"getEPC",
"getManufacturer",
"getModel",
"getHandle",
"setHandle",
"getName",
"setName",
"getRole",
"setRole",
"getTimeTicks",
"getTimeUTC",
"setTimeUTC",
"getManufacturerDescription",
"getCurrentSource",
"setCurrentSource",
"getCurrentDataSelector",
"setCurrentDataSelector",
"removeSources",
"removeAllSources",
"getSource",
"getAllSources",
"removeDataSelectors",
"removeAllDataSelectors",
"getDataSelector",
"getAllDataSelectors",
"removeNotificationChannels",
"removeAllNotificationChannels",
"getNotificationChannel",
"getAllNotificationChannels",
"removeTriggers",
"removeAllTriggers",
"getTrigger",
"getAllTriggers",
"removeTagSelectors",
"removeAllTagSelectors",
"getTagSelector",
"getAllTagSelectors",
"removeTagFields",
"removeAllTagFields",
"getTagField",
"getAllTagFields",
"resetToDefaultSettings",
"reboot",
"goodbye",
"getReadPoint",
"getAllReadPoints",
"any"
})
public class ReaderDeviceReply {
protected EpcReturnType getEPC;
protected StringReturnType getManufacturer;
protected StringReturnType getModel;
protected IntReturnType getHandle;
protected NoParamType setHandle;
protected StringReturnType getName;
protected NoParamType setName;
protected StringReturnType getRole;
protected NoParamType setRole;
protected IntReturnType getTimeTicks;
protected TimeStampReturnType getTimeUTC;
protected NoParamType setTimeUTC;
protected StringReturnType getManufacturerDescription;
protected SourceReturnType getCurrentSource;
protected NoParamType setCurrentSource;
protected DataSelectorReturnType getCurrentDataSelector;
protected NoParamType setCurrentDataSelector;
protected NoParamType removeSources;
protected NoParamType removeAllSources;
protected SourceReturnType getSource;
protected SourceListReturnType getAllSources;
protected NoParamType removeDataSelectors;
protected NoParamType removeAllDataSelectors;
protected DataSelectorReturnType getDataSelector;
protected DataSelectorListReturnType getAllDataSelectors;
protected NoParamType removeNotificationChannels;
protected NoParamType removeAllNotificationChannels;
protected NotificationChannelReturnType getNotificationChannel;
protected NotificationChannelListReturnType getAllNotificationChannels;
protected NoParamType removeTriggers;
protected NoParamType removeAllTriggers;
protected TriggerReturnType getTrigger;
protected TriggerListReturnType getAllTriggers;
protected NoParamType removeTagSelectors;
protected NoParamType removeAllTagSelectors;
protected TagSelectorReturnType getTagSelector;
protected TagSelectorListReturnType getAllTagSelectors;
protected NoParamType removeTagFields;
protected NoParamType removeAllTagFields;
protected TagFieldReturnType getTagField;
protected TagFieldListReturnType getAllTagFields;
protected NoParamType resetToDefaultSettings;
protected NoParamType reboot;
protected NoParamType goodbye;
protected ReadPointReturnType getReadPoint;
protected ReadPointListReturnType getAllReadPoints;
@XmlAnyElement(lax = true)
protected Object any;
/**
* Gets the value of the getEPC property.
*
* @return
* possible object is
* {@link EpcReturnType }
*
*/
public EpcReturnType getGetEPC() {
return getEPC;
}
/**
* Sets the value of the getEPC property.
*
* @param value
* allowed object is
* {@link EpcReturnType }
*
*/
public void setGetEPC(EpcReturnType value) {
this.getEPC = value;
}
/**
* Gets the value of the getManufacturer property.
*
* @return
* possible object is
* {@link StringReturnType }
*
*/
public StringReturnType getGetManufacturer() {
return getManufacturer;
}
/**
* Sets the value of the getManufacturer property.
*
* @param value
* allowed object is
* {@link StringReturnType }
*
*/
public void setGetManufacturer(StringReturnType value) {
this.getManufacturer = value;
}
/**
* Gets the value of the getModel property.
*
* @return
* possible object is
* {@link StringReturnType }
*
*/
public StringReturnType getGetModel() {
return getModel;
}
/**
* Sets the value of the getModel property.
*
* @param value
* allowed object is
* {@link StringReturnType }
*
*/
public void setGetModel(StringReturnType value) {
this.getModel = value;
}
/**
* Gets the value of the getHandle property.
*
* @return
* possible object is
* {@link IntReturnType }
*
*/
public IntReturnType getGetHandle() {
return getHandle;
}
/**
* Sets the value of the getHandle property.
*
* @param value
* allowed object is
* {@link IntReturnType }
*
*/
public void setGetHandle(IntReturnType value) {
this.getHandle = value;
}
/**
* Gets the value of the setHandle property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getSetHandle() {
return setHandle;
}
/**
* Sets the value of the setHandle property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setSetHandle(NoParamType value) {
this.setHandle = 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 setName property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getSetName() {
return setName;
}
/**
* Sets the value of the setName property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setSetName(NoParamType value) {
this.setName = value;
}
/**
* Gets the value of the getRole property.
*
* @return
* possible object is
* {@link StringReturnType }
*
*/
public StringReturnType getGetRole() {
return getRole;
}
/**
* Sets the value of the getRole property.
*
* @param value
* allowed object is
* {@link StringReturnType }
*
*/
public void setGetRole(StringReturnType value) {
this.getRole = value;
}
/**
* Gets the value of the setRole property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getSetRole() {
return setRole;
}
/**
* Sets the value of the setRole property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setSetRole(NoParamType value) {
this.setRole = value;
}
/**
* Gets the value of the getTimeTicks property.
*
* @return
* possible object is
* {@link IntReturnType }
*
*/
public IntReturnType getGetTimeTicks() {
return getTimeTicks;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -