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

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

Introduction

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

The text is from its open source code.

Method

ClassificationSchemegetClassificationScheme()
Gets the ClassificationScheme that is used in classifying the object.
ConceptgetConcept()
Gets the Concept that is classifying the object.
InternationalStringgetName()
Gets the user-friendly name of this object.
StringgetValue()
Gets the taxonomy value for this Classification.
booleanisExternal()
Returns true if this is an external classification.
voidsetClassifiedObject(RegistryObject classifiedObject)
Sets the object that is being classified.