public interface Classification extends RegistryObject
RagistryBean
interface that represents the JAXR Classification
.Modifier and Type | Method and Description |
---|---|
ClassificationScheme |
getClassificationScheme()
Gets the ClassificationScheme that is used in classifying the object.
|
RegistryBean |
getClassifiedObject()
Gets the Object that is being classified.
|
Concept |
getConcept()
Gets the Concept that is classifying the object.
|
java.lang.String |
getValue()
Gets the taxonomy value for this Classification.
|
boolean |
isExternal()
Returns true if this is an external classification.
|
void |
setClassificationScheme(ClassificationScheme classificationScheme)
Sets the ClassificationScheme for this external classification.
|
void |
setClassifiedObject(RegistryBean classifiedObject)
Sets the object that is being classified.
|
void |
setConcept(Concept concept)
Sets the concept for this internal classification.
|
void |
setValue(java.lang.String value)
Sets the taxonomy value for this external Classification.
|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization
getDescription, getKey, getName, setDescription, setName
getSlots, setSlots
ClassificationScheme getClassificationScheme()
RegistryBean getClassifiedObject()
Concept getConcept()
java.lang.String getValue()
boolean isExternal()
void setClassificationScheme(ClassificationScheme classificationScheme)
classificationScheme
- the ClassificationScheme for this external classification.void setClassifiedObject(RegistryBean classifiedObject)
classifiedObject
- the object that is being classified.void setConcept(Concept concept)
concept
- the concept for this internal classification.void setValue(java.lang.String value)
value
- the taxonomy value.