📄 notificationchannelcommand.java
字号:
*
* @param value
* allowed object is
* {@link AddSources }
*
*/
public void setAddSources(AddSources value) {
this.addSources = value;
}
/**
* Gets the value of the removeSources property.
*
* @return
* possible object is
* {@link RemoveSources }
*
*/
public RemoveSources getRemoveSources() {
return removeSources;
}
/**
* Sets the value of the removeSources property.
*
* @param value
* allowed object is
* {@link RemoveSources }
*
*/
public void setRemoveSources(RemoveSources 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 GetSource }
*
*/
public GetSource getGetSource() {
return getSource;
}
/**
* Sets the value of the getSource property.
*
* @param value
* allowed object is
* {@link GetSource }
*
*/
public void setGetSource(GetSource value) {
this.getSource = value;
}
/**
* Gets the value of the getAllSources property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getGetAllSources() {
return getAllSources;
}
/**
* Sets the value of the getAllSources property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGetAllSources(NoParamType value) {
this.getAllSources = value;
}
/**
* Gets the value of the addNotificationTriggers property.
*
* @return
* possible object is
* {@link AddNotificationTriggers }
*
*/
public AddNotificationTriggers getAddNotificationTriggers() {
return addNotificationTriggers;
}
/**
* Sets the value of the addNotificationTriggers property.
*
* @param value
* allowed object is
* {@link AddNotificationTriggers }
*
*/
public void setAddNotificationTriggers(AddNotificationTriggers value) {
this.addNotificationTriggers = value;
}
/**
* Gets the value of the removeNotificationTriggers property.
*
* @return
* possible object is
* {@link RemoveNotificationTriggers }
*
*/
public RemoveNotificationTriggers getRemoveNotificationTriggers() {
return removeNotificationTriggers;
}
/**
* Sets the value of the removeNotificationTriggers property.
*
* @param value
* allowed object is
* {@link RemoveNotificationTriggers }
*
*/
public void setRemoveNotificationTriggers(RemoveNotificationTriggers 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 GetNotificationTrigger }
*
*/
public GetNotificationTrigger getGetNotificationTrigger() {
return getNotificationTrigger;
}
/**
* Sets the value of the getNotificationTrigger property.
*
* @param value
* allowed object is
* {@link GetNotificationTrigger }
*
*/
public void setGetNotificationTrigger(GetNotificationTrigger value) {
this.getNotificationTrigger = value;
}
/**
* Gets the value of the getAllNotificationTriggers property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getGetAllNotificationTriggers() {
return getAllNotificationTriggers;
}
/**
* Sets the value of the getAllNotificationTriggers property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGetAllNotificationTriggers(NoParamType 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 Object }
* {@link Element }
*
*/
public Object getAny() {
return any;
}
/**
* Sets the value of the any property.
*
* @param value
* allowed object is
* {@link Object }
* {@link Element }
*
*/
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="triggers" type="{urn:epcglobal:rp:xsd:1}TriggerListParamType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"triggers"
})
public static class AddNotificationTriggers {
protected TriggerListParamType triggers;
/**
* Gets the value of the triggers property.
*
* @return
* possible object is
* {@link TriggerListParamType }
*
*/
public TriggerListParamType getTriggers() {
return triggers;
}
/**
* Sets the value of the triggers property.
*
* @param value
* allowed object is
* {@link TriggerListParamType }
*
*/
public void setTriggers(TriggerListParamType value) {
this.triggers = 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="sources" type="{urn:epcglobal:rp:xsd:1}SourceListParamType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"sources"
})
public static class AddSources {
protected SourceListParamType sources;
/**
* Gets the value of the sources property.
*
* @return
* possible object is
* {@link SourceListParamType }
*
*/
public SourceListParamType getSources() {
return sources;
}
/**
* Sets the value of the sources property.
*
* @param value
* allowed object is
* {@link SourceListParamType }
*
*/
public void setSources(SourceListParamType value) {
this.sources = 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="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="address" type="{urn:epcglobal:rp:xsd:1}AddressParamType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"name",
"address"
})
public static class Create {
protected String name;
protected String address;
/**
* Gets the value of the name property.
*
* @return
* possible object is
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -