org.walluck.oscar.handlers.icq
Class ICQMetaGeneral

java.lang.Object
  extended byorg.walluck.oscar.handlers.icq.ICQMetaGeneral

public class ICQMetaGeneral
extends java.lang.Object

ICQ meta general.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
ICQMetaGeneral()
          Creates a new ICQ meta general class.
 
Method Summary
 java.lang.String getCellular()
          Get the value of cellular.
 java.lang.String getCity()
          Get the value of city.
 short getCountry()
          Get the value of country.
 java.lang.String getEmail()
          Get the value of email.
 java.lang.String getEmail2()
          Get the value of email2.
 java.lang.String getEmail3()
          Get the value of email3.
 java.lang.String getFax()
          Get the value of fax.
 java.lang.String getFirst()
          Get the value of first.
 byte getFlags()
          Get the value of flags.
 java.lang.String getLast()
          Get the value of last.
 java.lang.String getNick()
          Get the value of nick.
 java.lang.String getPhone()
          Get the value of phone.
 java.lang.String getState()
          Get the value of state.
 java.lang.String getStreet()
          Get the value of street.
 byte getTimezone()
          Get the value of timezone.
 short getUnknown()
          Get the value of unknown.
 java.lang.String getZip()
          Get the value of zip.
 void setCellular(java.lang.String cellular)
          Set the value of cellular.
 void setCity(java.lang.String city)
          Set the value of city.
 void setCountry(short country)
          Set the value of country.
 void setEmail(java.lang.String email)
          Set the value of email.
 void setEmail2(java.lang.String email2)
          Set the value of email2.
 void setEmail3(java.lang.String email3)
          Set the value of email3.
 void setFax(java.lang.String fax)
          Set the value of fax.
 void setFirst(java.lang.String first)
          Set the value of first.
 void setFlags(byte flags)
          Set the value of flags.
 void setLast(java.lang.String last)
          Set the value of last.
 void setNick(java.lang.String nick)
          Set the value of nick.
 void setPhone(java.lang.String phone)
          Set the value of phone.
 void setState(java.lang.String state)
          Set the value of state.
 void setStreet(java.lang.String street)
          Set the value of street.
 void setTimezone(byte timezone)
          Set the value of timezone.
 void setUnknown(short unknown)
          Set the value of unknown.
 void setZip(java.lang.String zip)
          Set the value of zip.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICQMetaGeneral

public ICQMetaGeneral()
Creates a new ICQ meta general class.

Method Detail

getNick

public java.lang.String getNick()
Get the value of nick.

Returns:
value of nick.

setNick

public void setNick(java.lang.String nick)
Set the value of nick.

Parameters:
nick - Value to assign to nick.

getFirst

public java.lang.String getFirst()
Get the value of first.

Returns:
value of first.

setFirst

public void setFirst(java.lang.String first)
Set the value of first.

Parameters:
first - Value to assign to first.

getLast

public java.lang.String getLast()
Get the value of last.

Returns:
value of last.

setLast

public void setLast(java.lang.String last)
Set the value of last.

Parameters:
last - Value to assign to last.

getEmail

public java.lang.String getEmail()
Get the value of email.

Returns:
value of email.

setEmail

public void setEmail(java.lang.String email)
Set the value of email.

Parameters:
email - Value to assign to email.

getEmail2

public java.lang.String getEmail2()
Get the value of email2.

Returns:
value of email2.

setEmail2

public void setEmail2(java.lang.String email2)
Set the value of email2.

Parameters:
email2 - Value to assign to email2.

getEmail3

public java.lang.String getEmail3()
Get the value of email3.

Returns:
value of email3.

setEmail3

public void setEmail3(java.lang.String email3)
Set the value of email3.

Parameters:
email3 - Value to assign to email3.

getCity

public java.lang.String getCity()
Get the value of city.

Returns:
value of city.

setCity

public void setCity(java.lang.String city)
Set the value of city.

Parameters:
city - Value to assign to city.

getState

public java.lang.String getState()
Get the value of state.

Returns:
value of state.

setState

public void setState(java.lang.String state)
Set the value of state.

Parameters:
state - Value to assign to state.

getPhone

public java.lang.String getPhone()
Get the value of phone.

Returns:
value of phone.

setPhone

public void setPhone(java.lang.String phone)
Set the value of phone.

Parameters:
phone - Value to assign to phone.

getFax

public java.lang.String getFax()
Get the value of fax.

Returns:
value of fax.

setFax

public void setFax(java.lang.String fax)
Set the value of fax.

Parameters:
fax - Value to assign to fax.

getStreet

public java.lang.String getStreet()
Get the value of street.

Returns:
value of street.

setStreet

public void setStreet(java.lang.String street)
Set the value of street.

Parameters:
street - Value to assign to street.

getCellular

public java.lang.String getCellular()
Get the value of cellular.

Returns:
value of cellular.

setCellular

public void setCellular(java.lang.String cellular)
Set the value of cellular.

Parameters:
cellular - Value to assign to cellular.

getZip

public java.lang.String getZip()
Get the value of zip.

Returns:
value of zip.

setZip

public void setZip(java.lang.String zip)
Set the value of zip.

Parameters:
zip - Value to assign to zip.

getCountry

public short getCountry()
Get the value of country.

Returns:
value of country.

setCountry

public void setCountry(short country)
Set the value of country.

Parameters:
country - Value to assign to country.

getTimezone

public byte getTimezone()
Get the value of timezone.

Returns:
value of timezone.

setTimezone

public void setTimezone(byte timezone)
Set the value of timezone.

Parameters:
timezone - Value to assign to timezone.

getFlags

public byte getFlags()
Get the value of flags.

Returns:
value of flags.

setFlags

public void setFlags(byte flags)
Set the value of flags.

Parameters:
flags - Value to assign to flags.

getUnknown

public short getUnknown()
Get the value of unknown.

Returns:
value of unknown.

setUnknown

public void setUnknown(short unknown)
Set the value of unknown.

Parameters:
unknown - Value to assign to unknown.