org.dozer.vo.jaxb.employee
Class EmployeeWithInnerClass.Address.State

java.lang.Object
  extended by org.dozer.vo.jaxb.employee.EmployeeWithInnerClass.Address.State
Enclosing class:
EmployeeWithInnerClass.Address

public static class EmployeeWithInnerClass.Address.State
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Object name
           
 
Constructor Summary
EmployeeWithInnerClass.Address.State()
           
 
Method Summary
 Object getName()
          Gets the value of the name property.
 void setName(Object value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected Object name
Constructor Detail

EmployeeWithInnerClass.Address.State

public EmployeeWithInnerClass.Address.State()
Method Detail

getName

public Object getName()
Gets the value of the name property.

Returns:
possible object is Object

setName

public void setName(Object value)
Sets the value of the name property.

Parameters:
value - allowed object is Object


Copyright © 2005-2011 dozer. All Rights Reserved.