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