javax.xml.registry.infomodel
Interface User

All Superinterfaces:
ExtensibleObject, RegistryObject

public interface User
extends RegistryObject

Version:
$Revision$ $Date$

Method Summary
 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)
           
 
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
 
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Method Detail

getEmailAddresses

public java.util.Collection getEmailAddresses()
                                       throws JAXRException
Throws:
JAXRException

getOrganization

public Organization getOrganization()
                             throws JAXRException
Throws:
JAXRException

getPersonName

public PersonName getPersonName()
                         throws JAXRException
Throws:
JAXRException

getPostalAddresses

public java.util.Collection getPostalAddresses()
                                        throws JAXRException
Throws:
JAXRException

getTelephoneNumbers

public java.util.Collection getTelephoneNumbers(java.lang.String phoneType)
                                         throws JAXRException
Throws:
JAXRException

getType

public java.lang.String getType()
                         throws JAXRException
Throws:
JAXRException

getUrl

public java.net.URL getUrl()
                    throws JAXRException
Throws:
JAXRException

setEmailAddresses

public void setEmailAddresses(java.util.Collection addresses)
                       throws JAXRException
Throws:
JAXRException

setPersonName

public void setPersonName(PersonName personName)
                   throws JAXRException
Throws:
JAXRException

setPostalAddresses

public void setPostalAddresses(java.util.Collection addresses)
                        throws JAXRException
Throws:
JAXRException

setTelephoneNumbers

public void setTelephoneNumbers(java.util.Collection phoneNumbers)
                         throws JAXRException
Throws:
JAXRException

setType

public void setType(java.lang.String type)
             throws JAXRException
Throws:
JAXRException

setUrl

public void setUrl(java.net.URL url)
            throws JAXRException
Throws:
JAXRException


Copyright © 2004-2005 Apache Web Services. All Rights Reserved.