uk.ac.soton.itinnovation.grid.service.types
Class AddressType
java.lang.Object
uk.ac.soton.itinnovation.grid.service.types.AddressType
- All Implemented Interfaces:
- Serializable
public class AddressType
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressType
public AddressType()
getCity
public String getCity()
getCountryCode
public String getCountryCode()
getPostalCode
public String getPostalCode()
getRegion
public String getRegion()
getState
public String getState()
getStreet
public String getStreet()
getTown
public String getTown()
setCity
public void setCity(String city)
setCountryCode
public void setCountryCode(String countryCode)
setPostalCode
public void setPostalCode(String postalCode)
setRegion
public void setRegion(String region)
setState
public void setState(String state)
setStreet
public void setStreet(String street)
setTown
public void setTown(String town)
getTypeDesc
public static TypeDesc getTypeDesc()
Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.