Uses of Class
org.dozer.vo.jaxb.employee.EmployeeType

Packages that use EmployeeType
org.dozer.vo.jaxb.employee   
 

Uses of EmployeeType in org.dozer.vo.jaxb.employee
 

Fields in org.dozer.vo.jaxb.employee with type parameters of type EmployeeType
protected  List<EmployeeType> EmployeeType.subordinates
           
 

Methods in org.dozer.vo.jaxb.employee that return EmployeeType
 EmployeeType ObjectFactory.createEmployeeType()
          Create an instance of EmployeeType
 

Methods in org.dozer.vo.jaxb.employee that return types with arguments of type EmployeeType
 javax.xml.bind.JAXBElement<EmployeeType> ObjectFactory.createEmployee(EmployeeType value)
          Create an instance of JAXBElement<EmployeeType>}
 List<EmployeeType> EmployeeType.getSubordinates()
          Gets the value of the subordinates property.
 

Methods in org.dozer.vo.jaxb.employee with parameters of type EmployeeType
 javax.xml.bind.JAXBElement<EmployeeType> ObjectFactory.createEmployee(EmployeeType value)
          Create an instance of JAXBElement<EmployeeType>}
 



Copyright © 2005-2011 dozer. All Rights Reserved.