readerdevicecommand.java
来自「关于 RFID 读写器的相关内容」· Java 代码 · 共 2,313 行 · 第 1/5 页
JAVA
2,313 行
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getGetAllTagFields() {
return getAllTagFields;
}
/**
* Sets the value of the getAllTagFields property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGetAllTagFields(NoParamType value) {
this.getAllTagFields = value;
}
/**
* Gets the value of the resetToDefaultSettings property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getResetToDefaultSettings() {
return resetToDefaultSettings;
}
/**
* Sets the value of the resetToDefaultSettings property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setResetToDefaultSettings(NoParamType value) {
this.resetToDefaultSettings = value;
}
/**
* Gets the value of the reboot property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getReboot() {
return reboot;
}
/**
* Sets the value of the reboot property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setReboot(NoParamType value) {
this.reboot = value;
}
/**
* Gets the value of the goodbye property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getGoodbye() {
return goodbye;
}
/**
* Sets the value of the goodbye property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGoodbye(NoParamType value) {
this.goodbye = 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 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="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"name"
})
public static class GetDataSelector {
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="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"name"
})
public static class GetNotificationChannel {
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="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"name"
})
public static class GetReadPoint {
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="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"name"
})
public static class GetSource {
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="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"name"
})
public static class GetTagField {
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="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"name"
})
public static class GetTagSelector {
protected String name;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?