| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 | |
| de.micromata.opengis.kml.v_2_2_0.xal |
| Modifier and Type | Method and Description |
|---|---|
static Firm |
KmlFactory.createXalFirm()
Create an instance of
Firm |
| Modifier and Type | Method and Description |
|---|---|
static Thoroughfare |
KmlFactory.createXalThoroughfare(DependentLocality dependentLocality,
Premise premise,
Firm firm,
PostalCode postalCode)
Create an instance of
Thoroughfare |
| Modifier and Type | Field and Description |
|---|---|
protected Firm |
Thoroughfare.firm |
protected Firm |
SubPremise.firm |
protected Firm |
Premise.firm |
protected Firm |
PostBox.firm |
| Modifier and Type | Method and Description |
|---|---|
Firm |
Firm.addToAddressLine(AddressLine addressLine)
add a value to the addressLine property collection
|
Firm |
Firm.addToAny(Object any)
add a value to the any property collection
|
Firm |
Firm.addToDepartment(Department department)
add a value to the department property collection
|
Firm |
Firm.addToFirmName(Firm.FirmName firmName)
add a value to the firmName property collection
|
Firm |
Firm.clone() |
Firm |
Thoroughfare.createAndSetFirm()
Creates a new instance of
Firm and set it to firm. |
Firm |
SubPremise.createAndSetFirm()
Creates a new instance of
Firm and set it to firm. |
Firm |
Premise.createAndSetFirm()
Creates a new instance of
Firm and set it to firm. |
Firm |
PostBox.createAndSetFirm()
Creates a new instance of
Firm and set it to firm. |
Firm |
Thoroughfare.getFirm() |
Firm |
SubPremise.getFirm() |
Firm |
Premise.getFirm() |
Firm |
PostBox.getFirm() |
Firm |
Firm.withAddressLine(List<AddressLine> addressLine)
fluent setter
|
Firm |
Firm.withAny(List<Object> any)
fluent setter
|
Firm |
Firm.withDepartment(List<Department> department)
fluent setter
|
Firm |
Firm.withFirmName(List<Firm.FirmName> firmName)
fluent setter
|
Firm |
Firm.withMailStop(MailStop mailStop)
fluent setter
|
Firm |
Firm.withPostalCode(PostalCode postalCode)
fluent setter
|
Firm |
Firm.withUnderscore(String underscore)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
Thoroughfare |
Locality.createAndSetThoroughfare(DependentLocality dependentLocality,
Premise premise,
Firm firm,
PostalCode postalCode)
Creates a new instance of
Thoroughfare and set it to thoroughfare. |
Thoroughfare |
LargeMailUser.createAndSetThoroughfare(DependentLocality dependentLocality,
Premise premise,
Firm firm,
PostalCode postalCode)
Creates a new instance of
Thoroughfare and set it to thoroughfare. |
Thoroughfare |
DependentLocality.createAndSetThoroughfare(DependentLocality dependentLocality,
Premise premise,
Firm firm,
PostalCode postalCode)
Creates a new instance of
Thoroughfare and set it to thoroughfare. |
Thoroughfare |
AddressDetails.createAndSetThoroughfare(DependentLocality dependentLocality,
Premise premise,
Firm firm,
PostalCode postalCode)
Creates a new instance of
Thoroughfare and set it to thoroughfare. |
Thoroughfare |
AddressDetails.Country.createAndSetThoroughfare(DependentLocality dependentLocality,
Premise premise,
Firm firm,
PostalCode postalCode)
Creates a new instance of
Thoroughfare and set it to thoroughfare. |
void |
Thoroughfare.setFirm(Firm value) |
void |
SubPremise.setFirm(Firm value) |
void |
Premise.setFirm(Firm value) |
void |
PostBox.setFirm(Firm value) |
SubPremise |
SubPremise.withFirm(Firm firm)
fluent setter
|
Premise |
Premise.withFirm(Firm firm)
fluent setter
|
PostBox |
PostBox.withFirm(Firm firm)
fluent setter
|
| Constructor and Description |
|---|
Thoroughfare(DependentLocality dependentLocality,
Premise premise,
Firm firm,
PostalCode postalCode)
Value constructor with only mandatory fields
|
Copyright © 2014 Micromata GmbH. All rights reserved.