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