public static class Thoroughfare.DependentThoroughfare extends Object implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected List<AddressLine> |
addressLine |
protected List<Object> |
any |
protected ThoroughfareLeadingType |
thoroughfareLeading |
protected List<ThoroughfareName> |
thoroughfareName |
protected ThoroughfarePostDirection |
thoroughfarePostDirection |
protected ThoroughfarePreDirection |
thoroughfarePreDirection |
protected ThoroughfareTrailingType |
thoroughfareTrailing |
protected String |
underscore |
| Constructor and Description |
|---|
Thoroughfare.DependentThoroughfare() |
protected List<AddressLine> addressLine
protected ThoroughfarePreDirection thoroughfarePreDirection
protected ThoroughfareLeadingType thoroughfareLeading
protected List<ThoroughfareName> thoroughfareName
protected ThoroughfareTrailingType thoroughfareTrailing
protected ThoroughfarePostDirection thoroughfarePostDirection
protected String underscore
public List<AddressLine> getAddressLine()
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 AddressLine createAndAddAddressLine()
AddressLine and adds it to addressLine.
This method is a short version for:
AddressLine addressLine = new AddressLine();
this.getAddressLine().add(addressLine); 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 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.DependentThoroughfare addToAddressLine(AddressLine addressLine)
addressLine - Objects of the following type are allowed in the list: AddressLinepublic 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.DependentThoroughfare addToThoroughfareName(ThoroughfareName thoroughfareName)
thoroughfareName - Objects of the following type are allowed in the list: ThoroughfareNamepublic void setAny(List<Object> any)
any - public Thoroughfare.DependentThoroughfare addToAny(Object any)
any - Objects of the following type are allowed in the list: Objectpublic Thoroughfare.DependentThoroughfare withAddressLine(List<AddressLine> addressLine)
addressLine - required parameter#setAddressLine(List) public Thoroughfare.DependentThoroughfare withThoroughfarePreDirection(ThoroughfarePreDirection thoroughfarePreDirection)
thoroughfarePreDirection - required parametersetThoroughfarePreDirection(ThoroughfarePreDirection)public Thoroughfare.DependentThoroughfare withThoroughfareLeading(ThoroughfareLeadingType thoroughfareLeading)
thoroughfareLeading - required parametersetThoroughfareLeading(ThoroughfareLeadingType)public Thoroughfare.DependentThoroughfare withThoroughfareName(List<ThoroughfareName> thoroughfareName)
thoroughfareName - required parameter#setThoroughfareName(List) public Thoroughfare.DependentThoroughfare withThoroughfareTrailing(ThoroughfareTrailingType thoroughfareTrailing)
thoroughfareTrailing - required parametersetThoroughfareTrailing(ThoroughfareTrailingType)public Thoroughfare.DependentThoroughfare withThoroughfarePostDirection(ThoroughfarePostDirection thoroughfarePostDirection)
thoroughfarePostDirection - required parametersetThoroughfarePostDirection(ThoroughfarePostDirection)public Thoroughfare.DependentThoroughfare withAny(List<Object> any)
any - required parameter#setAny(Listpublic Thoroughfare.DependentThoroughfare withUnderscore(String underscore)
underscore - required parametersetUnderscore(String)public Thoroughfare.DependentThoroughfare clone()
Copyright © 2014 Micromata GmbH. All rights reserved.