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 emailAddresses) |
void |
setPersonName(PersonName name) |
void |
setPostalAddresses(Collection addresses) |
void |
setTelephoneNumbers(Collection numbers) |
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 emailAddresses) throws JAXRException
JAXRException
void setPersonName(PersonName name) throws JAXRException
JAXRException
void setPostalAddresses(Collection addresses) throws JAXRException
JAXRException
void setTelephoneNumbers(Collection numbers) throws JAXRException
JAXRException
void setType(String type) throws JAXRException
JAXRException
void setUrl(URL url) throws JAXRException
JAXRException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.