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

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

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

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

Methods in it.sistematica.isharedoc.ws.message.addressbook with parameters of type LocationAddressItem
 void ContactItem.addLocationTwitterItem(LocationAddressItem item)
           
 void ContactItem.addLocationWebItem(LocationAddressItem item)
           
 

Method parameters in it.sistematica.isharedoc.ws.message.addressbook with type arguments of type LocationAddressItem
 void ContactItem.setLocationTwitterItems(java.util.List<LocationAddressItem> locationTwitterItems)
           
 void ContactItem.setLocationWebItems(java.util.List<LocationAddressItem> locationWebItems)