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

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

public static class EmployeeWithInnerClass.Address
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="Street" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="State">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class EmployeeWithInnerClass.Address.State
          Java class for anonymous complex type.
 
Field Summary
protected  EmployeeWithInnerClass.Address.State state
           
protected  String street
           
 
Constructor Summary
EmployeeWithInnerClass.Address()
           
 
Method Summary
 EmployeeWithInnerClass.Address.State getState()
          Gets the value of the state property.
 String getStreet()
          Gets the value of the street property.
 void setState(EmployeeWithInnerClass.Address.State value)
          Sets the value of the state property.
 void setStreet(String value)
          Sets the value of the street property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

street

protected String street

state

protected EmployeeWithInnerClass.Address.State state
Constructor Detail

EmployeeWithInnerClass.Address

public EmployeeWithInnerClass.Address()
Method Detail

getStreet

public String getStreet()
Gets the value of the street property.

Returns:
possible object is String

setStreet

public void setStreet(String value)
Sets the value of the street property.

Parameters:
value - allowed object is String

getState

public EmployeeWithInnerClass.Address.State getState()
Gets the value of the state property.

Returns:
possible object is EmployeeWithInnerClass.Address.State

setState

public void setState(EmployeeWithInnerClass.Address.State value)
Sets the value of the state property.

Parameters:
value - allowed object is EmployeeWithInnerClass.Address.State


Copyright © 2005-2011 dozer. All Rights Reserved.