javax.xml.registry.infomodel
Interface User

All Superinterfaces:
ExtensibleObject (src) , RegistryObject (src)

public interface User
extends RegistryObject (src)


Method Summary
 java.util.Collection getEmailAddresses()
           
 Organization (src) getOrganization()
           
 PersonName (src) 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 emailAddresses)
           
 void setPersonName(PersonName (src)  name)
           
 void setPostalAddresses(java.util.Collection addresses)
           
 void setTelephoneNumbers(java.util.Collection numbers)
           
 void setType(java.lang.String type)
           
 void setUrl(java.net.URL url)
           
 
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject (src)
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 (src)
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Method Detail

getEmailAddresses

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

getOrganization

public Organization (src)  getOrganization()
                             throws JAXRException (src) 
Throws:
JAXRException (src)

getPersonName

public PersonName (src)  getPersonName()
                         throws JAXRException (src) 
Throws:
JAXRException (src)

getPostalAddresses

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

getTelephoneNumbers

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

getType

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

getUrl

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

setEmailAddresses

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

setPersonName

public void setPersonName(PersonName (src)  name)
                   throws JAXRException (src) 
Throws:
JAXRException (src)

setPostalAddresses

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

setTelephoneNumbers

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

setType

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

setUrl

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