ca.macewan.ims.enterprise
Class Adr

java.lang.Object
  extended byca.macewan.ims.enterprise.Adr

public class Adr
extends Object

Represents an "adr" element.

Version:
0.1
Author:
Erwin Veugelers
See Also:
IMS Enterprise Specification

Constructor Summary
Adr()
           
 
Method Summary
 void addStreet(String st)
           
 String getCountry()
           
 String getExtAdd()
           
 String getLocality()
           
 String getPCode()
           
 String getPOBox()
           
 String getRegion()
           
 String[] getStreet()
           
 void setCountry(String ct)
           
 void setExtAdd(String ea)
           
 void setLocality(String loc)
           
 void setPCode(String code)
           
 void setPOBox(String box)
           
 void setRegion(String rg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Adr

public Adr()
Method Detail

setPOBox

public void setPOBox(String box)

getPOBox

public String getPOBox()

setExtAdd

public void setExtAdd(String ea)

getExtAdd

public String getExtAdd()

addStreet

public void addStreet(String st)
               throws IMSEnterpriseException
Throws:
IMSEnterpriseException

getStreet

public String[] getStreet()

setLocality

public void setLocality(String loc)

getLocality

public String getLocality()

setRegion

public void setRegion(String rg)

getRegion

public String getRegion()

setPCode

public void setPCode(String code)

getPCode

public String getPCode()

setCountry

public void setCountry(String ct)

getCountry

public String getCountry()