|
package com.chinaztt.mes.common.wechat.servicemessagecustom;
|
|
import javax.xml.bind.annotation.*;
|
|
|
/**
|
* <p>anonymous complex type的 Java 类。
|
*
|
* <p>以下模式片段指定包含在此类中的预期内容。
|
*
|
* <pre>
|
* <complexType>
|
* <complexContent>
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
* <sequence>
|
* <element name="in0" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
* <element name="in1" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
* <element name="in2" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
* <element name="in3" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
|
* <element name="in4" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
|
* <element name="in5" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
|
* <element name="in6" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
|
* <element name="in7" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
|
* <element name="in8" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
* <element name="in9" type="{http://localhost/services/ServiceMessageCustom}ArrayOfString"/>
|
* <element name="in10" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
* <element name="in11" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
* <element name="in12" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
* <element name="in13" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
* <element name="in14" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
* <element name="in15" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
* </sequence>
|
* </restriction>
|
* </complexContent>
|
* </complexType>
|
* </pre>
|
*
|
*
|
*/
|
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlType(name = "", propOrder = {
|
"in0",
|
"in1",
|
"in2",
|
"in3",
|
"in4",
|
"in5",
|
"in6",
|
"in7",
|
"in8",
|
"in9",
|
"in10",
|
"in11",
|
"in12",
|
"in13",
|
"in14",
|
"in15"
|
})
|
@XmlRootElement(name = "sendCustomMessage_Login")
|
public class SendCustomMessageLogin {
|
|
@XmlElement(required = true, nillable = true)
|
protected String in0;
|
@XmlElement(required = true, nillable = true)
|
protected String in1;
|
@XmlElement(required = true, nillable = true)
|
protected String in2;
|
protected boolean in3;
|
protected boolean in4;
|
protected boolean in5;
|
protected boolean in6;
|
protected boolean in7;
|
@XmlElement(required = true, nillable = true)
|
protected String in8;
|
@XmlElement(required = true, nillable = true)
|
protected ArrayOfString in9;
|
@XmlElement(required = true, nillable = true)
|
protected String in10;
|
@XmlElement(required = true, nillable = true)
|
protected String in11;
|
@XmlElement(required = true, nillable = true)
|
protected String in12;
|
@XmlElement(required = true, nillable = true)
|
protected String in13;
|
@XmlElement(required = true, nillable = true)
|
protected String in14;
|
@XmlElement(required = true, nillable = true)
|
protected String in15;
|
|
/**
|
* 获取in0属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getIn0() {
|
return in0;
|
}
|
|
/**
|
* 设置in0属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setIn0(String value) {
|
this.in0 = value;
|
}
|
|
/**
|
* 获取in1属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getIn1() {
|
return in1;
|
}
|
|
/**
|
* 设置in1属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setIn1(String value) {
|
this.in1 = value;
|
}
|
|
/**
|
* 获取in2属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getIn2() {
|
return in2;
|
}
|
|
/**
|
* 设置in2属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setIn2(String value) {
|
this.in2 = value;
|
}
|
|
/**
|
* 获取in3属性的值。
|
*
|
*/
|
public boolean isIn3() {
|
return in3;
|
}
|
|
/**
|
* 设置in3属性的值。
|
*
|
*/
|
public void setIn3(boolean value) {
|
this.in3 = value;
|
}
|
|
/**
|
* 获取in4属性的值。
|
*
|
*/
|
public boolean isIn4() {
|
return in4;
|
}
|
|
/**
|
* 设置in4属性的值。
|
*
|
*/
|
public void setIn4(boolean value) {
|
this.in4 = value;
|
}
|
|
/**
|
* 获取in5属性的值。
|
*
|
*/
|
public boolean isIn5() {
|
return in5;
|
}
|
|
/**
|
* 设置in5属性的值。
|
*
|
*/
|
public void setIn5(boolean value) {
|
this.in5 = value;
|
}
|
|
/**
|
* 获取in6属性的值。
|
*
|
*/
|
public boolean isIn6() {
|
return in6;
|
}
|
|
/**
|
* 设置in6属性的值。
|
*
|
*/
|
public void setIn6(boolean value) {
|
this.in6 = value;
|
}
|
|
/**
|
* 获取in7属性的值。
|
*
|
*/
|
public boolean isIn7() {
|
return in7;
|
}
|
|
/**
|
* 设置in7属性的值。
|
*
|
*/
|
public void setIn7(boolean value) {
|
this.in7 = value;
|
}
|
|
/**
|
* 获取in8属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getIn8() {
|
return in8;
|
}
|
|
/**
|
* 设置in8属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setIn8(String value) {
|
this.in8 = value;
|
}
|
|
/**
|
* 获取in9属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link ArrayOfString }
|
*
|
*/
|
public ArrayOfString getIn9() {
|
return in9;
|
}
|
|
/**
|
* 设置in9属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link ArrayOfString }
|
*
|
*/
|
public void setIn9(ArrayOfString value) {
|
this.in9 = value;
|
}
|
|
/**
|
* 获取in10属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getIn10() {
|
return in10;
|
}
|
|
/**
|
* 设置in10属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setIn10(String value) {
|
this.in10 = value;
|
}
|
|
/**
|
* 获取in11属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getIn11() {
|
return in11;
|
}
|
|
/**
|
* 设置in11属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setIn11(String value) {
|
this.in11 = value;
|
}
|
|
/**
|
* 获取in12属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getIn12() {
|
return in12;
|
}
|
|
/**
|
* 设置in12属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setIn12(String value) {
|
this.in12 = value;
|
}
|
|
/**
|
* 获取in13属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getIn13() {
|
return in13;
|
}
|
|
/**
|
* 设置in13属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setIn13(String value) {
|
this.in13 = value;
|
}
|
|
/**
|
* 获取in14属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getIn14() {
|
return in14;
|
}
|
|
/**
|
* 设置in14属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setIn14(String value) {
|
this.in14 = value;
|
}
|
|
/**
|
* 获取in15属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getIn15() {
|
return in15;
|
}
|
|
/**
|
* 设置in15属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setIn15(String value) {
|
this.in15 = value;
|
}
|
|
}
|