javax.xml.registry.infomodel
Interface Classification

All Superinterfaces:
ExtensibleObject (src) , RegistryObject (src)

public interface Classification
extends RegistryObject (src)


Method Summary
 ClassificationScheme (src) getClassificationScheme()
           
 RegistryObject (src) getClassifiedObject()
           
 Concept (src) getConcept()
           
 java.lang.String getValue()
           
 boolean isExternal()
           
 void setClassificationScheme(ClassificationScheme (src)  classificationScheme)
           
 void setClassifiedObject(RegistryObject (src)  classifiedObject)
           
 void setConcept(Concept (src)  concept)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject (src)
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 (src)
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Method Detail

getClassificationScheme

public ClassificationScheme (src)  getClassificationScheme()
                                             throws JAXRException (src) 
Throws:
JAXRException (src)

getClassifiedObject

public RegistryObject (src)  getClassifiedObject()
                                   throws JAXRException (src) 
Throws:
JAXRException (src)

getConcept

public Concept (src)  getConcept()
                   throws JAXRException (src) 
Throws:
JAXRException (src)

getValue

public java.lang.String getValue()
                          throws JAXRException (src) 
Throws:
JAXRException (src)

isExternal

public boolean isExternal()
                   throws JAXRException (src) 
Throws:
JAXRException (src)

setClassificationScheme

public void setClassificationScheme(ClassificationScheme (src)  classificationScheme)
                             throws JAXRException (src) 
Throws:
JAXRException (src)

setClassifiedObject

public void setClassifiedObject(RegistryObject (src)  classifiedObject)
                         throws JAXRException (src) 
Throws:
JAXRException (src)

setConcept

public void setConcept(Concept (src)  concept)
                throws JAXRException (src) 
Throws:
JAXRException (src)

setValue

public void setValue(java.lang.String value)
              throws JAXRException (src) 
Throws:
JAXRException (src)