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

Packages that use Department
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.factory   
org.citygml4j.impl.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.factory
 

Methods in org.citygml4j.factory that return Department
 Department XALFactory.createDepartment()
           
 

Uses of Department in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement Department
 class DepartmentImpl
           
 

Methods in org.citygml4j.impl.xal that return Department
 Department LargeMailUserImpl.getDepartment()
           
 

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

Methods in org.citygml4j.impl.xal with parameters of type Department
 void FirmImpl.addDepartment(Department department)
           
 void LargeMailUserImpl.setDepartment(Department department)
           
 boolean FirmImpl.unsetDepartment(Department department)
           
 

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

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)