com.supermap.services.metadata.smmd2007

Class CntAddress

  • java.lang.Object
    • com.supermap.services.metadata.smmd2007.CntAddress
  • All Implemented Interfaces:
    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>
     
    
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      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 
    • Constructor Summary

      Constructors 
      Constructor and Description
      CntAddress() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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.
      • Methods inherited from class java.lang.Object

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

      • 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
        
    • Constructor Detail

      • CntAddress

        public CntAddress()
        
    • Method Detail

      • 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.
        Parameters:
        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.
        Parameters:
        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.
        Parameters:
        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.
        Parameters:
        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.
        Parameters:
        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.
        Parameters:
        valueallowed - object isString