public interface Classification extends RegistryObject
Modifier and Type | Method and Description |
---|---|
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) |
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
ClassificationScheme getClassificationScheme() throws JAXRException
JAXRException
RegistryObject getClassifiedObject() throws JAXRException
JAXRException
Concept getConcept() throws JAXRException
JAXRException
String getValue() throws JAXRException
JAXRException
boolean isExternal() throws JAXRException
JAXRException
void setClassificationScheme(ClassificationScheme classificationScheme) throws JAXRException
JAXRException
void setClassifiedObject(RegistryObject classifiedObject) throws JAXRException
JAXRException
void setConcept(Concept concept) throws JAXRException
JAXRException
void setValue(String value) throws JAXRException
JAXRException
Copyright © 2018 JBoss by Red Hat. All rights reserved.