| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
content |
protected String |
underscore |
| Constructor and Description |
|---|
Locality.LocalityName() |
| Modifier and Type | Method and Description |
|---|---|
Locality.LocalityName |
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) |
Locality.LocalityName |
withCode(String code)
fluent setter
|
Locality.LocalityName |
withContent(String content)
fluent setter
|
Locality.LocalityName |
withUnderscore(String underscore)
fluent setter
|
protected String content
protected String underscore
protected String code
public Locality.LocalityName withContent(String content)
content - required parametersetContent(String)public Locality.LocalityName withUnderscore(String underscore)
underscore - required parametersetUnderscore(String)public Locality.LocalityName withCode(String code)
code - required parametersetCode(String)public Locality.LocalityName clone()
Copyright © 2014 Micromata GmbH. All rights reserved.