org.dozer.vo.jaxb.employee
Class EmployeeWithInnerClass

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

public class EmployeeWithInnerClass
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="FirstName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="BirthDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Address">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class EmployeeWithInnerClass.Address
          Java class for anonymous complex type.
 
Field Summary
protected  EmployeeWithInnerClass.Address address
           
protected  XMLGregorianCalendar birthDate
           
protected  String firstName
           
protected  String lastName
           
 
Constructor Summary
EmployeeWithInnerClass()
           
 
Method Summary
 EmployeeWithInnerClass.Address getAddress()
          Gets the value of the address property.
 XMLGregorianCalendar getBirthDate()
          Gets the value of the birthDate property.
 String getFirstName()
          Gets the value of the firstName property.
 String getLastName()
          Gets the value of the lastName property.
 void setAddress(EmployeeWithInnerClass.Address value)
          Sets the value of the address property.
 void setBirthDate(XMLGregorianCalendar value)
          Sets the value of the birthDate property.
 void setFirstName(String value)
          Sets the value of the firstName property.
 void setLastName(String value)
          Sets the value of the lastName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstName

protected String firstName

birthDate

protected XMLGregorianCalendar birthDate

lastName

protected String lastName

address

protected EmployeeWithInnerClass.Address address
Constructor Detail

EmployeeWithInnerClass

public EmployeeWithInnerClass()
Method Detail

getFirstName

public String getFirstName()
Gets the value of the firstName property.

Returns:
possible object is String

setFirstName

public void setFirstName(String value)
Sets the value of the firstName property.

Parameters:
value - allowed object is String

getBirthDate

public XMLGregorianCalendar getBirthDate()
Gets the value of the birthDate property.

Returns:
possible object is XMLGregorianCalendar

setBirthDate

public void setBirthDate(XMLGregorianCalendar value)
Sets the value of the birthDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getLastName

public String getLastName()
Gets the value of the lastName property.

Returns:
possible object is String

setLastName

public void setLastName(String value)
Sets the value of the lastName property.

Parameters:
value - allowed object is String

getAddress

public EmployeeWithInnerClass.Address getAddress()
Gets the value of the address property.

Returns:
possible object is EmployeeWithInnerClass.Address

setAddress

public void setAddress(EmployeeWithInnerClass.Address value)
Sets the value of the address property.

Parameters:
value - allowed object is EmployeeWithInnerClass.Address


Copyright © 2005-2011 dozer. All Rights Reserved.