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>
Modifier and Type | Class and Description |
---|---|
static class |
EmployeeWithInnerClass.Address
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected EmployeeWithInnerClass.Address |
address |
protected XMLGregorianCalendar |
birthDate |
protected String |
firstName |
protected String |
lastName |
Constructor and Description |
---|
EmployeeWithInnerClass() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String firstName
protected XMLGregorianCalendar birthDate
protected String lastName
protected EmployeeWithInnerClass.Address address
public String getFirstName()
String
public void setFirstName(String value)
value
- allowed object is
String
public XMLGregorianCalendar getBirthDate()
XMLGregorianCalendar
public void setBirthDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getLastName()
String
public void setLastName(String value)
value
- allowed object is
String
public EmployeeWithInnerClass.Address getAddress()
EmployeeWithInnerClass.Address
public void setAddress(EmployeeWithInnerClass.Address value)
value
- allowed object is
EmployeeWithInnerClass.Address
Copyright © 2005-2014 dozer. All Rights Reserved.