@ObjectCreate(pattern="address-book/person/address") public class Address extends Object
| Constructor and Description | 
|---|
Address()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getCity()  | 
String | 
getCountry()  | 
String | 
getState()  | 
String | 
getStreet()  | 
String | 
getType()  | 
String | 
getZip()  | 
void | 
setCity(String city)  | 
void | 
setCountry(String country)  | 
void | 
setState(String state)  | 
void | 
setStreet(String street)  | 
void | 
setType(String type)  | 
void | 
setZip(String zip)  | 
String | 
toString()  | 
public Address()
public String getCountry()
public void setCountry(String country)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.