📄 readerdevicecommand.java
字号:
/**
* Gets the value of the name property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getName() {
return name;
}
/**
* Sets the value of the name property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setName(String value) {
this.name = 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"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"name"
})
public static class GetTrigger {
protected String name;
/**
* Gets the value of the name property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getName() {
return name;
}
/**
* Sets the value of the name property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setName(String value) {
this.name = 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="dataSelectors" type="{urn:epcglobal:rp:xsd:1}DataSelectorListParamType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"dataSelectors"
})
public static class RemoveDataSelectors {
protected DataSelectorListParamType dataSelectors;
/**
* Gets the value of the dataSelectors property.
*
* @return
* possible object is
* {@link DataSelectorListParamType }
*
*/
public DataSelectorListParamType getDataSelectors() {
return dataSelectors;
}
/**
* Sets the value of the dataSelectors property.
*
* @param value
* allowed object is
* {@link DataSelectorListParamType }
*
*/
public void setDataSelectors(DataSelectorListParamType value) {
this.dataSelectors = 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="channels" type="{urn:epcglobal:rp:xsd:1}NotificationChannelListParamType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"channels"
})
public static class RemoveNotificationChannels {
protected NotificationChannelListParamType channels;
/**
* Gets the value of the channels property.
*
* @return
* possible object is
* {@link NotificationChannelListParamType }
*
*/
public NotificationChannelListParamType getChannels() {
return channels;
}
/**
* Sets the value of the channels property.
*
* @param value
* allowed object is
* {@link NotificationChannelListParamType }
*
*/
public void setChannels(NotificationChannelListParamType value) {
this.channels = 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 RemoveSources {
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="fields" type="{urn:epcglobal:rp:xsd:1}TagFieldListParamType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"fields"
})
public static class RemoveTagFields {
protected TagFieldListParamType fields;
/**
* Gets the value of the fields property.
*
* @return
* possible object is
* {@link TagFieldListParamType }
*
*/
public TagFieldListParamType getFields() {
return fields;
}
/**
* Sets the value of the fields property.
*
* @param value
* allowed object is
* {@link TagFieldListParamType }
*
*/
public void setFields(TagFieldListParamType value) {
this.fields = 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="selectors" type="{urn:epcglobal:rp:xsd:1}TagSelectorListParamType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"selectors"
})
public static class RemoveTagSelectors {
protected TagSelectorListParamType selectors;
/**
* Gets the value of the selectors property.
*
* @return
* possible object is
* {@link TagSelectorListParamType }
*
*/
public TagSelectorListParamType getSelectors() {
return selectors;
}
/**
* Sets the value of the selectors property.
*
* @param value
* allowed object is
* {@link TagSelectorListParamType }
*
*/
public void setSelectors(TagSelectorListParamType value) {
this.selectors = 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 RemoveTriggers {
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="currentDataSelector" type="{urn:epcglobal:rp:xsd:1}DataSelectorParamType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"currentDataSelector"
})
public static class SetCurrentDataSelector {
protected String currentDataSelector;
/**
* Gets the value of the currentDataSelector property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCurrentDataSelector() {
return currentDataSelector;
}
/**
* Sets the value of the currentDataSelector property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCurrentDataSelector(String value) {
this.currentDataSelector = value;
}
}
/**
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -