public interface User extends RegistryObject
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
getEmailAddresses() |
Organization |
getOrganization() |
PersonName |
getPersonName() |
java.util.Collection |
getPostalAddresses() |
java.util.Collection |
getTelephoneNumbers(java.lang.String phoneType) |
java.lang.String |
getType() |
java.net.URL |
getUrl() |
void |
setEmailAddresses(java.util.Collection addresses) |
void |
setPersonName(PersonName personName) |
void |
setPostalAddresses(java.util.Collection addresses) |
void |
setTelephoneNumbers(java.util.Collection phoneNumbers) |
void |
setType(java.lang.String type) |
void |
setUrl(java.net.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, removeSlotsjava.util.Collection getEmailAddresses()
throws JAXRException
JAXRExceptionOrganization getOrganization() throws JAXRException
JAXRExceptionPersonName getPersonName() throws JAXRException
JAXRExceptionjava.util.Collection getPostalAddresses()
throws JAXRException
JAXRExceptionjava.util.Collection getTelephoneNumbers(java.lang.String phoneType)
throws JAXRException
JAXRExceptionjava.lang.String getType()
throws JAXRException
JAXRExceptionjava.net.URL getUrl()
throws JAXRException
JAXRExceptionvoid setEmailAddresses(java.util.Collection addresses)
throws JAXRException
JAXRExceptionvoid setPersonName(PersonName personName) throws JAXRException
JAXRExceptionvoid setPostalAddresses(java.util.Collection addresses)
throws JAXRException
JAXRExceptionvoid setTelephoneNumbers(java.util.Collection phoneNumbers)
throws JAXRException
JAXRExceptionvoid setType(java.lang.String type)
throws JAXRException
JAXRExceptionvoid setUrl(java.net.URL url)
throws JAXRException
JAXRException