public static class PostalRoute.PostalRouteName extends Object implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
content |
protected String |
underscore |
| Constructor and Description |
|---|
PostalRoute.PostalRouteName() |
| Modifier and Type | Method and Description |
|---|---|
PostalRoute.PostalRouteName |
clone() |
boolean |
equals(Object obj) |
String |
getCode() |
String |
getContent() |
Map<QName,String> |
getOtherAttributes() |
String |
getUnderscore() |
int |
hashCode() |
void |
setCode(String value) |
void |
setContent(String value) |
void |
setUnderscore(String value) |
PostalRoute.PostalRouteName |
withCode(String code)
fluent setter
|
PostalRoute.PostalRouteName |
withContent(String content)
fluent setter
|
PostalRoute.PostalRouteName |
withUnderscore(String underscore)
fluent setter
|
protected String content
protected String underscore
protected String code
public PostalRoute.PostalRouteName withContent(String content)
content - required parametersetContent(String)public PostalRoute.PostalRouteName withUnderscore(String underscore)
underscore - required parametersetUnderscore(String)public PostalRoute.PostalRouteName withCode(String code)
code - required parametersetCode(String)public PostalRoute.PostalRouteName clone()
Copyright © 2014 Micromata GmbH. All rights reserved.