@Generated(value="org.jsonschema2pojo") public class AddressParent extends Object
Constructor and Description |
---|
AddressParent() |
@BeanProperty(value="post-office-box") public String getPostOfficeBox()
@BeanProperty(value="post-office-box") public void setPostOfficeBox(String postOfficeBox)
postOfficeBox
- The post-office-boxpublic AddressParent withPostOfficeBox(String postOfficeBox)
@BeanProperty(value="extended-address") public String getExtendedAddress()
@BeanProperty(value="extended-address") public void setExtendedAddress(String extendedAddress)
extendedAddress
- The extended-addresspublic AddressParent withExtendedAddress(String extendedAddress)
@BeanProperty(value="street-address") public String getStreetAddress()
@BeanProperty(value="street-address") public void setStreetAddress(String streetAddress)
streetAddress
- The street-addresspublic AddressParent withStreetAddress(String streetAddress)
@BeanProperty(value="locality") public String getLocality()
@BeanProperty(value="locality") public void setLocality(String locality)
locality
- The localitypublic AddressParent withLocality(String locality)
@BeanProperty(value="region") public String getRegion()
@BeanProperty(value="region") public void setRegion(String region)
region
- The regionpublic AddressParent withRegion(String region)
@BeanProperty(value="postal-code") public String getPostalCode()
@BeanProperty(value="postal-code") public void setPostalCode(String postalCode)
postalCode
- The postal-codepublic AddressParent withPostalCode(String postalCode)
@BeanProperty(value="country-name") public String getCountryName()
@BeanProperty(value="country-name") public void setCountryName(String countryName)
countryName
- The country-namepublic AddressParent withCountryName(String countryName)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public AddressParent withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.