com.supermap.services.metadata.smmd2007
Class RpCntInfo
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.RpCntInfo
-
- All Implemented Interfaces:
- 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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected CntAddresscntAddressprotected CntOnLineRescntOnLineResprotected java.lang.StringfaxNumprotected java.lang.StringvoiceNum
-
Constructor Summary
Constructors Constructor and Description RpCntInfo()
-
Method Summary
Methods Modifier and Type Method and Description 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.
-
-
-
Field Detail
-
cntAddress
protected CntAddress cntAddress
-
cntOnLineRes
protected CntOnLineRes cntOnLineRes
-
voiceNum
protected java.lang.String voiceNum
-
faxNum
protected java.lang.String faxNum
-
-
Method Detail
-
getCntAddress
public CntAddress getCntAddress()
Gets the value of the cntAddress property.
-
setCntAddress
public void setCntAddress(CntAddress value)
Sets the value of the cntAddress property.- Parameters:
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.- Parameters:
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.- Parameters:
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.- Parameters:
valueallowed- object isString
-
-