public static class PostOffice.PostOfficeNumber extends Object implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
content |
protected String |
indicator |
protected String |
indicatorOccurrence |
| Constructor and Description |
|---|
PostOffice.PostOfficeNumber() |
| Modifier and Type | Method and Description |
|---|---|
PostOffice.PostOfficeNumber |
clone() |
boolean |
equals(Object obj) |
String |
getCode() |
String |
getContent() |
String |
getIndicator() |
String |
getIndicatorOccurrence() |
Map<QName,String> |
getOtherAttributes() |
int |
hashCode() |
void |
setCode(String value) |
void |
setContent(String value) |
void |
setIndicator(String value) |
void |
setIndicatorOccurrence(String value) |
PostOffice.PostOfficeNumber |
withCode(String code)
fluent setter
|
PostOffice.PostOfficeNumber |
withContent(String content)
fluent setter
|
PostOffice.PostOfficeNumber |
withIndicator(String indicator)
fluent setter
|
PostOffice.PostOfficeNumber |
withIndicatorOccurrence(String indicatorOccurrence)
fluent setter
|
protected String content
protected String indicator
protected String indicatorOccurrence
protected String code
public void setIndicatorOccurrence(String value)
value - allowed object is
Stringpublic PostOffice.PostOfficeNumber withContent(String content)
content - required parametersetContent(String)public PostOffice.PostOfficeNumber withIndicator(String indicator)
indicator - required parametersetIndicator(String)public PostOffice.PostOfficeNumber withIndicatorOccurrence(String indicatorOccurrence)
indicatorOccurrence - required parametersetIndicatorOccurrence(String)public PostOffice.PostOfficeNumber withCode(String code)
code - required parametersetCode(String)public PostOffice.PostOfficeNumber clone()
Copyright © 2014 Micromata GmbH. All rights reserved.