📄 notificationchannelcommand.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: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>
* <complexType name="NotificationChannelCommand">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <choice>
* <element name="create">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="address" type="{urn:epcglobal:rp:xsd:1}AddressParamType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="getName" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getAddress" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getEffectiveAddress" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="setAddress">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="address" type="{urn:epcglobal:rp:xsd:1}AddressParamType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="getDataSelector" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="setDataSelector">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="dataSelector" type="{urn:epcglobal:rp:xsd:1}DataSelectorParamType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="addSources">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="sources" type="{urn:epcglobal:rp:xsd:1}SourceListParamType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="removeSources">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="sources" type="{urn:epcglobal:rp:xsd:1}SourceListParamType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="removeAllSources" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getSource">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="getAllSources" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="addNotificationTriggers">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="triggers" type="{urn:epcglobal:rp:xsd:1}TriggerListParamType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="removeNotificationTriggers">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="triggers" type="{urn:epcglobal:rp:xsd:1}TriggerListParamType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="removeAllNotificationTriggers" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="getNotificationTrigger">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="getAllNotificationTriggers" type="{urn:epcglobal:rp:xsd:1}noParamType"/>
* <element name="readQueuedData">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="clearBuffer" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <any/>
* </choice>
* </restriction>
* </complexContent>
* </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 + -