javax.xml.registry.infomodel
Interface Classification
- All Superinterfaces:
- ExtensibleObject (src) , RegistryObject (src)
- public interface Classification
- extends RegistryObject (src)
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 |
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)