notificationchannelreply.java
来自「关于 RFID 读写器的相关内容」· Java 代码 · 共 659 行 · 第 1/2 页
JAVA
659 行
* {@link NoParamType }
*
*/
public void setAddSources(NoParamType value) {
this.addSources = value;
}
/**
* Gets the value of the removeSources property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getRemoveSources() {
return removeSources;
}
/**
* Sets the value of the removeSources property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setRemoveSources(NoParamType value) {
this.removeSources = value;
}
/**
* Gets the value of the removeAllSources property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getRemoveAllSources() {
return removeAllSources;
}
/**
* Sets the value of the removeAllSources property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setRemoveAllSources(NoParamType value) {
this.removeAllSources = value;
}
/**
* Gets the value of the getSource property.
*
* @return
* possible object is
* {@link SourceReturnType }
*
*/
public SourceReturnType getGetSource() {
return getSource;
}
/**
* Sets the value of the getSource property.
*
* @param value
* allowed object is
* {@link SourceReturnType }
*
*/
public void setGetSource(SourceReturnType value) {
this.getSource = value;
}
/**
* Gets the value of the getAllSources property.
*
* @return
* possible object is
* {@link SourceListReturnType }
*
*/
public SourceListReturnType getGetAllSources() {
return getAllSources;
}
/**
* Sets the value of the getAllSources property.
*
* @param value
* allowed object is
* {@link SourceListReturnType }
*
*/
public void setGetAllSources(SourceListReturnType value) {
this.getAllSources = value;
}
/**
* Gets the value of the addNotificationTriggers property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getAddNotificationTriggers() {
return addNotificationTriggers;
}
/**
* Sets the value of the addNotificationTriggers property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setAddNotificationTriggers(NoParamType value) {
this.addNotificationTriggers = value;
}
/**
* Gets the value of the removeNotificationTriggers property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getRemoveNotificationTriggers() {
return removeNotificationTriggers;
}
/**
* Sets the value of the removeNotificationTriggers property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setRemoveNotificationTriggers(NoParamType value) {
this.removeNotificationTriggers = value;
}
/**
* Gets the value of the removeAllNotificationTriggers property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getRemoveAllNotificationTriggers() {
return removeAllNotificationTriggers;
}
/**
* Sets the value of the removeAllNotificationTriggers property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setRemoveAllNotificationTriggers(NoParamType value) {
this.removeAllNotificationTriggers = value;
}
/**
* Gets the value of the getNotificationTrigger property.
*
* @return
* possible object is
* {@link TriggerReturnType }
*
*/
public TriggerReturnType getGetNotificationTrigger() {
return getNotificationTrigger;
}
/**
* Sets the value of the getNotificationTrigger property.
*
* @param value
* allowed object is
* {@link TriggerReturnType }
*
*/
public void setGetNotificationTrigger(TriggerReturnType value) {
this.getNotificationTrigger = value;
}
/**
* Gets the value of the getAllNotificationTriggers property.
*
* @return
* possible object is
* {@link TriggerListReturnType }
*
*/
public TriggerListReturnType getGetAllNotificationTriggers() {
return getAllNotificationTriggers;
}
/**
* Sets the value of the getAllNotificationTriggers property.
*
* @param value
* allowed object is
* {@link TriggerListReturnType }
*
*/
public void setGetAllNotificationTriggers(TriggerListReturnType value) {
this.getAllNotificationTriggers = value;
}
/**
* Gets the value of the readQueuedData property.
*
* @return
* possible object is
* {@link ReadQueuedData }
*
*/
public ReadQueuedData getReadQueuedData() {
return readQueuedData;
}
/**
* Sets the value of the readQueuedData property.
*
* @param value
* allowed object is
* {@link ReadQueuedData }
*
*/
public void setReadQueuedData(ReadQueuedData value) {
this.readQueuedData = value;
}
/**
* Gets the value of the any property.
*
* @return
* possible object is
* {@link Element }
* {@link Object }
*
*/
public Object getAny() {
return any;
}
/**
* Sets the value of the any property.
*
* @param value
* allowed object is
* {@link Element }
* {@link Object }
*
*/
public void setAny(Object value) {
this.any = value;
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <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>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"returnValue"
})
public static class ReadQueuedData {
protected ReadReportType returnValue;
/**
* Gets the value of the returnValue property.
*
* @return
* possible object is
* {@link ReadReportType }
*
*/
public ReadReportType getReturnValue() {
return returnValue;
}
/**
* Sets the value of the returnValue property.
*
* @param value
* allowed object is
* {@link ReadReportType }
*
*/
public void setReturnValue(ReadReportType value) {
this.returnValue = value;
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?