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

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

Introduction

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

The text is from its open source code.

Method

voidaddClassifications(Collection classifications)
Adds specified Classifications to this object.
voidaddServices(Collection services)
Adds a Collection of Service children.
CollectiongetChildOrganizations()
Gets all immediate children Organizations.
CollectiongetClassifications()
Gets the Classification instances that classify this object.
InternationalStringgetDescription()
Gets the textual description for this object.
CollectiongetExternalIdentifiers()
Returns the ExternalIdentifiers associated with this object that are external identifiers for this object.
CollectiongetExternalLinks()
Returns the ExternalLinks associated with this object.
KeygetKey()
Gets the key representing the universally unique ID (UUID) for this object.
InternationalStringgetName()
Gets the user-friendly name of this object.
OrganizationgetParentOrganization()
Gets the parent (container) organization.
UsergetPrimaryContact()
Gets the primary Contact for this Organization.
CollectiongetServices()
Gets all children Services.
CollectiongetUsers()
Gets the Collection of Users affiliated with this Organization.
voidsetDescription(InternationalString description)
Sets the context independent textual description for this object.
voidsetName(InternationalString name)
Sets user-friendly name of object in repository.
voidsetPrimaryContact(User primaryContact)
Sets the primary contact for this Organization.