javax.xml.registry.infomodel
Interface Classification

All Superinterfaces:
ExtensibleObject, RegistryObject

public interface Classification
extends RegistryObject

Version:
$Revision: 1.1.6.1 $
Author:
Scott.Stark@jboss.org

Method Summary
 ClassificationScheme getClassificationScheme()
           
 RegistryObject getClassifiedObject()
           
 Concept getConcept()
           
 String getValue()
           
 boolean isExternal()
           
 void setClassificationScheme(ClassificationScheme classificationScheme)
           
 void setClassifiedObject(RegistryObject classifiedObject)
           
 void setConcept(Concept concept)
           
 void setValue(String value)
           
 
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML
 
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Method Detail

getClassificationScheme

ClassificationScheme getClassificationScheme()
                                             throws JAXRException
Throws:
JAXRException

getClassifiedObject

RegistryObject getClassifiedObject()
                                   throws JAXRException
Throws:
JAXRException

getConcept

Concept getConcept()
                   throws JAXRException
Throws:
JAXRException

getValue

String getValue()
                throws JAXRException
Throws:
JAXRException

isExternal

boolean isExternal()
                   throws JAXRException
Throws:
JAXRException

setClassificationScheme

void setClassificationScheme(ClassificationScheme classificationScheme)
                             throws JAXRException
Throws:
JAXRException

setClassifiedObject

void setClassifiedObject(RegistryObject classifiedObject)
                         throws JAXRException
Throws:
JAXRException

setConcept

void setConcept(Concept concept)
                throws JAXRException
Throws:
JAXRException

setValue

void setValue(String value)
              throws JAXRException
Throws:
JAXRException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.