org.dozer.vo.jaxb.employee
Class EmployeeWithInnerClass.Address.State
java.lang.Object
org.dozer.vo.jaxb.employee.EmployeeWithInnerClass.Address.State
- Enclosing class:
- EmployeeWithInnerClass.Address
public static class EmployeeWithInnerClass.Address.State
- 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="Name" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
Method Summary |
Object |
getName()
Gets the value of the name property. |
void |
setName(Object value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected Object name
EmployeeWithInnerClass.Address.State
public EmployeeWithInnerClass.Address.State()
getName
public Object getName()
- Gets the value of the name property.
- Returns:
- possible object is
Object
setName
public void setName(Object value)
- Sets the value of the name property.
- Parameters:
value - allowed object is
Object
Copyright © 2005-2011 dozer. All Rights Reserved.