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

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

Introduction

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

The text is from its open source code.

Implementation

javax.xml.registry.infomodel.Concept has the following implementations.
Click this link to see all its implementation.

Method

voidaddAssociation(Association association)
Adds specified Association to use this object as source.
voidaddChildConcept(Concept concept)
Adds a child Concept.
voidaddClassification(Classification classification)
Adds specified Classification to this object.
voidaddExternalLink(ExternalLink externalLink)
Adds specified ExternalLink to this object.
intgetChildConceptCount()
Gets number of children.
CollectiongetChildrenConcepts()
Gets all immediate children Concepts.
CollectiongetClassifications()
Gets the Classification instances that classify this object.
ClassificationSchemegetClassificationScheme()
Gets the ClassificationScheme that this Concept is a descendent of.
CollectiongetDescendantConcepts()
Gets all descendant Concepts.
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.
RegistryObjectgetParent()
Gets the parent Concept or ClassificationScheme for this object.
ConceptgetParentConcept()
Gets the parent Concept or null if parent is a ClassificationScheme.
StringgetPath()
Gets the canonical path representation for this Concept.
SlotgetSlot(String slotName)
Gets the slot specified by slotName.
StringgetValue()
Gets the value (usually a code in a taxonomy) associated with this Concept.
voidsetDescription(InternationalString description)
Sets the context independent textual description for this object.
voidsetKey(Key key)
Sets the key representing the universally unique ID (UUID) for this object.
voidsetName(InternationalString name)
Sets user-friendly name of object in repository.
voidsetValue(String value)
Sets the value (usually a taxonomy value) associated with this Concept.