| 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 PostalRoute |
KmlFactory.createXalPostalRoute(List<PostalRoute.PostalRouteName> postalRouteName,
PostalRoute.PostalRouteNumber postalRouteNumber)
Create an instance of
PostalRoute |
| Modifier and Type | Field and Description |
|---|---|
protected List<PostalRoute.PostalRouteName> |
PostalRoute.postalRouteName |
| Modifier and Type | Method and Description |
|---|---|
PostalRoute.PostalRouteName |
PostalRoute.PostalRouteName.clone() |
PostalRoute.PostalRouteName |
PostalRoute.createAndAddPostalRouteName()
Creates a new instance of
PostalRoute.PostalRouteName and adds it to postalRouteName. |
PostalRoute.PostalRouteName |
PostalRoute.PostalRouteName.withCode(String code)
fluent setter
|
PostalRoute.PostalRouteName |
PostalRoute.PostalRouteName.withContent(String content)
fluent setter
|
PostalRoute.PostalRouteName |
PostalRoute.PostalRouteName.withUnderscore(String underscore)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
List<PostalRoute.PostalRouteName> |
PostalRoute.getPostalRouteName() |
| Modifier and Type | Method and Description |
|---|---|
PostalRoute |
PostalRoute.addToPostalRouteName(PostalRoute.PostalRouteName postalRouteName)
add a value to the postalRouteName property collection
|
| Modifier and Type | Method and Description |
|---|---|
PostalRoute |
PostOffice.createAndSetPostalRoute(List<PostalRoute.PostalRouteName> postalRouteName,
PostalRoute.PostalRouteNumber postalRouteNumber)
Creates a new instance of
PostalRoute and set it to postalRoute. |
PostalRoute |
Locality.createAndSetPostalRoute(List<PostalRoute.PostalRouteName> postalRouteName,
PostalRoute.PostalRouteNumber postalRouteNumber)
Creates a new instance of
PostalRoute and set it to postalRoute. |
PostalRoute |
DependentLocality.createAndSetPostalRoute(List<PostalRoute.PostalRouteName> postalRouteName,
PostalRoute.PostalRouteNumber postalRouteNumber)
Creates a new instance of
PostalRoute and set it to postalRoute. |
void |
PostalRoute.setPostalRouteName(List<PostalRoute.PostalRouteName> postalRouteName)
Sets the value of the postalRouteName property Objects of the following type(s) are allowed in the list List
|
| Constructor and Description |
|---|
PostalRoute(List<PostalRoute.PostalRouteName> postalRouteName,
PostalRoute.PostalRouteNumber postalRouteNumber)
Value constructor with only mandatory fields
|
Copyright © 2014 Micromata GmbH. All rights reserved.