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

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

Introduction

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

The text is from its open source code.

Implementation

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

Field

intVALUE_TYPE_UNIQUE
Each taxonomy value in ClassificationScheme is unique.
intVALUE_TYPE_EMBEDDED_PATH
Each taxonomy value in ClassificationScheme embeds the full path from scheme to that Concept.
intVALUE_TYPE_NON_UNIQUE
Taxonomy values in ClassificationScheme may be repeated within the same scheme.

Method

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.
InternationalStringgetDescription()
Gets the textual description for this object.
CollectiongetExternalIdentifiers()
Returns the ExternalIdentifiers associated with this object that are external identifiers 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.
ConceptgetObjectType()
Gets the object type that best describes the RegistryObject.
SlotgetSlot(String slotName)
Gets the slot specified by slotName.
booleanisExternal()
Determines whether this ClassificationScheme is an external ClassificationScheme or an internal ClassificationScheme.
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.