Uses of Class
org.citygml4j.jaxb.xal.DepartmentElement

Packages that use DepartmentElement
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.jaxb.xal   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.xal that return DepartmentElement
 DepartmentElement XALMarshaller.marshalDepartment(Department src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type DepartmentElement
 Department XALUnmarshaller.unmarshalDepartment(DepartmentElement src)
           
 

Uses of DepartmentElement in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return DepartmentElement
 DepartmentElement ObjectFactory.createDepartmentElement()
          Create an instance of DepartmentElement
 DepartmentElement LargeMailUserType.getDepartment()
          Ruft den Wert der department-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.xal that return types with arguments of type DepartmentElement
 java.util.List<DepartmentElement> FirmType.getDepartment()
          Gets the value of the department property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type DepartmentElement
 void LargeMailUserType.setDepartment(DepartmentElement value)
          Legt den Wert der department-Eigenschaft fest.
 

Method parameters in org.citygml4j.jaxb.xal with type arguments of type DepartmentElement
 void FirmType.setDepartment(java.util.List<DepartmentElement> department)
          Sets the value of the department property.