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, toXML
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
Collection getEmailAddresses() throws JAXRException
JAXRException
Organization getOrganization() throws JAXRException
JAXRException
PersonName getPersonName() throws JAXRException
JAXRException
Collection getPostalAddresses() throws JAXRException
JAXRException
Collection getTelephoneNumbers(String phoneType) throws JAXRException
JAXRException
String getType() throws JAXRException
JAXRException
URL getUrl() throws JAXRException
JAXRException
void setEmailAddresses(Collection addresses) throws JAXRException
JAXRException
void setPersonName(PersonName personName) throws JAXRException
JAXRException
void setPostalAddresses(Collection addresses) throws JAXRException
JAXRException
void setTelephoneNumbers(Collection phoneNumbers) throws JAXRException
JAXRException
void setType(String type) throws JAXRException
JAXRException
void setUrl(URL url) throws JAXRException
JAXRException
Copyright © 2013. All Rights Reserved.