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, toXML
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
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
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
public ClassificationImpl(LifeCycleManager lifeCycleManager)
public ClassificationScheme getClassificationScheme() throws JAXRException
getClassificationScheme
in interface Classification
JAXRException
public RegistryObject getClassifiedObject() throws JAXRException
getClassifiedObject
in interface Classification
JAXRException
public Concept getConcept() throws JAXRException
getConcept
in interface Classification
JAXRException
public String getValue() throws JAXRException
getValue
in interface Classification
JAXRException
public void setExternal(boolean b)
public boolean isExternal() throws JAXRException
isExternal
in interface Classification
JAXRException
public void setClassificationScheme(ClassificationScheme cscheme) throws JAXRException
setClassificationScheme
in interface Classification
JAXRException
public void setClassifiedObject(RegistryObject registryObject) throws JAXRException
setClassifiedObject
in interface Classification
JAXRException
public void setConcept(Concept cpt) throws JAXRException
setConcept
in interface Classification
JAXRException
public void setValue(String str) throws JAXRException
setValue
in interface Classification
JAXRException
Copyright © 2018 JBoss by Red Hat. All rights reserved.