public class ICQMetaGeneral extends Object
Constructor and Description |
---|
ICQMetaGeneral()
Creates a new ICQ meta general class.
|
Modifier and Type | Method and Description |
---|---|
String |
getCellular()
Get the value of cellular.
|
String |
getCity()
Get the value of city.
|
short |
getCountry()
Get the value of country.
|
String |
getEmail()
Get the value of email.
|
String |
getEmail2()
Get the value of email2.
|
String |
getEmail3()
Get the value of email3.
|
String |
getFax()
Get the value of fax.
|
String |
getFirst()
Get the value of first.
|
byte |
getFlags()
Get the value of flags.
|
String |
getLast()
Get the value of last.
|
String |
getNick()
Get the value of nick.
|
String |
getPhone()
Get the value of phone.
|
String |
getState()
Get the value of state.
|
String |
getStreet()
Get the value of street.
|
byte |
getTimezone()
Get the value of timezone.
|
short |
getUnknown()
Get the value of unknown.
|
String |
getZip()
Get the value of zip.
|
void |
setCellular(String cellular)
Set the value of cellular.
|
void |
setCity(String city)
Set the value of city.
|
void |
setCountry(short country)
Set the value of country.
|
void |
setEmail(String email)
Set the value of email.
|
void |
setEmail2(String email2)
Set the value of email2.
|
void |
setEmail3(String email3)
Set the value of email3.
|
void |
setFax(String fax)
Set the value of fax.
|
void |
setFirst(String first)
Set the value of first.
|
void |
setFlags(byte flags)
Set the value of flags.
|
void |
setLast(String last)
Set the value of last.
|
void |
setNick(String nick)
Set the value of nick.
|
void |
setPhone(String phone)
Set the value of phone.
|
void |
setState(String state)
Set the value of state.
|
void |
setStreet(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(String zip)
Set the value of zip.
|
public String getNick()
public void setNick(String nick)
nick
- Value to assign to nick.public String getFirst()
public void setFirst(String first)
first
- Value to assign to first.public String getLast()
public void setLast(String last)
last
- Value to assign to last.public String getEmail()
public void setEmail(String email)
email
- Value to assign to email.public String getEmail2()
public void setEmail2(String email2)
email2
- Value to assign to email2.public String getEmail3()
public void setEmail3(String email3)
email3
- Value to assign to email3.public String getCity()
public void setCity(String city)
city
- Value to assign to city.public String getState()
public void setState(String state)
state
- Value to assign to state.public String getPhone()
public void setPhone(String phone)
phone
- Value to assign to phone.public String getFax()
public void setFax(String fax)
fax
- Value to assign to fax.public String getStreet()
public void setStreet(String street)
street
- Value to assign to street.public String getCellular()
public void setCellular(String cellular)
cellular
- Value to assign to cellular.public String getZip()
public void setZip(String zip)
zip
- Value to assign to zip.public short getCountry()
public void setCountry(short country)
country
- Value to assign to country.public byte getTimezone()
public void setTimezone(byte timezone)
timezone
- Value to assign to timezone.public byte getFlags()
public void setFlags(byte flags)
flags
- Value to assign to flags.public short getUnknown()
public void setUnknown(short unknown)
unknown
- Value to assign to unknown.