javax.xml.registry.infomodel
Interface Concept
- All Superinterfaces:
- ExtensibleObject (src) , RegistryObject (src)
- public interface Concept
- 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 |
addChildConcept
public void addChildConcept(Concept (src) concept)
throws JAXRException (src)
- Throws:
JAXRException (src)
addChildConcepts
public void addChildConcepts(java.util.Collection concepts)
throws JAXRException (src)
- Throws:
JAXRException (src)
getChildConceptCount
public int getChildConceptCount()
throws JAXRException (src)
- Throws:
JAXRException (src)
getChildrenConcepts
public java.util.Collection getChildrenConcepts()
throws JAXRException (src)
- Throws:
JAXRException (src)
getClassificationScheme
public ClassificationScheme (src) getClassificationScheme()
throws JAXRException (src)
- Throws:
JAXRException (src)
getDescendantConcepts
public java.util.Collection getDescendantConcepts()
throws JAXRException (src)
- Throws:
JAXRException (src)
getParent
public RegistryObject (src) getParent()
throws JAXRException (src)
- Throws:
JAXRException (src)
getParentConcept
public Concept (src) getParentConcept()
throws JAXRException (src)
- Throws:
JAXRException (src)
getPath
public java.lang.String getPath()
throws JAXRException (src)
- Throws:
JAXRException (src)
getValue
public java.lang.String getValue()
throws JAXRException (src)
- Throws:
JAXRException (src)
removeChildConcept
public void removeChildConcept(Concept (src) concept)
throws JAXRException (src)
- Throws:
JAXRException (src)
removeChildConcepts
public void removeChildConcepts(java.util.Collection concepts)
throws JAXRException (src)
- Throws:
JAXRException (src)
setValue
public void setValue(java.lang.String value)
throws JAXRException (src)
- Throws:
JAXRException (src)