📄 sourcereply.java
字号:
*
*/
public void setRead(Read value) {
this.read = value;
}
/**
* Gets the value of the writeID property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getWriteID() {
return writeID;
}
/**
* Sets the value of the writeID property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setWriteID(NoParamType value) {
this.writeID = value;
}
/**
* Gets the value of the write property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getWrite() {
return write;
}
/**
* Sets the value of the write property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setWrite(NoParamType value) {
this.write = value;
}
/**
* Gets the value of the kill property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getKill() {
return kill;
}
/**
* Sets the value of the kill property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setKill(NoParamType value) {
this.kill = value;
}
/**
* Gets the value of the getReadCyclesPerTrigger property.
*
* @return
* possible object is
* {@link IntReturnType }
*
*/
public IntReturnType getGetReadCyclesPerTrigger() {
return getReadCyclesPerTrigger;
}
/**
* Sets the value of the getReadCyclesPerTrigger property.
*
* @param value
* allowed object is
* {@link IntReturnType }
*
*/
public void setGetReadCyclesPerTrigger(IntReturnType value) {
this.getReadCyclesPerTrigger = value;
}
/**
* Gets the value of the setReadCyclesPerTrigger property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getSetReadCyclesPerTrigger() {
return setReadCyclesPerTrigger;
}
/**
* Sets the value of the setReadCyclesPerTrigger property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setSetReadCyclesPerTrigger(NoParamType value) {
this.setReadCyclesPerTrigger = value;
}
/**
* Gets the value of the getMaxReadDutyCycle property.
*
* @return
* possible object is
* {@link IntReturnType }
*
*/
public IntReturnType getGetMaxReadDutyCycle() {
return getMaxReadDutyCycle;
}
/**
* Sets the value of the getMaxReadDutyCycle property.
*
* @param value
* allowed object is
* {@link IntReturnType }
*
*/
public void setGetMaxReadDutyCycle(IntReturnType value) {
this.getMaxReadDutyCycle = value;
}
/**
* Gets the value of the setMaxReadDutyCycle property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getSetMaxReadDutyCycle() {
return setMaxReadDutyCycle;
}
/**
* Sets the value of the setMaxReadDutyCycle property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setSetMaxReadDutyCycle(NoParamType value) {
this.setMaxReadDutyCycle = value;
}
/**
* Gets the value of the getReadTimeout property.
*
* @return
* possible object is
* {@link IntReturnType }
*
*/
public IntReturnType getGetReadTimeout() {
return getReadTimeout;
}
/**
* Sets the value of the getReadTimeout property.
*
* @param value
* allowed object is
* {@link IntReturnType }
*
*/
public void setGetReadTimeout(IntReturnType value) {
this.getReadTimeout = value;
}
/**
* Gets the value of the setReadTimeout property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getSetReadTimeout() {
return setReadTimeout;
}
/**
* Sets the value of the setReadTimeout property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setSetReadTimeout(NoParamType value) {
this.setReadTimeout = value;
}
/**
* Gets the value of the getSession property.
*
* @return
* possible object is
* {@link IntReturnType }
*
*/
public IntReturnType getGetSession() {
return getSession;
}
/**
* Sets the value of the getSession property.
*
* @param value
* allowed object is
* {@link IntReturnType }
*
*/
public void setGetSession(IntReturnType value) {
this.getSession = value;
}
/**
* Gets the value of the setSession property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getSetSession() {
return setSession;
}
/**
* Sets the value of the setSession property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setSetSession(NoParamType value) {
this.setSession = value;
}
/**
* Gets the value of the any property.
*
* @return
* possible object is
* {@link Element }
* {@link Object }
*
*/
public Object getAny() {
return any;
}
/**
* Sets the value of the any property.
*
* @param value
* allowed object is
* {@link Element }
* {@link Object }
*
*/
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="returnValue" type="{urn:epcglobal:rp:xsd:1}ReadReportType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"returnValue"
})
public static class RawReadIDs {
protected ReadReportType returnValue;
/**
* Gets the value of the returnValue property.
*
* @return
* possible object is
* {@link ReadReportType }
*
*/
public ReadReportType getReturnValue() {
return returnValue;
}
/**
* Sets the value of the returnValue property.
*
* @param value
* allowed object is
* {@link ReadReportType }
*
*/
public void setReturnValue(ReadReportType value) {
this.returnValue = 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="returnValue" type="{urn:epcglobal:rp:xsd:1}ReadReportType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"returnValue"
})
public static class Read {
protected ReadReportType returnValue;
/**
* Gets the value of the returnValue property.
*
* @return
* possible object is
* {@link ReadReportType }
*
*/
public ReadReportType getReturnValue() {
return returnValue;
}
/**
* Sets the value of the returnValue property.
*
* @param value
* allowed object is
* {@link ReadReportType }
*
*/
public void setReturnValue(ReadReportType value) {
this.returnValue = 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="returnValue" type="{urn:epcglobal:rp:xsd:1}ReadReportType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"returnValue"
})
public static class ReadIDs {
protected ReadReportType returnValue;
/**
* Gets the value of the returnValue property.
*
* @return
* possible object is
* {@link ReadReportType }
*
*/
public ReadReportType getReturnValue() {
return returnValue;
}
/**
* Sets the value of the returnValue property.
*
* @param value
* allowed object is
* {@link ReadReportType }
*
*/
public void setReturnValue(ReadReportType value) {
this.returnValue = value;
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -