| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
content |
protected String |
numberSuffixSeparator |
protected String |
underscore |
| Constructor and Description |
|---|
ThoroughfareNumberSuffix() |
| Modifier and Type | Method and Description |
|---|---|
ThoroughfareNumberSuffix |
clone() |
boolean |
equals(Object obj) |
String |
getCode() |
String |
getContent() |
String |
getNumberSuffixSeparator() |
Map<QName,String> |
getOtherAttributes() |
String |
getUnderscore() |
int |
hashCode() |
void |
setCode(String value) |
void |
setContent(String value) |
void |
setNumberSuffixSeparator(String value) |
void |
setUnderscore(String value) |
ThoroughfareNumberSuffix |
withCode(String code)
fluent setter
|
ThoroughfareNumberSuffix |
withContent(String content)
fluent setter
|
ThoroughfareNumberSuffix |
withNumberSuffixSeparator(String numberSuffixSeparator)
fluent setter
|
ThoroughfareNumberSuffix |
withUnderscore(String underscore)
fluent setter
|
protected String content
protected String numberSuffixSeparator
protected String underscore
protected String code
public void setNumberSuffixSeparator(String value)
value - allowed object is
Stringpublic ThoroughfareNumberSuffix withContent(String content)
content - required parametersetContent(String)public ThoroughfareNumberSuffix withNumberSuffixSeparator(String numberSuffixSeparator)
numberSuffixSeparator - required parametersetNumberSuffixSeparator(String)public ThoroughfareNumberSuffix withUnderscore(String underscore)
underscore - required parametersetUnderscore(String)public ThoroughfareNumberSuffix withCode(String code)
code - required parametersetCode(String)public ThoroughfareNumberSuffix clone()
Copyright © 2014 Micromata GmbH. All rights reserved.