javax.xml.registry.infomodel
Interface User
- All Superinterfaces:
- ExtensibleObject (src) , RegistryObject (src)
- public interface User
- extends RegistryObject (src)
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 |
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)