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