| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
numberExtensionSeparator |
| Constructor and Description |
|---|
PostBox.PostBoxNumberExtension() |
| Modifier and Type | Method and Description |
|---|---|
PostBox.PostBoxNumberExtension |
clone() |
boolean |
equals(Object obj) |
String |
getContent() |
String |
getNumberExtensionSeparator() |
Map<QName,String> |
getOtherAttributes() |
int |
hashCode() |
void |
setContent(String value) |
void |
setNumberExtensionSeparator(String value) |
PostBox.PostBoxNumberExtension |
withContent(String content)
fluent setter
|
PostBox.PostBoxNumberExtension |
withNumberExtensionSeparator(String numberExtensionSeparator)
fluent setter
|
protected String content
protected String numberExtensionSeparator
public String getNumberExtensionSeparator()
Stringpublic void setNumberExtensionSeparator(String value)
value - allowed object is
Stringpublic PostBox.PostBoxNumberExtension withContent(String content)
content - required parametersetContent(String)public PostBox.PostBoxNumberExtension withNumberExtensionSeparator(String numberExtensionSeparator)
numberExtensionSeparator - required parametersetNumberExtensionSeparator(String)public PostBox.PostBoxNumberExtension clone()
Copyright © 2014 Micromata GmbH. All rights reserved.