|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
User instances are RegistryObjects that are used to provide information about registered users within the registry. Users are affiliated with Organizations. User objects are used in the audit trail for a RegistryObject.
Organization
,
AuditableEvent
Method Summary | |
java.util.Collection |
getEmailAddresses()
The email addresses for this contact. |
Organization |
getOrganization()
Gets the Submitting Organization that sent the request that effected this change. |
PersonName |
getPersonName()
Name of contact person |
PostalAddress |
getPostalAddress()
The postal address for this Contact. |
java.util.Collection |
getTelephoneNumbers(java.lang.String phoneType)
Gets the telephone numbers for this User that match the specified telephone number type. |
java.lang.String |
getType()
The type for this object. |
java.net.URL |
getUrl()
The URL to the web page for this contact. |
void |
setEmailAddresses(java.util.Collection emailAddresses)
Sets the Collection of EmailAddress instances for this contact. |
void |
setPersonName(PersonName personName)
Sets Name of contact person |
void |
setPostalAddress(PostalAddress address)
Sets the address |
void |
setTelephoneNumbers(java.util.Collection phoneNumbers)
Set the various telephone numbers for this user |
void |
setType(java.lang.String type)
Sets the type for this object. |
void |
setUrl(java.net.URL url)
Sets The URL to the web page for this contact. |
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
addSlot, addSlots, getSlot, getSlotAt, getSlots, removeSlot, removeSlots |
Method Detail |
public Organization getOrganization() throws JAXRException
getOrganization
in interface RegistryObject
public PersonName getPersonName() throws JAXRException
public void setPersonName(PersonName personName) throws JAXRException
public PostalAddress getPostalAddress() throws JAXRException
public void setPostalAddress(PostalAddress address) throws JAXRException
public java.net.URL getUrl() throws JAXRException
public void setUrl(java.net.URL url) throws JAXRException
public java.util.Collection getTelephoneNumbers(java.lang.String phoneType) throws JAXRException
phoneType
- specifies the type of phone numbers desirespublic void setTelephoneNumbers(java.util.Collection phoneNumbers) throws JAXRException
public java.util.Collection getEmailAddresses() throws JAXRException
public void setEmailAddresses(java.util.Collection emailAddresses) throws JAXRException
public java.lang.String getType() throws JAXRException
public void setType(java.lang.String type) throws JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |