当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
User (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
javax.xml.registry.infomodel
Interface User
- All Superinterfaces:
- ExtensibleObject, RegistryObject
- public interface User
- extends RegistryObject
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org
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
public Collection getEmailAddresses()
throws JAXRException
- Throws:
JAXRException
getOrganization
public Organization getOrganization()
throws JAXRException
- Throws:
JAXRException
getPersonName
public PersonName getPersonName()
throws JAXRException
- Throws:
JAXRException
getPostalAddresses
public Collection getPostalAddresses()
throws JAXRException
- Throws:
JAXRException
getTelephoneNumbers
public Collection getTelephoneNumbers(String phoneType)
throws JAXRException
- Throws:
JAXRException
getType
public String getType()
throws JAXRException
- Throws:
JAXRException
getUrl
public URL getUrl()
throws JAXRException
- Throws:
JAXRException
setEmailAddresses
public void setEmailAddresses(Collection emailAddresses)
throws JAXRException
- Throws:
JAXRException
setPersonName
public void setPersonName(PersonName name)
throws JAXRException
- Throws:
JAXRException
setPostalAddresses
public void setPostalAddresses(Collection addresses)
throws JAXRException
- Throws:
JAXRException
setTelephoneNumbers
public void setTelephoneNumbers(Collection numbers)
throws JAXRException
- Throws:
JAXRException
setType
public void setType(String type)
throws JAXRException
- Throws:
JAXRException
setUrl
public void setUrl(URL url)
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.