public interface User extends RegistryObject
| Modifier and Type | Method and Description |
|---|---|
Collection |
getEmailAddresses() |
Organization |
getOrganization() |
PersonName |
getPersonName() |
Collection |
getPostalAddresses() |
Collection |
getTelephoneNumbers(String phoneType) |
String |
getType() |
URL |
getUrl() |
void |
setEmailAddresses(Collection addresses) |
void |
setPersonName(PersonName personName) |
void |
setPostalAddresses(Collection addresses) |
void |
setTelephoneNumbers(Collection phoneNumbers) |
void |
setType(String type) |
void |
setUrl(URL url) |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsCollection getEmailAddresses() throws JAXRException
JAXRExceptionOrganization getOrganization() throws JAXRException
JAXRExceptionPersonName getPersonName() throws JAXRException
JAXRExceptionCollection getPostalAddresses() throws JAXRException
JAXRExceptionCollection getTelephoneNumbers(String phoneType) throws JAXRException
JAXRExceptionString getType() throws JAXRException
JAXRExceptionURL getUrl() throws JAXRException
JAXRExceptionvoid setEmailAddresses(Collection addresses) throws JAXRException
JAXRExceptionvoid setPersonName(PersonName personName) throws JAXRException
JAXRExceptionvoid setPostalAddresses(Collection addresses) throws JAXRException
JAXRExceptionvoid setTelephoneNumbers(Collection phoneNumbers) throws JAXRException
JAXRExceptionvoid setType(String type) throws JAXRException
JAXRExceptionvoid setUrl(URL url) throws JAXRException
JAXRExceptionCopyright © 2013. All Rights Reserved.