org.opengroupware.jogi.ogo
Interface Address

All Known Implementing Classes:
XmlRpcAddress

public interface Address

The Address holds, as its name implies, address data and makes modification of the data available.

Author:
Andreas Rath (teddius) E-mail: arath@htu.tugraz.at

Method Summary
 java.lang.String getCity()
           
 java.lang.String getCountry()
           
 java.lang.String getId()
           
 java.lang.String getName1()
           
 java.lang.String getName2()
           
 java.lang.String getName3()
           
 java.lang.String getState()
           
 java.lang.String getStreet()
           
 java.lang.String getType()
           
 java.lang.String getZip()
           
 void setCity(java.lang.String string)
           
 void setCountry(java.lang.String string)
           
 void setName1(java.lang.String string)
           
 void setName2(java.lang.String string)
           
 void setName3(java.lang.String string)
           
 void setState(java.lang.String string)
           
 void setStreet(java.lang.String string)
           
 void setType(java.lang.String string)
           
 void setZip(java.lang.String string)
           
 

Method Detail

getCity

public java.lang.String getCity()
                         throws OgoException,
                                ConnectionException
Throws:
OgoException
ConnectionException

getCountry

public java.lang.String getCountry()
                            throws OgoException,
                                   ConnectionException
Throws:
OgoException
ConnectionException

getId

public java.lang.String getId()
                       throws OgoException,
                              ConnectionException
Throws:
OgoException
ConnectionException

getName1

public java.lang.String getName1()
                          throws OgoException,
                                 ConnectionException
Throws:
OgoException
ConnectionException

getName2

public java.lang.String getName2()
                          throws OgoException,
                                 ConnectionException
Throws:
OgoException
ConnectionException

getName3

public java.lang.String getName3()
                          throws OgoException,
                                 ConnectionException
Throws:
OgoException
ConnectionException

getState

public java.lang.String getState()
                          throws OgoException,
                                 ConnectionException
Throws:
OgoException
ConnectionException

getStreet

public java.lang.String getStreet()
                           throws OgoException,
                                  ConnectionException
Throws:
OgoException
ConnectionException

getType

public java.lang.String getType()
                         throws OgoException,
                                ConnectionException
Throws:
OgoException
ConnectionException

getZip

public java.lang.String getZip()
                        throws OgoException,
                               ConnectionException
Throws:
OgoException
ConnectionException

setCity

public void setCity(java.lang.String string)
             throws OgoException,
                    ConnectionException
Throws:
OgoException
ConnectionException

setCountry

public void setCountry(java.lang.String string)
                throws OgoException,
                       ConnectionException
Throws:
OgoException
ConnectionException

setName1

public void setName1(java.lang.String string)
              throws OgoException,
                     ConnectionException
Throws:
OgoException
ConnectionException

setName2

public void setName2(java.lang.String string)
              throws OgoException,
                     ConnectionException
Throws:
OgoException
ConnectionException

setName3

public void setName3(java.lang.String string)
              throws OgoException,
                     ConnectionException
Throws:
OgoException
ConnectionException

setState

public void setState(java.lang.String string)
              throws OgoException,
                     ConnectionException
Throws:
OgoException
ConnectionException

setStreet

public void setStreet(java.lang.String string)
               throws OgoException,
                      ConnectionException
Throws:
OgoException
ConnectionException

setType

public void setType(java.lang.String string)
             throws OgoException,
                    ConnectionException
Throws:
OgoException
ConnectionException

setZip

public void setZip(java.lang.String string)
            throws OgoException,
                   ConnectionException
Throws:
OgoException
ConnectionException


Copyright © 2003 ogojogi Project, All Rights Reserved.