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

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

Introduction

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

The text is from its open source code.

Method

voidaddServiceBindings(Collection serviceBindings)
Adds a Collection of ServiceBinding children.
CollectiongetClassifications()
Gets the Classification instances that classify this object.
InternationalStringgetDescription()
Gets the textual description for this object.
KeygetKey()
Gets the key representing the universally unique ID (UUID) for this object.
InternationalStringgetName()
Gets the user-friendly name of this object.
OrganizationgetProvidingOrganization()
Gets the Organization that provides this service.
CollectiongetServiceBindings()
Gets all children ServiceBindings.
voidsetDescription(InternationalString description)
Sets the context independent textual description for this object.
voidsetName(InternationalString name)
Sets user-friendly name of object in repository.