Uses of Class
org.citygml4j.model.xal.Department

Packages that use Department
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   
 

Uses of Department in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type Department
 DepartmentElement XALMarshaller.marshalDepartment(Department src)
           
 

Uses of Department in org.citygml4j.builder.jaxb.unmarshal.xal
 

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return Department
 Department XALUnmarshaller.unmarshalDepartment(DepartmentElement src)
           
 

Uses of Department in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type Department
 T XALFunctor.apply(Department department)
           
 void XALVisitor.visit(Department department)
           
 

Uses of Department in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return Department
 Department LargeMailUser.getDepartment()
           
 

Methods in org.citygml4j.model.xal that return types with arguments of type Department
 java.util.List<Department> Firm.getDepartment()
           
 

Methods in org.citygml4j.model.xal with parameters of type Department
 void Firm.addDepartment(Department department)
           
 void LargeMailUser.setDepartment(Department department)
           
 boolean Firm.unsetDepartment(Department department)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type Department
 void Firm.setDepartment(java.util.List<Department> department)
           
 

Uses of Department in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type Department
 void XALWalker.visit(Department department)