Example usage for Java javax.xml.registry.infomodel Concept fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addAssociation(Association association) Adds specified Association to use this object as source. |
void | addChildConcept(Concept concept) Adds a child Concept. |
void | addClassification(Classification classification) Adds specified Classification to this object. |
void | addExternalLink(ExternalLink externalLink) Adds specified ExternalLink to this object. |
int | getChildConceptCount() Gets number of children. |
Collection | getChildrenConcepts() Gets all immediate children Concepts. |
Collection | getClassifications() Gets the Classification instances that classify this object. |
ClassificationScheme | getClassificationScheme() Gets the ClassificationScheme that this Concept is a descendent of. |
Collection | getDescendantConcepts() Gets all descendant Concepts. |
InternationalString | getDescription() Gets the textual description for this object. |
Collection | getExternalIdentifiers() Returns the ExternalIdentifiers associated with this object that are external identifiers for this object. |
Collection | getExternalLinks() Returns the ExternalLinks associated with this object. |
Key | getKey() Gets the key representing the universally unique ID (UUID) for this object. |
InternationalString | getName() Gets the user-friendly name of this object. |
RegistryObject | getParent() Gets the parent Concept or ClassificationScheme for this object. |
Concept | getParentConcept() Gets the parent Concept or null if parent is a ClassificationScheme. |
String | getPath() Gets the canonical path representation for this Concept. |
Slot | getSlot(String slotName) Gets the slot specified by slotName. |
String | getValue() Gets the value (usually a code in a taxonomy) associated with this Concept. |
void | setDescription(InternationalString description) Sets the context independent textual description for this object. |
void | setKey(Key key) Sets the key representing the universally unique ID (UUID) for this object. |
void | setName(InternationalString name) Sets user-friendly name of object in repository. |
void | setValue(String value) Sets the value (usually a taxonomy value) associated with this Concept. |