public static class ServiceModel.Address extends Object
| Modifier and Type | Field and Description |
|---|---|
ServiceModel.AddressType |
AddressType |
String |
CityName |
String |
CountryCode |
String |
CountyCode |
String |
PostalCode |
String |
StateProvinceCode |
String |
StreetName |
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
ServiceModel.AddressType |
getAddressType() |
String |
getCityName() |
String |
getCountryCode() |
String |
getCountyCode() |
String |
getPostalCode() |
String |
getStateProvinceCode() |
String |
getStreetName() |
ServiceModel.Address |
setAddressType(ServiceModel.AddressType value) |
ServiceModel.Address |
setCityName(String value) |
ServiceModel.Address |
setCountryCode(String value) |
ServiceModel.Address |
setCountyCode(String value) |
ServiceModel.Address |
setPostalCode(String value) |
ServiceModel.Address |
setStateProvinceCode(String value) |
ServiceModel.Address |
setStreetName(String value) |
public String StreetName
public String CityName
public String StateProvinceCode
public String PostalCode
public String CountryCode
public String CountyCode
public ServiceModel.AddressType AddressType
public String getStreetName()
public ServiceModel.Address setStreetName(String value)
public String getCityName()
public ServiceModel.Address setCityName(String value)
public String getStateProvinceCode()
public ServiceModel.Address setStateProvinceCode(String value)
public String getPostalCode()
public ServiceModel.Address setPostalCode(String value)
public String getCountryCode()
public ServiceModel.Address setCountryCode(String value)
public String getCountyCode()
public ServiceModel.Address setCountyCode(String value)
public ServiceModel.AddressType getAddressType()
public ServiceModel.Address setAddressType(ServiceModel.AddressType value)
Copyright © 2022. All rights reserved.