public class ClassificationImpl extends RegistryObjectImpl implements Classification
| Constructor and Description |
|---|
ClassificationImpl(LifeCycleManager lifeCycleManager)
Creates a new instance of ClassificationImpl
|
| Modifier and Type | Method and Description |
|---|---|
ClassificationScheme |
getClassificationScheme() |
RegistryObject |
getClassifiedObject() |
Concept |
getConcept() |
String |
getValue() |
boolean |
isExternal() |
void |
setClassificationScheme(ClassificationScheme cscheme) |
void |
setClassifiedObject(RegistryObject registryObject) |
void |
setConcept(Concept cpt) |
void |
setExternal(boolean b) |
void |
setValue(String str) |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, equals, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, hashCode, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddAssociation, 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, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotspublic ClassificationImpl(LifeCycleManager lifeCycleManager)
public ClassificationScheme getClassificationScheme() throws JAXRException
getClassificationScheme in interface ClassificationJAXRExceptionpublic RegistryObject getClassifiedObject() throws JAXRException
getClassifiedObject in interface ClassificationJAXRExceptionpublic Concept getConcept() throws JAXRException
getConcept in interface ClassificationJAXRExceptionpublic String getValue() throws JAXRException
getValue in interface ClassificationJAXRExceptionpublic void setExternal(boolean b)
public boolean isExternal()
throws JAXRException
isExternal in interface ClassificationJAXRExceptionpublic void setClassificationScheme(ClassificationScheme cscheme) throws JAXRException
setClassificationScheme in interface ClassificationJAXRExceptionpublic void setClassifiedObject(RegistryObject registryObject) throws JAXRException
setClassifiedObject in interface ClassificationJAXRExceptionpublic void setConcept(Concept cpt) throws JAXRException
setConcept in interface ClassificationJAXRExceptionpublic void setValue(String str) throws JAXRException
setValue in interface ClassificationJAXRExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.