public class RpCntInfo
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType>
 <complexContent>
 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 <sequence>
 <element ref="{http://data.sbsm.gov.cn/smmd/2007}cntAddress"/>
 <element ref="{http://data.sbsm.gov.cn/smmd/2007}cntOnLineRes"/>
 <element ref="{http://data.sbsm.gov.cn/smmd/2007}voiceNum"/>
 <element ref="{http://data.sbsm.gov.cn/smmd/2007}faxNum"/>
 </sequence>
 </restriction>
 </complexContent>
 </complexType>
 
| Modifier and Type | Field and Description | 
|---|---|
| protected CntAddress | cntAddress | 
| protected CntOnLineRes | cntOnLineRes | 
| protected java.lang.String | faxNum | 
| protected java.lang.String | voiceNum | 
| Constructor and Description | 
|---|
| RpCntInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| CntAddress | getCntAddress()Gets the value of the cntAddress property. | 
| CntOnLineRes | getCntOnLineRes()Gets the value of the cntOnLineRes property. | 
| java.lang.String | getFaxNum()Gets the value of the faxNum property. | 
| java.lang.String | getVoiceNum()Gets the value of the voiceNum property. | 
| void | setCntAddress(CntAddress value)Sets the value of the cntAddress property. | 
| void | setCntOnLineRes(CntOnLineRes value)Sets the value of the cntOnLineRes property. | 
| void | setFaxNum(java.lang.String value)Sets the value of the faxNum property. | 
| void | setVoiceNum(java.lang.String value)Sets the value of the voiceNum property. | 
protected CntAddress cntAddress
protected CntOnLineRes cntOnLineRes
protected java.lang.String voiceNum
protected java.lang.String faxNum
public CntAddress getCntAddress()
public void setCntAddress(CntAddress value)
valueallowed - object isCntAddresspublic CntOnLineRes getCntOnLineRes()
public void setCntOnLineRes(CntOnLineRes value)
valueallowed - object isCntOnLineRespublic java.lang.String getVoiceNum()
public void setVoiceNum(java.lang.String value)
valueallowed - object isStringpublic java.lang.String getFaxNum()
public void setFaxNum(java.lang.String value)
valueallowed - object isString