public static class EmployeeWithInnerClass.Address 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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
EmployeeWithInnerClass.Address.State
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected EmployeeWithInnerClass.Address.State |
state |
protected String |
street |
| Constructor and Description |
|---|
EmployeeWithInnerClass.Address() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String street
protected EmployeeWithInnerClass.Address.State state
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.StateCopyright © 2005-2014 dozer. All Rights Reserved.