📄 sourcereply.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.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>
* <complexType name="SourceReply">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <choice>
* <element name="create" type="{urn:epcglobal:rp:xsd:1}SourceReturnType"/>
* <element name="getName" type="{urn:epcglobal:rp:xsd:1}stringReturnType"/>
* <element name="isFixed" type="{urn:epcglobal:rp:xsd:1}booleanReturnType"/>
* <element name="addReadPoints" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="removeReadPoints" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="removeAllReadPoints" 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"/>
* <element name="addReadTriggers" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="removeReadTriggers" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="removeAllReadTriggers" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getReadTrigger" type="{urn:epcglobal:rp:xsd:1}TriggerReturnType"/>
* <element name="getAllReadTriggers" type="{urn:epcglobal:rp:xsd:1}TriggerListReturnType"/>
* <element name="addTagSelectors" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <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="getGlimpsedTimeout" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
* <element name="setGlimpsedTimeout" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getObservedThreshold" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
* <element name="setObservedThreshold" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getObservedTimeout" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
* <element name="setObservedTimeout" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getLostTimeout" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
* <element name="setLostTimeout" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="rawReadIDs">
* <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>
* <element name="readIDs">
* <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>
* <element name="read">
* <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>
* <element name="writeID" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="write" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="kill" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getReadCyclesPerTrigger" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
* <element name="setReadCyclesPerTrigger" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getMaxReadDutyCycle" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
* <element name="setMaxReadDutyCycle" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getReadTimeout" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
* <element name="setReadTimeout" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getSession" type="{urn:epcglobal:rp:xsd:1}intReturnType"/>
* <element name="setSession" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <any/>
* </choice>
* </restriction>
* </complexContent>
* </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 + -