| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 | |
| de.micromata.opengis.kml.v_2_2_0.xal |
| Modifier and Type | Method and Description |
|---|---|
static Department |
KmlFactory.createXalDepartment()
Create an instance of
Department |
| Modifier and Type | Field and Description |
|---|---|
protected Department |
LargeMailUser.department |
| Modifier and Type | Field and Description |
|---|---|
protected List<Department> |
Firm.department |
| Modifier and Type | Method and Description |
|---|---|
Department |
Department.addToAddressLine(AddressLine addressLine)
add a value to the addressLine property collection
|
Department |
Department.addToAny(Object any)
add a value to the any property collection
|
Department |
Department.addToDepartmentName(Department.DepartmentName departmentName)
add a value to the departmentName property collection
|
Department |
Department.clone() |
Department |
Firm.createAndAddDepartment()
Creates a new instance of
Department and adds it to department. |
Department |
LargeMailUser.createAndSetDepartment()
Creates a new instance of
Department and set it to department. |
Department |
LargeMailUser.getDepartment() |
Department |
Department.withAddressLine(List<AddressLine> addressLine)
fluent setter
|
Department |
Department.withAny(List<Object> any)
fluent setter
|
Department |
Department.withDepartmentName(List<Department.DepartmentName> departmentName)
fluent setter
|
Department |
Department.withMailStop(MailStop mailStop)
fluent setter
|
Department |
Department.withPostalCode(PostalCode postalCode)
fluent setter
|
Department |
Department.withUnderscore(String underscore)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
List<Department> |
Firm.getDepartment() |
| Modifier and Type | Method and Description |
|---|---|
Firm |
Firm.addToDepartment(Department department)
add a value to the department property collection
|
void |
LargeMailUser.setDepartment(Department value) |
LargeMailUser |
LargeMailUser.withDepartment(Department department)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
void |
Firm.setDepartment(List<Department> department)
Sets the value of the department property Objects of the following type(s) are allowed in the list List
|
Firm |
Firm.withDepartment(List<Department> department)
fluent setter
|
Copyright © 2014 Micromata GmbH. All rights reserved.