Name

Classification

Synopsis

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 ...

Get Java Web Services in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.