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.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>
     
    
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      RpCntInfo() 
    • Method Summary

      Methods 
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • voiceNum

        protected java.lang.String voiceNum
        
      • faxNum

        protected java.lang.String faxNum
        
    • Constructor Detail

      • RpCntInfo

        public RpCntInfo()
        
    • 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