uk.ac.soton.itinnovation.grid.service.types
Class AddressType

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.service.types.AddressType
All Implemented Interfaces:
Serializable

public class AddressType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AddressType()
           
 
Method Summary
 String getCity()
           
 String getCountryCode()
           
 String getPostalCode()
           
 String getRegion()
           
 String getState()
           
 String getStreet()
           
 String getTown()
           
static TypeDesc getTypeDesc()
           
 void setCity(String city)
           
 void setCountryCode(String countryCode)
           
 void setPostalCode(String postalCode)
           
 void setRegion(String region)
           
 void setState(String state)
           
 void setStreet(String street)
           
 void setTown(String town)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressType

public AddressType()
Method Detail

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.