|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dozer.vo.jaxb.employee.EmployeeWithInnerClass
public class EmployeeWithInnerClass
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 |
|---|
protected String firstName
protected XMLGregorianCalendar birthDate
protected String lastName
protected EmployeeWithInnerClass.Address address
| Constructor Detail |
|---|
public EmployeeWithInnerClass()
| Method Detail |
|---|
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.Address
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||