📄 sourcecommand.java
字号:
* allowed object is
* {@link NoParamType }
*
*/
public void setGetReadTimeout(NoParamType value) {
this.getReadTimeout = value;
}
/**
* Gets the value of the setReadTimeout property.
*
* @return
* possible object is
* {@link SetReadTimeout }
*
*/
public SetReadTimeout getSetReadTimeout() {
return setReadTimeout;
}
/**
* Sets the value of the setReadTimeout property.
*
* @param value
* allowed object is
* {@link SetReadTimeout }
*
*/
public void setSetReadTimeout(SetReadTimeout value) {
this.setReadTimeout = value;
}
/**
* Gets the value of the getSession property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getGetSession() {
return getSession;
}
/**
* Sets the value of the getSession property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGetSession(NoParamType value) {
this.getSession = value;
}
/**
* Gets the value of the setSession property.
*
* @return
* possible object is
* {@link SetSession }
*
*/
public SetSession getSetSession() {
return setSession;
}
/**
* Sets the value of the setSession property.
*
* @param value
* allowed object is
* {@link SetSession }
*
*/
public void setSetSession(SetSession value) {
this.setSession = 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="readPoints" type="{urn:epcglobal:rp:xsd:1}ReadPointListParamType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"readPoints"
})
public static class AddReadPoints {
protected ReadPointListParamType readPoints;
/**
* Gets the value of the readPoints property.
*
* @return
* possible object is
* {@link ReadPointListParamType }
*
*/
public ReadPointListParamType getReadPoints() {
return readPoints;
}
/**
* Sets the value of the readPoints property.
*
* @param value
* allowed object is
* {@link ReadPointListParamType }
*
*/
public void setReadPoints(ReadPointListParamType value) {
this.readPoints = 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 AddReadTriggers {
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="selectors" type="{urn:epcglobal:rp:xsd:1}TagSelectorListParamType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"selectors"
})
public static class AddTagSelectors {
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="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"name"
})
public static class Create {
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 GetReadTrigger {
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>
*
*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -