public interface User extends RegistryObject
Organization,
AuditableEvent| Modifier and Type | Method and Description |
|---|---|
Collection |
getEmailAddresses()
Gets the email addresses for this User.
|
Organization |
getOrganization()
Gets the Organization that this User is affiliated with.
|
PersonName |
getPersonName()
Returns the name of this User.
|
Collection |
getPostalAddresses()
Gets the postal address for this User.
|
Collection |
getTelephoneNumbers(String phoneType)
Gets the telephone numbers for this User that match the specified telephone number type.
|
String |
getType()
Gets the type for this User.
|
URL |
getUrl()
Gets the URL to the web page for this User.
|
void |
setEmailAddresses(Collection emailAddresses)
Sets the Collection of EmailAddress instances for this User.
|
void |
setPersonName(PersonName personName)
Sets the name of this User.
|
void |
setPostalAddresses(Collection addresses)
Sets the addresses for this User.
|
void |
setTelephoneNumbers(Collection phoneNumbers)
Sets the various telephone numbers for this user.
|
void |
setType(String type)
Sets the type for this User.
|
void |
setUrl(URL url)
Sets the URL to the web page for this User.
|
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, removeSlotsOrganization getOrganization() throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorPersonName getPersonName() throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorvoid setPersonName(PersonName personName) throws JAXRException
personName - the name of this UserJAXRException - If the JAXR provider encounters an internal errorCollection getPostalAddresses() throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorPostalAddressvoid setPostalAddresses(Collection addresses) throws JAXRException
addresses - Is a Collection of PostAddress instances.JAXRException - If the JAXR provider encounters an internal errorURL getUrl() throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorvoid setUrl(URL url) throws JAXRException
url - the URL for this User's home pageJAXRException - If the JAXR provider encounters an internal errorCollection getTelephoneNumbers(String phoneType) throws JAXRException
phoneType - specifies the type of phone numbers to be returned. If phoneType is null, return all telephoneNumbersJAXRException - If the JAXR provider encounters an internal errorTelephoneNumbervoid setTelephoneNumbers(Collection phoneNumbers) throws JAXRException
phoneNumbers - the Collection of TelephoneNumbers to be setJAXRException - If the JAXR provider encounters an internal errorCollection getEmailAddresses() throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorEmailAddressvoid setEmailAddresses(Collection emailAddresses) throws JAXRException
emailAddresses - the Collection of EmailAddresses to be setJAXRException - If the JAXR provider encounters an internal errorString getType() throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorvoid setType(String type) throws JAXRException
type - the type for this User, which is an arbitrary StringJAXRException - If the JAXR provider encounters an internal errorCopyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.