| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
content |
protected String |
underscore |
| Constructor and Description |
|---|
CountryName() |
| Modifier and Type | Method and Description |
|---|---|
CountryName |
clone() |
boolean |
equals(Object obj) |
String |
getCode() |
String |
getContent() |
Map<QName,String> |
getOtherAttributes() |
String |
getUnderscore() |
int |
hashCode() |
void |
setCode(String value) |
void |
setContent(String value) |
void |
setUnderscore(String value) |
CountryName |
withCode(String code)
fluent setter
|
CountryName |
withContent(String content)
fluent setter
|
CountryName |
withUnderscore(String underscore)
fluent setter
|
protected String content
protected String underscore
protected String code
public CountryName withContent(String content)
content - required parametersetContent(String)public CountryName withUnderscore(String underscore)
underscore - required parametersetUnderscore(String)public CountryName withCode(String code)
code - required parametersetCode(String)public CountryName clone()
Copyright © 2014 Micromata GmbH. All rights reserved.