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