Class Address


  • public class Address
    extends Object
    • Constructor Detail

      • Address

        public Address()
    • Method Detail

      • getStreet

        public String getStreet()
      • setStreet

        public void setStreet​(String street)
      • getCity

        public String getCity()
      • setCity

        public void setCity​(String city)
      • getState

        public String getState()
      • setState

        public void setState​(String state)
      • getZip

        public String getZip()
      • setZip

        public void setZip​(String zip)
      • getCountry

        public String getCountry()
      • setCountry

        public void setCountry​(String country)
      • getCountryCode

        public String getCountryCode()
      • setCountryCode

        public void setCountryCode​(String countryCode)
      • getType

        public String getType()
      • setType

        public void setType​(String type)