public interface Concept extends RegistryObject
Modifier and Type | Method and Description |
---|---|
void |
addChildConcept(Concept concept) |
void |
addChildConcepts(java.util.Collection concepts) |
int |
getChildConceptCount() |
java.util.Collection |
getChildrenConcepts() |
ClassificationScheme |
getClassificationScheme() |
java.util.Collection |
getDescendantConcepts() |
RegistryObject |
getParent() |
Concept |
getParentConcept() |
java.lang.String |
getPath() |
java.lang.String |
getValue() |
void |
removeChildConcept(Concept concept) |
void |
removeChildConcepts(java.util.Collection concepts) |
void |
setValue(java.lang.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
void addChildConcept(Concept concept) throws JAXRException
JAXRException
void addChildConcepts(java.util.Collection concepts) throws JAXRException
JAXRException
int getChildConceptCount() throws JAXRException
JAXRException
java.util.Collection getChildrenConcepts() throws JAXRException
JAXRException
ClassificationScheme getClassificationScheme() throws JAXRException
JAXRException
java.util.Collection getDescendantConcepts() throws JAXRException
JAXRException
RegistryObject getParent() throws JAXRException
JAXRException
Concept getParentConcept() throws JAXRException
JAXRException
java.lang.String getPath() throws JAXRException
JAXRException
java.lang.String getValue() throws JAXRException
JAXRException
void removeChildConcept(Concept concept) throws JAXRException
JAXRException
void removeChildConcepts(java.util.Collection concepts) throws JAXRException
JAXRException
void setValue(java.lang.String value) throws JAXRException
JAXRException
Copyright © 2004-2013 Apache Web Services. All Rights Reserved.