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