1 package org.collectionspace.services.contact;
3 public interface ContactListItemJAXBSchema {
4 // TODO Revisit which information unit(s) should be returned
5 // in each entry, in a list of contact information.
6 // Should this be addressText or some other unit(s)?
7 final static String ADDRESS_TEXT = "addressText";
8 final static String CSID = "csid";
9 final static String URI = "url";