Uses of Class
it.sistematica.isharedoc.ws.message.addressbook.LocationPhoneItem

Packages that use LocationPhoneItem
it.sistematica.isharedoc.ws.message.addressbook   
 

Uses of LocationPhoneItem in it.sistematica.isharedoc.ws.message.addressbook
 

Methods in it.sistematica.isharedoc.ws.message.addressbook that return types with arguments of type LocationPhoneItem
 java.util.List<LocationPhoneItem> ContactItem.getLocationPhoneItems()
           
 

Methods in it.sistematica.isharedoc.ws.message.addressbook with parameters of type LocationPhoneItem
 void ContactItem.addLocationPhoneItem(LocationPhoneItem item)
           
 

Method parameters in it.sistematica.isharedoc.ws.message.addressbook with type arguments of type LocationPhoneItem
 void ContactItem.setLocationPhoneItems(java.util.List<LocationPhoneItem> locationPhoneItems)