| Modifier and Type | Class and Description |
|---|---|
static class |
Thoroughfare.DependentThoroughfare |
static class |
Thoroughfare.ThoroughfareNumberRange |
| Modifier and Type | Field and Description |
|---|---|
protected List<AddressLine> |
addressLine |
protected List<Object> |
any |
protected DependentLocality |
dependentLocality |
protected Thoroughfare.DependentThoroughfare |
dependentThoroughfare |
protected String |
dependentThoroughfares |
protected String |
dependentThoroughfaresConnector |
protected String |
dependentThoroughfaresIndicator |
protected Firm |
firm |
protected PostalCode |
postalCode |
protected Premise |
premise |
protected ThoroughfareLeadingType |
thoroughfareLeading |
protected List<ThoroughfareName> |
thoroughfareName |
protected List<Object> |
thoroughfareNumberOrThoroughfareNumberRange |
protected List<ThoroughfareNumberPrefix> |
thoroughfareNumberPrefix |
protected List<ThoroughfareNumberSuffix> |
thoroughfareNumberSuffix |
protected ThoroughfarePostDirection |
thoroughfarePostDirection |
protected ThoroughfarePreDirection |
thoroughfarePreDirection |
protected ThoroughfareTrailingType |
thoroughfareTrailing |
protected String |
underscore |
protected String |
xalDependentThoroughfares |
| Constructor and Description |
|---|
Thoroughfare(DependentLocality dependentLocality,
Premise premise,
Firm firm,
PostalCode postalCode)
Value constructor with only mandatory fields
|
protected List<AddressLine> addressLine
protected List<Object> thoroughfareNumberOrThoroughfareNumberRange
protected List<ThoroughfareNumberPrefix> thoroughfareNumberPrefix
protected List<ThoroughfareNumberSuffix> thoroughfareNumberSuffix
protected ThoroughfarePreDirection thoroughfarePreDirection
protected ThoroughfareLeadingType thoroughfareLeading
protected List<ThoroughfareName> thoroughfareName
protected ThoroughfareTrailingType thoroughfareTrailing
protected ThoroughfarePostDirection thoroughfarePostDirection
protected Thoroughfare.DependentThoroughfare dependentThoroughfare
protected DependentLocality dependentLocality
protected Premise premise
protected Firm firm
protected PostalCode postalCode
protected String underscore
protected String xalDependentThoroughfares
protected String dependentThoroughfaresIndicator
protected String dependentThoroughfaresConnector
protected String dependentThoroughfares
public Thoroughfare(DependentLocality dependentLocality, Premise premise, Firm firm, PostalCode postalCode)
postalCode - required parameterpremise - required parameterfirm - required parameterdependentLocality - required parameterpublic List<AddressLine> getAddressLine()
public List<Object> getThoroughfareNumberOrThoroughfareNumberRange()
public List<ThoroughfareNumberPrefix> getThoroughfareNumberPrefix()
public List<ThoroughfareNumberSuffix> getThoroughfareNumberSuffix()
public ThoroughfarePreDirection getThoroughfarePreDirection()
ThoroughfarePreDirectionpublic void setThoroughfarePreDirection(ThoroughfarePreDirection value)
value - allowed object is
ThoroughfarePreDirectionpublic ThoroughfareLeadingType getThoroughfareLeading()
ThoroughfareLeadingTypepublic void setThoroughfareLeading(ThoroughfareLeadingType value)
value - allowed object is
ThoroughfareLeadingTypepublic List<ThoroughfareName> getThoroughfareName()
public ThoroughfareTrailingType getThoroughfareTrailing()
ThoroughfareTrailingTypepublic void setThoroughfareTrailing(ThoroughfareTrailingType value)
value - allowed object is
ThoroughfareTrailingTypepublic ThoroughfarePostDirection getThoroughfarePostDirection()
ThoroughfarePostDirectionpublic void setThoroughfarePostDirection(ThoroughfarePostDirection value)
value - allowed object is
ThoroughfarePostDirectionpublic Thoroughfare.DependentThoroughfare getDependentThoroughfare()
Thoroughfare.DependentThoroughfarepublic void setDependentThoroughfare(Thoroughfare.DependentThoroughfare value)
value - allowed object is
Thoroughfare.DependentThoroughfarepublic DependentLocality getDependentLocality()
DependentLocalitypublic void setDependentLocality(DependentLocality value)
value - allowed object is
DependentLocalitypublic PostalCode getPostalCode()
PostalCodepublic void setPostalCode(PostalCode value)
value - allowed object is
PostalCodepublic String getXalDependentThoroughfares()
Stringpublic void setXalDependentThoroughfares(String value)
value - allowed object is
Stringpublic String getDependentThoroughfaresIndicator()
Stringpublic void setDependentThoroughfaresIndicator(String value)
value - allowed object is
Stringpublic String getDependentThoroughfaresConnector()
Stringpublic void setDependentThoroughfaresConnector(String value)
value - allowed object is
Stringpublic String getDependentThoroughfares()
Stringpublic void setDependentThoroughfares(String value)
value - allowed object is
Stringpublic AddressLine createAndAddAddressLine()
AddressLine and adds it to addressLine.
This method is a short version for:
AddressLine addressLine = new AddressLine();
this.getAddressLine().add(addressLine); public ThoroughfareNumberPrefix createAndAddThoroughfareNumberPrefix()
ThoroughfareNumberPrefix and adds it to thoroughfareNumberPrefix.
This method is a short version for:
ThoroughfareNumberPrefix thoroughfareNumberPrefix = new ThoroughfareNumberPrefix();
this.getThoroughfareNumberPrefix().add(thoroughfareNumberPrefix); public ThoroughfareNumberSuffix createAndAddThoroughfareNumberSuffix()
ThoroughfareNumberSuffix and adds it to thoroughfareNumberSuffix.
This method is a short version for:
ThoroughfareNumberSuffix thoroughfareNumberSuffix = new ThoroughfareNumberSuffix();
this.getThoroughfareNumberSuffix().add(thoroughfareNumberSuffix); public ThoroughfarePreDirection createAndSetThoroughfarePreDirection()
ThoroughfarePreDirection and set it to thoroughfarePreDirection.
This method is a short version for:
ThoroughfarePreDirection thoroughfarePreDirection = new ThoroughfarePreDirection();
this.setThoroughfarePreDirection(thoroughfarePreDirection); public ThoroughfareLeadingType createAndSetThoroughfareLeading()
ThoroughfareLeadingType and set it to thoroughfareLeading.
This method is a short version for:
ThoroughfareLeadingType thoroughfareLeadingType = new ThoroughfareLeadingType();
this.setThoroughfareLeading(thoroughfareLeadingType); public ThoroughfareName createAndAddThoroughfareName()
ThoroughfareName and adds it to thoroughfareName.
This method is a short version for:
ThoroughfareName thoroughfareName = new ThoroughfareName();
this.getThoroughfareName().add(thoroughfareName); public ThoroughfareTrailingType createAndSetThoroughfareTrailing()
ThoroughfareTrailingType and set it to thoroughfareTrailing.
This method is a short version for:
ThoroughfareTrailingType thoroughfareTrailingType = new ThoroughfareTrailingType();
this.setThoroughfareTrailing(thoroughfareTrailingType); public ThoroughfarePostDirection createAndSetThoroughfarePostDirection()
ThoroughfarePostDirection and set it to thoroughfarePostDirection.
This method is a short version for:
ThoroughfarePostDirection thoroughfarePostDirection = new ThoroughfarePostDirection();
this.setThoroughfarePostDirection(thoroughfarePostDirection); public Thoroughfare.DependentThoroughfare createAndSetDependentThoroughfare()
Thoroughfare.DependentThoroughfare and set it to dependentThoroughfare.
This method is a short version for:
DependentThoroughfare dependentThoroughfare = new DependentThoroughfare();
this.setDependentThoroughfare(dependentThoroughfare); public DependentLocality createAndSetDependentLocality(PostBox postBox, LargeMailUser largeMailUser, PostOffice postOffice, PostalRoute postalRoute)
DependentLocality and set it to dependentLocality.
This method is a short version for:
DependentLocality dependentLocality = new DependentLocality();
this.setDependentLocality(dependentLocality); postBox - required parameterpostOffice - required parameterpostalRoute - required parameterlargeMailUser - required parameterpublic Premise createAndSetPremise(Premise.PremiseLocation premiseLocation, List<PremiseNumber> premiseNumber, Premise.PremiseNumberRange premiseNumberRange)
Premise and set it to premise.
This method is a short version for:
Premise premise = new Premise();
this.setPremise(premise); premiseNumber - required parameterpremiseNumberRange - required parameterpremiseLocation - required parameterpublic Firm createAndSetFirm()
Firm and set it to firm.
This method is a short version for:
Firm firm = new Firm();
this.setFirm(firm); public PostalCode createAndSetPostalCode()
PostalCode and set it to postalCode.
This method is a short version for:
PostalCode postalCode = new PostalCode();
this.setPostalCode(postalCode); public void setAddressLine(List<AddressLine> addressLine)
Note:
This method does not make use of the fluent pattern.If you would like to make it fluent, use withAddressLine(java.util.List<de.micromata.opengis.kml.v_2_2_0.xal.AddressLine>) instead.
addressLine - public Thoroughfare addToAddressLine(AddressLine addressLine)
addressLine - Objects of the following type are allowed in the list: AddressLinepublic void setThoroughfareNumberOrThoroughfareNumberRange(List<Object> thoroughfareNumberOrThoroughfareNumberRange)
thoroughfareNumberOrThoroughfareNumberRange - public Thoroughfare addToThoroughfareNumberOrThoroughfareNumberRange(Object thoroughfareNumberOrThoroughfareNumberRange)
thoroughfareNumberOrThoroughfareNumberRange - Objects of the following type are allowed in the list: Thoroughfare.ThoroughfareNumberRangeThoroughfareNumberpublic void setThoroughfareNumberPrefix(List<ThoroughfareNumberPrefix> thoroughfareNumberPrefix)
Note:
This method does not make use of the fluent pattern.If you would like to make it fluent, use withThoroughfareNumberPrefix(java.util.List<de.micromata.opengis.kml.v_2_2_0.xal.ThoroughfareNumberPrefix>) instead.
thoroughfareNumberPrefix - public Thoroughfare addToThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
thoroughfareNumberPrefix - Objects of the following type are allowed in the list: ThoroughfareNumberPrefixpublic void setThoroughfareNumberSuffix(List<ThoroughfareNumberSuffix> thoroughfareNumberSuffix)
Note:
This method does not make use of the fluent pattern.If you would like to make it fluent, use withThoroughfareNumberSuffix(java.util.List<de.micromata.opengis.kml.v_2_2_0.xal.ThoroughfareNumberSuffix>) instead.
thoroughfareNumberSuffix - public Thoroughfare addToThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
thoroughfareNumberSuffix - Objects of the following type are allowed in the list: ThoroughfareNumberSuffixpublic void setThoroughfareName(List<ThoroughfareName> thoroughfareName)
Note:
This method does not make use of the fluent pattern.If you would like to make it fluent, use withThoroughfareName(java.util.List<de.micromata.opengis.kml.v_2_2_0.xal.ThoroughfareName>) instead.
thoroughfareName - public Thoroughfare addToThoroughfareName(ThoroughfareName thoroughfareName)
thoroughfareName - Objects of the following type are allowed in the list: ThoroughfareNamepublic void setAny(List<Object> any)
any - public Thoroughfare addToAny(Object any)
any - Objects of the following type are allowed in the list: Objectpublic Thoroughfare withAddressLine(List<AddressLine> addressLine)
addressLine - required parameter#setAddressLine(List) public Thoroughfare withThoroughfareNumberOrThoroughfareNumberRange(List<Object> thoroughfareNumberOrThoroughfareNumberRange)
thoroughfareNumberOrThoroughfareNumberRange - required parameter#setThoroughfareNumberOrThoroughfareNumberRange(Listpublic Thoroughfare withThoroughfareNumberPrefix(List<ThoroughfareNumberPrefix> thoroughfareNumberPrefix)
thoroughfareNumberPrefix - required parameter#setThoroughfareNumberPrefix(List) public Thoroughfare withThoroughfareNumberSuffix(List<ThoroughfareNumberSuffix> thoroughfareNumberSuffix)
thoroughfareNumberSuffix - required parameter#setThoroughfareNumberSuffix(List) public Thoroughfare withThoroughfarePreDirection(ThoroughfarePreDirection thoroughfarePreDirection)
thoroughfarePreDirection - required parametersetThoroughfarePreDirection(ThoroughfarePreDirection)public Thoroughfare withThoroughfareLeading(ThoroughfareLeadingType thoroughfareLeading)
thoroughfareLeading - required parametersetThoroughfareLeading(ThoroughfareLeadingType)public Thoroughfare withThoroughfareName(List<ThoroughfareName> thoroughfareName)
thoroughfareName - required parameter#setThoroughfareName(List) public Thoroughfare withThoroughfareTrailing(ThoroughfareTrailingType thoroughfareTrailing)
thoroughfareTrailing - required parametersetThoroughfareTrailing(ThoroughfareTrailingType)public Thoroughfare withThoroughfarePostDirection(ThoroughfarePostDirection thoroughfarePostDirection)
thoroughfarePostDirection - required parametersetThoroughfarePostDirection(ThoroughfarePostDirection)public Thoroughfare withDependentThoroughfare(Thoroughfare.DependentThoroughfare dependentThoroughfare)
dependentThoroughfare - required parametersetDependentThoroughfare(DependentThoroughfare)public Thoroughfare withAny(List<Object> any)
any - required parameter#setAny(Listpublic Thoroughfare withUnderscore(String underscore)
underscore - required parametersetUnderscore(String)public Thoroughfare withXalDependentThoroughfares(String xalDependentThoroughfares)
xalDependentThoroughfares - required parametersetXalDependentThoroughfares(String)public Thoroughfare withDependentThoroughfaresIndicator(String dependentThoroughfaresIndicator)
dependentThoroughfaresIndicator - required parametersetDependentThoroughfaresIndicator(String)public Thoroughfare withDependentThoroughfaresConnector(String dependentThoroughfaresConnector)
dependentThoroughfaresConnector - required parametersetDependentThoroughfaresConnector(String)public Thoroughfare withDependentThoroughfares(String dependentThoroughfares)
dependentThoroughfares - required parametersetDependentThoroughfares(String)public Thoroughfare clone()
Copyright © 2014 Micromata GmbH. All rights reserved.