org.dozer.vo.jaxb.employee
Class ObjectFactory

java.lang.Object
  extended by org.dozer.vo.jaxb.employee.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.dozer.vo.jaxb.employee package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.dozer.vo.jaxb.employee
 
Method Summary
 javax.xml.bind.JAXBElement<EmployeeType> createEmployee(EmployeeType value)
          Create an instance of JAXBElement<EmployeeType>}
 EmployeeType createEmployeeType()
          Create an instance of EmployeeType
 EmployeeWithInnerClass createEmployeeWithInnerClass()
          Create an instance of EmployeeWithInnerClass
 EmployeeWithInnerClass.Address createEmployeeWithInnerClassAddress()
          Create an instance of EmployeeWithInnerClass.Address
 EmployeeWithInnerClass.Address.State createEmployeeWithInnerClassAddressState()
          Create an instance of EmployeeWithInnerClass.Address.State
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.dozer.vo.jaxb.employee

Method Detail

createEmployeeWithInnerClass

public EmployeeWithInnerClass createEmployeeWithInnerClass()
Create an instance of EmployeeWithInnerClass


createEmployeeType

public EmployeeType createEmployeeType()
Create an instance of EmployeeType


createEmployeeWithInnerClassAddress

public EmployeeWithInnerClass.Address createEmployeeWithInnerClassAddress()
Create an instance of EmployeeWithInnerClass.Address


createEmployeeWithInnerClassAddressState

public EmployeeWithInnerClass.Address.State createEmployeeWithInnerClassAddressState()
Create an instance of EmployeeWithInnerClass.Address.State


createEmployee

public javax.xml.bind.JAXBElement<EmployeeType> createEmployee(EmployeeType value)
Create an instance of JAXBElement<EmployeeType>}



Copyright © 2005-2011 dozer. All Rights Reserved.