Java javax.xml.registry.infomodel User fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.registry.infomodel User fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.registry.infomodel User.

The text is from its open source code.

Method

CollectiongetEmailAddresses()
Gets the email addresses for this User.
KeygetKey()
Gets the key representing the universally unique ID (UUID) for this object.
LifeCycleManagergetLifeCycleManager()
Returns the LifeCycleManager that created this object.
OrganizationgetOrganization()
Gets the Organization that this User is affiliated with.
PersonNamegetPersonName()
Returns the name of this User.
CollectiongetPostalAddresses()
Gets the postal address for this User.
CollectiongetTelephoneNumbers(String phoneType)
Gets the telephone numbers for this User that match the specified telephone number type.
StringgetType()
Gets the type for this User.
voidsetDescription(InternationalString description)
Sets the context independent textual description for this object.
voidsetEmailAddresses(Collection emailAddresses)
Sets the Collection of EmailAddress instances for this User.
voidsetPersonName(PersonName personName)
Sets the name of this User.
voidsetPostalAddresses(Collection addresses)
Sets the addresses for this User.
voidsetTelephoneNumbers(Collection phoneNumbers)
Sets the various telephone numbers for this user.