public class UserImpl extends RegistryObjectImpl implements User, Serializable
| Constructor and Description |
|---|
UserImpl()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
getEmailAddresses()
Get the user email addresses
|
Organization |
getOrganization()
Gets the submitting organization
|
PersonName |
getPersonName()
Name of contact person
|
Collection |
getPostalAddresses()
The postal addresses for this Contact.
|
Collection |
getTelephoneNumbers(String phoneType)
Gets the telephone numbers for this User that match the specified
telephone number type.
|
String |
getType()
Get user type
|
URL |
getUrl()
Level 1 method
|
void |
setEmailAddresses(Collection addresses)
Set the user email addresses.
|
void |
setOrganization(Organization org)
Internal method for setting user organization
|
void |
setPersonName(PersonName personName)
Sets Name of contact person.
|
void |
setPostalAddresses(Collection addresses)
Sets the addresses.
|
void |
setTelephoneNumbers(Collection phoneNumbers)
Set the various telephone numbers for this user.
|
void |
setType(String type)
Set user type
|
void |
setUrl(URL url)
Sets the URL to the web page for this contact.
|
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, addSlot, addSlots, areAssociationsLoaded, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getConnection, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getRegistryService, getServiceId, getSubmittingOrganization, isDeleted, isLoaded, isModified, isNew, isRetrieved, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, removeSlot, removeSlots, setAssociations, setAssociationsLoaded, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setIsDeleted, setIsLoaded, setIsModified, setIsNew, setIsRetrieved, setKey, setLifeCycleManager, setName, setObjectType, setRegistryService, setServiceId, setStatusFlags, setSubmittingOrganization, toXMLgetSlot, getSlotsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAssociation, 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, removeSlotspublic Organization getOrganization() throws JAXRException
getOrganization in interface UserJAXRException - If the JAXR provider encounters an internal errorpublic PersonName getPersonName() throws JAXRException
getPersonName in interface UserJAXRException - If the JAXR provider encounters an internal errorpublic void setPersonName(PersonName personName) throws JAXRException
setPersonName in interface UserpersonName - the name of this UserJAXRException - If the JAXR provider encounters an internal errorpublic Collection getPostalAddresses() throws JAXRException
getPostalAddresses in interface UserJAXRException - If the JAXR provider encounters an internal errorPostalAddresspublic void setPostalAddresses(Collection addresses) throws JAXRException
setPostalAddresses in interface Useraddresses - Is a Collection of PostAddress instances.JAXRException - If the JAXR provider encounters an internal errorpublic Collection getTelephoneNumbers(String phoneType) throws JAXRException
getTelephoneNumbers in interface UserphoneType - specifies the type of phone numbers to be returned. If phoneType is null, return all telephoneNumbersJAXRException - If the JAXR provider encounters an internal errorTelephoneNumberpublic void setTelephoneNumbers(Collection phoneNumbers) throws JAXRException
setTelephoneNumbers in interface UserphoneNumbers - the Collection of TelephoneNumbers to be setJAXRException - If the JAXR provider encounters an internal errorpublic Collection getEmailAddresses() throws JAXRException
getEmailAddresses in interface UserJAXRException - If the JAXR provider encounters an internal errorEmailAddresspublic void setEmailAddresses(Collection addresses) throws JAXRException
setEmailAddresses in interface Useraddresses - the Collection of EmailAddresses to be setJAXRException - If the JAXR provider encounters an internal errorpublic String getType() throws JAXRException
getType in interface UserJAXRException - If the JAXR provider encounters an internal errorpublic void setType(String type) throws JAXRException
setType in interface Usertype - the type for this User, which is an arbitrary StringJAXRException - If the JAXR provider encounters an internal errorpublic URL getUrl() throws JAXRException
getUrl in interface UserJAXRException - If the JAXR provider encounters an internal errorpublic void setUrl(URL url) throws JAXRException
setUrl in interface Userurl - the URL for this User's home pageJAXRException - If the JAXR provider encounters an internal errorpublic void setOrganization(Organization org) throws JAXRException
JAXRExceptionCopyright © 2005–2017 Oracle Corporation. All rights reserved.