|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dozer.vo.jaxb.employee.EmployeeWithInnerClass.Address
public static class EmployeeWithInnerClass.Address
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 |
|---|
protected String street
protected EmployeeWithInnerClass.Address.State state
| Constructor Detail |
|---|
public EmployeeWithInnerClass.Address()
| Method Detail |
|---|
public String getStreet()
Stringpublic void setStreet(String value)
value - allowed object is
Stringpublic EmployeeWithInnerClass.Address.State getState()
EmployeeWithInnerClass.Address.Statepublic void setState(EmployeeWithInnerClass.Address.State value)
value - allowed object is
EmployeeWithInnerClass.Address.State
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||