|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl
com.sun.xml.registry.uddi.infomodel.RegistryObjectImpl
com.sun.xml.registry.uddi.infomodel.UserImpl
public class UserImpl
| Constructor Summary | |
|---|---|
UserImpl()
Default constructor |
|
| Method Summary | |
|---|---|
Collection |
getEmailAddresses()
Get the user email addresses |
Organization |
getOrganization()
Gets the submitting organization |
PersonName |
getPersonName()
Name of contact person |
Collection |
getPostalAddresses()
The postal addresses for this Contact. |
Collection |
getTelephoneNumbers(String phoneType)
Gets the telephone numbers for this User that match the specified telephone number type. |
String |
getType()
Get user type |
URL |
getUrl()
Level 1 method |
void |
setEmailAddresses(Collection addresses)
Set the user email addresses. |
void |
setOrganization(Organization org)
Internal method for setting user organization |
void |
setPersonName(PersonName personName)
Sets Name of contact person. |
void |
setPostalAddresses(Collection addresses)
Sets the addresses. |
void |
setTelephoneNumbers(Collection phoneNumbers)
Set the various telephone numbers for this user. |
void |
setType(String type)
Set user type |
void |
setUrl(URL url)
Sets the URL to the web page for this contact. |
| Methods inherited from class com.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl |
|---|
getSlot, getSlots |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
|---|
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots |
| Constructor Detail |
|---|
public UserImpl()
| Method Detail |
|---|
public Organization getOrganization()
throws JAXRException
getOrganization in interface UserJAXRException - If the JAXR provider encounters an internal error
public PersonName getPersonName()
throws JAXRException
getPersonName in interface UserJAXRException - If the JAXR provider encounters an internal error
public void setPersonName(PersonName personName)
throws JAXRException
setPersonName in interface UserpersonName - the name of this User
JAXRException - If the JAXR provider encounters an internal error
public Collection getPostalAddresses()
throws JAXRException
getPostalAddresses in interface UserJAXRException - If the JAXR provider encounters an internal errorPostalAddress
public void setPostalAddresses(Collection addresses)
throws JAXRException
setPostalAddresses in interface Useraddresses - Is a Collection of PostAddress instances.
JAXRException - If the JAXR provider encounters an internal error
public Collection getTelephoneNumbers(String phoneType)
throws JAXRException
getTelephoneNumbers in interface UserphoneType - specifies the type of phone numbers to be returned. If phoneType is null, return all telephoneNumbers
JAXRException - If the JAXR provider encounters an internal errorTelephoneNumber
public void setTelephoneNumbers(Collection phoneNumbers)
throws JAXRException
setTelephoneNumbers in interface UserphoneNumbers - the Collection of TelephoneNumbers to be set
JAXRException - If the JAXR provider encounters an internal error
public Collection getEmailAddresses()
throws JAXRException
getEmailAddresses in interface UserJAXRException - If the JAXR provider encounters an internal errorEmailAddress
public void setEmailAddresses(Collection addresses)
throws JAXRException
setEmailAddresses in interface Useraddresses - the Collection of EmailAddresses to be set
JAXRException - If the JAXR provider encounters an internal error
public String getType()
throws JAXRException
getType in interface UserJAXRException - If the JAXR provider encounters an internal error
public void setType(String type)
throws JAXRException
setType in interface Usertype - the type for this User, which is an arbitrary String
JAXRException - If the JAXR provider encounters an internal error
public URL getUrl()
throws JAXRException
getUrl in interface UserJAXRException - If the JAXR provider encounters an internal error
public void setUrl(URL url)
throws JAXRException
setUrl in interface Userurl - the URL for this User's home page
JAXRException - If the JAXR provider encounters an internal error
public void setOrganization(Organization org)
throws JAXRException
JAXRException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||