Contact |
Contact.setCountry(java.lang.String country) |
two-letter ISO country code of the contact, if different from organisation
|
Contact |
Contact.setEMail(java.lang.String email) |
personal email address of the contact person
|
Contact |
Contact.setFax(java.lang.String fax) |
(optional) complete fax number
|
Contact |
Contact.setLocation(java.lang.String location) |
city of the contact person, if different from organisation
|
Contact |
Contact.setName(java.lang.String name) |
the first and last name of the contact
|
Contact |
Contact.setPhone(java.lang.String phone) |
complete phone number of the contact
|
Contact |
Contact.setStreet(java.lang.String street) |
street and number, if the address is different to the organisation
|
Contact |
Contact.setZIP(java.lang.String zip) |
the postcode, if the address is different to the organisation
|