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