com.supermap.services.metadata.smmd2007
类 RpCntInfo
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.RpCntInfo
-
- 所有已实现的接口:
- java.io.Serializable
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>
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 限定符和类型 字段和说明 protected CntAddress
cntAddress
protected CntOnLineRes
cntOnLineRes
protected java.lang.String
faxNum
protected java.lang.String
voiceNum
-
构造器概要
构造器 构造器和说明 RpCntInfo()
-
方法概要
方法 限定符和类型 方法和说明 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.
-
-
-
字段详细资料
-
cntAddress
protected CntAddress cntAddress
-
cntOnLineRes
protected CntOnLineRes cntOnLineRes
-
voiceNum
protected java.lang.String voiceNum
-
faxNum
protected java.lang.String faxNum
-
-
方法详细资料
-
getCntAddress
public CntAddress getCntAddress()
Gets the value of the cntAddress property.
-
setCntAddress
public void setCntAddress(CntAddress value)
Sets the value of the cntAddress property.- 参数:
valueallowed
- object isCntAddress
-
getCntOnLineRes
public CntOnLineRes getCntOnLineRes()
Gets the value of the cntOnLineRes property.
-
setCntOnLineRes
public void setCntOnLineRes(CntOnLineRes value)
Sets the value of the cntOnLineRes property.- 参数:
valueallowed
- object isCntOnLineRes
-
getVoiceNum
public java.lang.String getVoiceNum()
Gets the value of the voiceNum property.
-
setVoiceNum
public void setVoiceNum(java.lang.String value)
Sets the value of the voiceNum property.- 参数:
valueallowed
- object isString
-
getFaxNum
public java.lang.String getFaxNum()
Gets the value of the faxNum property.
-
setFaxNum
public void setFaxNum(java.lang.String value)
Sets the value of the faxNum property.- 参数:
valueallowed
- object isString
-
-