📄 readerdevicecommand.java
字号:
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGetManufacturer(NoParamType value) {
this.getManufacturer = value;
}
/**
* Gets the value of the getModel property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getGetModel() {
return getModel;
}
/**
* Sets the value of the getModel property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGetModel(NoParamType value) {
this.getModel = value;
}
/**
* Gets the value of the getHandle property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getGetHandle() {
return getHandle;
}
/**
* Sets the value of the getHandle property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGetHandle(NoParamType value) {
this.getHandle = value;
}
/**
* Gets the value of the setHandle property.
*
* @return
* possible object is
* {@link SetHandle }
*
*/
public SetHandle getSetHandle() {
return setHandle;
}
/**
* Sets the value of the setHandle property.
*
* @param value
* allowed object is
* {@link SetHandle }
*
*/
public void setSetHandle(SetHandle value) {
this.setHandle = 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 setName property.
*
* @return
* possible object is
* {@link SetName }
*
*/
public SetName getSetName() {
return setName;
}
/**
* Sets the value of the setName property.
*
* @param value
* allowed object is
* {@link SetName }
*
*/
public void setSetName(SetName value) {
this.setName = value;
}
/**
* Gets the value of the getRole property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getGetRole() {
return getRole;
}
/**
* Sets the value of the getRole property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGetRole(NoParamType value) {
this.getRole = value;
}
/**
* Gets the value of the setRole property.
*
* @return
* possible object is
* {@link SetRole }
*
*/
public SetRole getSetRole() {
return setRole;
}
/**
* Sets the value of the setRole property.
*
* @param value
* allowed object is
* {@link SetRole }
*
*/
public void setSetRole(SetRole value) {
this.setRole = value;
}
/**
* Gets the value of the getTimeTicks property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getGetTimeTicks() {
return getTimeTicks;
}
/**
* Sets the value of the getTimeTicks property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGetTimeTicks(NoParamType value) {
this.getTimeTicks = value;
}
/**
* Gets the value of the getTimeUTC property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getGetTimeUTC() {
return getTimeUTC;
}
/**
* Sets the value of the getTimeUTC property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGetTimeUTC(NoParamType value) {
this.getTimeUTC = value;
}
/**
* Gets the value of the setTimeUTC property.
*
* @return
* possible object is
* {@link SetTimeUTC }
*
*/
public SetTimeUTC getSetTimeUTC() {
return setTimeUTC;
}
/**
* Sets the value of the setTimeUTC property.
*
* @param value
* allowed object is
* {@link SetTimeUTC }
*
*/
public void setSetTimeUTC(SetTimeUTC value) {
this.setTimeUTC = value;
}
/**
* Gets the value of the getManufacturerDescription property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getGetManufacturerDescription() {
return getManufacturerDescription;
}
/**
* Sets the value of the getManufacturerDescription property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGetManufacturerDescription(NoParamType value) {
this.getManufacturerDescription = value;
}
/**
* Gets the value of the getCurrentSource property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getGetCurrentSource() {
return getCurrentSource;
}
/**
* Sets the value of the getCurrentSource property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGetCurrentSource(NoParamType value) {
this.getCurrentSource = value;
}
/**
* Gets the value of the setCurrentSource property.
*
* @return
* possible object is
* {@link SetCurrentSource }
*
*/
public SetCurrentSource getSetCurrentSource() {
return setCurrentSource;
}
/**
* Sets the value of the setCurrentSource property.
*
* @param value
* allowed object is
* {@link SetCurrentSource }
*
*/
public void setSetCurrentSource(SetCurrentSource value) {
this.setCurrentSource = value;
}
/**
* Gets the value of the getCurrentDataSelector property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getGetCurrentDataSelector() {
return getCurrentDataSelector;
}
/**
* Sets the value of the getCurrentDataSelector property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGetCurrentDataSelector(NoParamType value) {
this.getCurrentDataSelector = value;
}
/**
* Gets the value of the setCurrentDataSelector property.
*
* @return
* possible object is
* {@link SetCurrentDataSelector }
*
*/
public SetCurrentDataSelector getSetCurrentDataSelector() {
return setCurrentDataSelector;
}
/**
* Sets the value of the setCurrentDataSelector property.
*
* @param value
* allowed object is
* {@link SetCurrentDataSelector }
*
*/
public void setSetCurrentDataSelector(SetCurrentDataSelector value) {
this.setCurrentDataSelector = 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) {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -