| | |
| | | |
| | | |
| | | /** |
| | | * <p>anonymous complex type的 Java 类。 |
| | | * |
| | | * <p>以下模式片段指定包含在此类中的预期内容。 |
| | | * |
| | | * <p>anonymous complex type的 Java 类。 |
| | | * |
| | | * <p>以下模式片段指定包含在此类中的预期内容。 |
| | | * |
| | | * <pre> |
| | | * <complexType> |
| | | * <complexContent> |
| | |
| | | * </complexContent> |
| | | * </complexType> |
| | | * </pre> |
| | | * |
| | | * |
| | | * |
| | | * |
| | | */ |
| | | @XmlAccessorType(XmlAccessType.FIELD) |
| | | @XmlType(name = "", propOrder = { |
| | |
| | | protected String sUserNumber; |
| | | |
| | | /** |
| | | * 获取sServerNumber属性的值。 |
| | | * |
| | | * 获取sServerNumber属性的值。 |
| | | * |
| | | * @return |
| | | * possible object is |
| | | * {@link String } |
| | | * |
| | | * |
| | | */ |
| | | public String getSServerNumber() { |
| | | return sServerNumber; |
| | | } |
| | | |
| | | /** |
| | | * 设置sServerNumber属性的值。 |
| | | * |
| | | * 设置sServerNumber属性的值。 |
| | | * |
| | | * @param value |
| | | * allowed object is |
| | | * {@link String } |
| | | * |
| | | * |
| | | */ |
| | | public void setSServerNumber(String value) { |
| | | this.sServerNumber = value; |
| | | } |
| | | |
| | | /** |
| | | * 获取sTemplateNumber属性的值。 |
| | | * |
| | | * 获取sTemplateNumber属性的值。 |
| | | * |
| | | * @return |
| | | * possible object is |
| | | * {@link String } |
| | | * |
| | | * |
| | | */ |
| | | public String getSTemplateNumber() { |
| | | return sTemplateNumber; |
| | | } |
| | | |
| | | /** |
| | | * 设置sTemplateNumber属性的值。 |
| | | * |
| | | * 设置sTemplateNumber属性的值。 |
| | | * |
| | | * @param value |
| | | * allowed object is |
| | | * {@link String } |
| | | * |
| | | * |
| | | */ |
| | | public void setSTemplateNumber(String value) { |
| | | this.sTemplateNumber = value; |
| | | } |
| | | |
| | | /** |
| | | * 获取sOrderNo属性的值。 |
| | | * |
| | | * 获取sOrderNo属性的值。 |
| | | * |
| | | * @return |
| | | * possible object is |
| | | * {@link String } |
| | | * |
| | | * |
| | | */ |
| | | public String getSOrderNo() { |
| | | return sOrderNo; |
| | | } |
| | | |
| | | /** |
| | | * 设置sOrderNo属性的值。 |
| | | * |
| | | * 设置sOrderNo属性的值。 |
| | | * |
| | | * @param value |
| | | * allowed object is |
| | | * {@link String } |
| | | * |
| | | * |
| | | */ |
| | | public void setSOrderNo(String value) { |
| | | this.sOrderNo = value; |
| | | } |
| | | |
| | | /** |
| | | * 获取sUserNumber属性的值。 |
| | | * |
| | | * 获取sUserNumber属性的值。 |
| | | * |
| | | * @return |
| | | * possible object is |
| | | * {@link String } |
| | | * |
| | | * |
| | | */ |
| | | public String getSUserNumber() { |
| | | return sUserNumber; |
| | | } |
| | | |
| | | /** |
| | | * 设置sUserNumber属性的值。 |
| | | * |
| | | * 设置sUserNumber属性的值。 |
| | | * |
| | | * @param value |
| | | * allowed object is |
| | | * {@link String } |
| | | * |
| | | * |
| | | */ |
| | | public void setSUserNumber(String value) { |
| | | this.sUserNumber = value; |