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

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

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

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

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

Method parameters in it.sistematica.isharedoc.ws.message.addressbook with type arguments of type LocationAtomItem
 void ContactItem.setLocationAtomItems(java.util.List<LocationAtomItem> locationAtomItems)