javax.xml.registry.infomodel
Interface User
- All Superinterfaces:
- ExtensibleObject, RegistryObject
public interface User
- extends RegistryObject
- Version:
- $Revision$ $Date$
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject |
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 |
getEmailAddresses
java.util.Collection getEmailAddresses()
throws JAXRException
- Throws:
JAXRException
getOrganization
Organization getOrganization()
throws JAXRException
- Throws:
JAXRException
getPersonName
PersonName getPersonName()
throws JAXRException
- Throws:
JAXRException
getPostalAddresses
java.util.Collection getPostalAddresses()
throws JAXRException
- Throws:
JAXRException
getTelephoneNumbers
java.util.Collection getTelephoneNumbers(java.lang.String phoneType)
throws JAXRException
- Throws:
JAXRException
getType
java.lang.String getType()
throws JAXRException
- Throws:
JAXRException
getUrl
java.net.URL getUrl()
throws JAXRException
- Throws:
JAXRException
setEmailAddresses
void setEmailAddresses(java.util.Collection addresses)
throws JAXRException
- Throws:
JAXRException
setPersonName
void setPersonName(PersonName personName)
throws JAXRException
- Throws:
JAXRException
setPostalAddresses
void setPostalAddresses(java.util.Collection addresses)
throws JAXRException
- Throws:
JAXRException
setTelephoneNumbers
void setTelephoneNumbers(java.util.Collection phoneNumbers)
throws JAXRException
- Throws:
JAXRException
setType
void setType(java.lang.String type)
throws JAXRException
- Throws:
JAXRException
setUrl
void setUrl(java.net.URL url)
throws JAXRException
- Throws:
JAXRException
Copyright © 2004-2008 Apache Web Services. All Rights Reserved.