📄 sourcecommand.java
字号:
protected SetLostTimeout setLostTimeout;
protected RawReadIDs rawReadIDs;
protected ReadIDs readIDs;
protected Read read;
protected WriteID writeID;
protected Write write;
protected Kill kill;
protected NoParamType getReadCyclesPerTrigger;
protected SetReadCyclesPerTrigger setReadCyclesPerTrigger;
protected NoParamType getMaxReadDutyCycle;
protected SetMaxReadDutyCycle setMaxReadDutyCycle;
protected NoParamType getReadTimeout;
protected SetReadTimeout setReadTimeout;
protected NoParamType getSession;
protected SetSession setSession;
@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 isFixed property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getIsFixed() {
return isFixed;
}
/**
* Sets the value of the isFixed property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setIsFixed(NoParamType value) {
this.isFixed = value;
}
/**
* Gets the value of the addReadPoints property.
*
* @return
* possible object is
* {@link AddReadPoints }
*
*/
public AddReadPoints getAddReadPoints() {
return addReadPoints;
}
/**
* Sets the value of the addReadPoints property.
*
* @param value
* allowed object is
* {@link AddReadPoints }
*
*/
public void setAddReadPoints(AddReadPoints value) {
this.addReadPoints = value;
}
/**
* Gets the value of the removeReadPoints property.
*
* @return
* possible object is
* {@link RemoveReadPoints }
*
*/
public RemoveReadPoints getRemoveReadPoints() {
return removeReadPoints;
}
/**
* Sets the value of the removeReadPoints property.
*
* @param value
* allowed object is
* {@link RemoveReadPoints }
*
*/
public void setRemoveReadPoints(RemoveReadPoints value) {
this.removeReadPoints = value;
}
/**
* Gets the value of the removeAllReadPoints property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getRemoveAllReadPoints() {
return removeAllReadPoints;
}
/**
* Sets the value of the removeAllReadPoints property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setRemoveAllReadPoints(NoParamType value) {
this.removeAllReadPoints = value;
}
/**
* Gets the value of the getReadPoint property.
*
* @return
* possible object is
* {@link GetReadPoint }
*
*/
public GetReadPoint getGetReadPoint() {
return getReadPoint;
}
/**
* Sets the value of the getReadPoint property.
*
* @param value
* allowed object is
* {@link GetReadPoint }
*
*/
public void setGetReadPoint(GetReadPoint value) {
this.getReadPoint = value;
}
/**
* Gets the value of the getAllReadPoints property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getGetAllReadPoints() {
return getAllReadPoints;
}
/**
* Sets the value of the getAllReadPoints property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGetAllReadPoints(NoParamType value) {
this.getAllReadPoints = value;
}
/**
* Gets the value of the addReadTriggers property.
*
* @return
* possible object is
* {@link AddReadTriggers }
*
*/
public AddReadTriggers getAddReadTriggers() {
return addReadTriggers;
}
/**
* Sets the value of the addReadTriggers property.
*
* @param value
* allowed object is
* {@link AddReadTriggers }
*
*/
public void setAddReadTriggers(AddReadTriggers value) {
this.addReadTriggers = value;
}
/**
* Gets the value of the removeReadTriggers property.
*
* @return
* possible object is
* {@link RemoveReadTriggers }
*
*/
public RemoveReadTriggers getRemoveReadTriggers() {
return removeReadTriggers;
}
/**
* Sets the value of the removeReadTriggers property.
*
* @param value
* allowed object is
* {@link RemoveReadTriggers }
*
*/
public void setRemoveReadTriggers(RemoveReadTriggers value) {
this.removeReadTriggers = value;
}
/**
* Gets the value of the removeAllReadTriggers property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getRemoveAllReadTriggers() {
return removeAllReadTriggers;
}
/**
* Sets the value of the removeAllReadTriggers property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setRemoveAllReadTriggers(NoParamType value) {
this.removeAllReadTriggers = value;
}
/**
* Gets the value of the getReadTrigger property.
*
* @return
* possible object is
* {@link GetReadTrigger }
*
*/
public GetReadTrigger getGetReadTrigger() {
return getReadTrigger;
}
/**
* Sets the value of the getReadTrigger property.
*
* @param value
* allowed object is
* {@link GetReadTrigger }
*
*/
public void setGetReadTrigger(GetReadTrigger value) {
this.getReadTrigger = value;
}
/**
* Gets the value of the getAllReadTriggers property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getGetAllReadTriggers() {
return getAllReadTriggers;
}
/**
* Sets the value of the getAllReadTriggers property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGetAllReadTriggers(NoParamType value) {
this.getAllReadTriggers = value;
}
/**
* Gets the value of the addTagSelectors property.
*
* @return
* possible object is
* {@link AddTagSelectors }
*
*/
public AddTagSelectors getAddTagSelectors() {
return addTagSelectors;
}
/**
* Sets the value of the addTagSelectors property.
*
* @param value
* allowed object is
* {@link AddTagSelectors }
*
*/
public void setAddTagSelectors(AddTagSelectors value) {
this.addTagSelectors = value;
}
/**
* Gets the value of the removeTagSelectors property.
*
* @return
* possible object is
* {@link RemoveTagSelectors }
*
*/
public RemoveTagSelectors getRemoveTagSelectors() {
return removeTagSelectors;
}
/**
* Sets the value of the removeTagSelectors property.
*
* @param value
* allowed object is
* {@link RemoveTagSelectors }
*
*/
public void setRemoveTagSelectors(RemoveTagSelectors value) {
this.removeTagSelectors = value;
}
/**
* Gets the value of the removeAllTagSelectors property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getRemoveAllTagSelectors() {
return removeAllTagSelectors;
}
/**
* Sets the value of the removeAllTagSelectors property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setRemoveAllTagSelectors(NoParamType value) {
this.removeAllTagSelectors = value;
}
/**
* Gets the value of the getTagSelector property.
*
* @return
* possible object is
* {@link GetTagSelector }
*
*/
public GetTagSelector getGetTagSelector() {
return getTagSelector;
}
/**
* Sets the value of the getTagSelector property.
*
* @param value
* allowed object is
* {@link GetTagSelector }
*
*/
public void setGetTagSelector(GetTagSelector value) {
this.getTagSelector = value;
}
/**
* Gets the value of the getAllTagSelectors property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getGetAllTagSelectors() {
return getAllTagSelectors;
}
/**
* Sets the value of the getAllTagSelectors property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGetAllTagSelectors(NoParamType value) {
this.getAllTagSelectors = value;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -