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>
 
| 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 and Description | 
|---|
| CntAddress() | 
| 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. | 
protected java.lang.String delPoint
protected java.lang.String city
protected java.lang.String adminArea
protected java.lang.String postCode
protected java.lang.String country
protected java.lang.String eMailAdd
public java.lang.String getDelPoint()
public void setDelPoint(java.lang.String value)
valueallowed - object isStringpublic java.lang.String getCity()
public void setCity(java.lang.String value)
valueallowed - object isStringpublic java.lang.String getAdminArea()
public void setAdminArea(java.lang.String value)
valueallowed - object isStringpublic java.lang.String getPostCode()
public void setPostCode(java.lang.String value)
valueallowed - object isStringpublic java.lang.String getCountry()
public void setCountry(java.lang.String value)
valueallowed - object isStringpublic java.lang.String getEMailAdd()
public void setEMailAdd(java.lang.String value)
valueallowed - object isString