com.supermap.services.metadata.smmd2007

类 CntAddress

  • java.lang.Object
    • com.supermap.services.metadata.smmd2007.CntAddress
  • 所有已实现的接口:
    java.io.Serializable


    public class CntAddress
    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}delPoint"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}city"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}adminArea"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}postCode"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}country"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}eMailAdd"/>
     </sequence>
     </restriction>
     </complexContent>
     </complexType>
     
    
    另请参阅:
    序列化表格
    • 字段概要

      字段 
      限定符和类型 字段和说明
      protected java.lang.String adminArea 
      protected java.lang.String city 
      protected java.lang.String country 
      protected java.lang.String delPoint 
      protected java.lang.String eMailAdd 
      protected java.lang.String postCode 
    • 构造器概要

      构造器 
      构造器和说明
      CntAddress() 
    • 方法概要

      方法 
      限定符和类型 方法和说明
      java.lang.String getAdminArea()
      Gets the value of the adminArea property.
      java.lang.String getCity()
      Gets the value of the city property.
      java.lang.String getCountry()
      Gets the value of the country property.
      java.lang.String getDelPoint()
      Gets the value of the delPoint property.
      java.lang.String getEMailAdd()
      Gets the value of the eMailAdd property.
      java.lang.String getPostCode()
      Gets the value of the postCode property.
      void setAdminArea(java.lang.String value)
      Sets the value of the adminArea property.
      void setCity(java.lang.String value)
      Sets the value of the city property.
      void setCountry(java.lang.String value)
      Sets the value of the country property.
      void setDelPoint(java.lang.String value)
      Sets the value of the delPoint property.
      void setEMailAdd(java.lang.String value)
      Sets the value of the eMailAdd property.
      void setPostCode(java.lang.String value)
      Sets the value of the postCode property.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • delPoint

        protected java.lang.String delPoint
        
      • city

        protected java.lang.String city
        
      • adminArea

        protected java.lang.String adminArea
        
      • postCode

        protected java.lang.String postCode
        
      • country

        protected java.lang.String country
        
      • eMailAdd

        protected java.lang.String eMailAdd
        
    • 构造器详细资料

      • CntAddress

        public CntAddress()
        
    • 方法详细资料

      • getDelPoint

        public java.lang.String getDelPoint()
        
        Gets the value of the delPoint property.
      • setDelPoint

        public void setDelPoint(java.lang.String value)
        
        Sets the value of the delPoint property.
        参数:
        valueallowed - object isString
      • getCity

        public java.lang.String getCity()
        
        Gets the value of the city property.
      • setCity

        public void setCity(java.lang.String value)
        
        Sets the value of the city property.
        参数:
        valueallowed - object isString
      • getAdminArea

        public java.lang.String getAdminArea()
        
        Gets the value of the adminArea property.
      • setAdminArea

        public void setAdminArea(java.lang.String value)
        
        Sets the value of the adminArea property.
        参数:
        valueallowed - object isString
      • getPostCode

        public java.lang.String getPostCode()
        
        Gets the value of the postCode property.
      • setPostCode

        public void setPostCode(java.lang.String value)
        
        Sets the value of the postCode property.
        参数:
        valueallowed - object isString
      • getCountry

        public java.lang.String getCountry()
        
        Gets the value of the country property.
      • setCountry

        public void setCountry(java.lang.String value)
        
        Sets the value of the country property.
        参数:
        valueallowed - object isString
      • getEMailAdd

        public java.lang.String getEMailAdd()
        
        Gets the value of the eMailAdd property.
      • setEMailAdd

        public void setEMailAdd(java.lang.String value)
        
        Sets the value of the eMailAdd property.
        参数:
        valueallowed - object isString