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.SerializableJava 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 CntAddresscntAddressprotected CntOnLineRescntOnLineResprotected java.lang.StringfaxNumprotected java.lang.StringvoiceNum
 - 
构造器概要构造器 构造器和说明 RpCntInfo()
 - 
方法概要方法 限定符和类型 方法和说明 CntAddressgetCntAddress()Gets the value of the cntAddress property.CntOnLineResgetCntOnLineRes()Gets the value of the cntOnLineRes property.java.lang.StringgetFaxNum()Gets the value of the faxNum property.java.lang.StringgetVoiceNum()Gets the value of the voiceNum property.voidsetCntAddress(CntAddress value)Sets the value of the cntAddress property.voidsetCntOnLineRes(CntOnLineRes value)Sets the value of the cntOnLineRes property.voidsetFaxNum(java.lang.String value)Sets the value of the faxNum property.voidsetVoiceNum(java.lang.String value)Sets the value of the voiceNum property.
 
- 
- 
- 
字段详细资料- 
cntAddressprotected CntAddress cntAddress 
 - 
cntOnLineResprotected CntOnLineRes cntOnLineRes 
 - 
voiceNumprotected java.lang.String voiceNum 
 - 
faxNumprotected java.lang.String faxNum 
 
- 
 - 
方法详细资料- 
getCntAddresspublic CntAddress getCntAddress() Gets the value of the cntAddress property.
 - 
setCntAddresspublic void setCntAddress(CntAddress value) Sets the value of the cntAddress property.- 参数:
- valueallowed- object is- CntAddress
 
 - 
getCntOnLineRespublic CntOnLineRes getCntOnLineRes() Gets the value of the cntOnLineRes property.
 - 
setCntOnLineRespublic void setCntOnLineRes(CntOnLineRes value) Sets the value of the cntOnLineRes property.- 参数:
- valueallowed- object is- CntOnLineRes
 
 - 
getVoiceNumpublic java.lang.String getVoiceNum() Gets the value of the voiceNum property.
 - 
setVoiceNumpublic void setVoiceNum(java.lang.String value) Sets the value of the voiceNum property.- 参数:
- valueallowed- object is- String
 
 - 
getFaxNumpublic java.lang.String getFaxNum() Gets the value of the faxNum property.
 - 
setFaxNumpublic void setFaxNum(java.lang.String value) Sets the value of the faxNum property.- 参数:
- valueallowed- object is- String
 
 
- 
 
-