June 2003
Intermediate to advanced
672 pages
23h 48m
English
Classification
public interface Classification extends RegistryObject {
// Property Accessor Methods (by property name)
public abstract ClassificationScheme getClassificationScheme( )
throws javax.xml.registry.JAXRException; //L0
public abstract void setClassificationScheme(ClassificationScheme classificationScheme)
throws javax.xml.registry.JAXRException; //L0
public abstract RegistryObject getClassifiedObject( )
throws javax.xml.registry.JAXRException; //L0
public abstract void setClassifiedObject(RegistryObject classifiedObject)
throws javax.xml.registry.JAXRException; //L0
public abstract Concept getConcept( )
throws javax.xml.registry.JAXRException; //L0
public abstract void setConcept(Concept concept)
throws javax.xml.registry.JAXRException; //L0
public abstract boolean isExternal( )
throws javax.xml.registry.JAXRException; //L0
public abstract String getValue( )
throws javax.xml.registry.JAXRException; //L0
public abstract void setValue(String value)
throws javax.xml.registry.JAXRException; //L0
}A Classification is an object that categorizes the
RegistryObject to which it is attached according
to the ClassificationScheme to which it belongs.
There are several standard classification schemes in use, such as
NAICS and UNSPSC, which are widely supported by registries and can be
used by businesses to make it easier for registry searches to locate
their services. For example, a book publisher might label its
Organization entry and its services with the classification ...
Read now
Unlock full access