Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.xal | |
org.citygml4j.builder.jaxb.unmarshal.xal | |
org.citygml4j.model.common.visitor | |
org.citygml4j.model.xal | |
org.citygml4j.util.walker |
Modifier and Type | Method and Description |
---|---|
oasis.names.tc.ciq.xsdschema.xal._2.DepartmentElement |
XALMarshaller.marshalDepartment(Department src) |
Modifier and Type | Method and Description |
---|---|
Department |
XALUnmarshaller.unmarshalDepartment(oasis.names.tc.ciq.xsdschema.xal._2.DepartmentElement src) |
Modifier and Type | Method and Description |
---|---|
T |
XALFunctor.apply(Department department) |
void |
XALVisitor.visit(Department department) |
Modifier and Type | Method and Description |
---|---|
Department |
LargeMailUser.getDepartment() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Department> |
Firm.getDepartment() |
Modifier and Type | Method and Description |
---|---|
void |
Firm.addDepartment(Department department) |
void |
LargeMailUser.setDepartment(Department department) |
boolean |
Firm.unsetDepartment(Department department) |
Modifier and Type | Method and Description |
---|---|
void |
Firm.setDepartment(java.util.List<Department> department) |
Modifier and Type | Method and Description |
---|---|
void |
XALWalker.visit(Department department) |