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()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getBirthDate()
XMLGregorianCalendarpublic void setBirthDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic EmployeeWithInnerClass.Address getAddress()
EmployeeWithInnerClass.Addresspublic void setAddress(EmployeeWithInnerClass.Address value)
value - allowed object is
EmployeeWithInnerClass.AddressCopyright © 2005-2014 dozer. All Rights Reserved.