javax.xml.registry.infomodel
Interface Concept

All Superinterfaces:
ExtensibleObject (src) , RegistryObject (src)

public interface Concept
extends RegistryObject (src)


Method Summary
 void addChildConcept(Concept (src)  concept)
           
 void addChildConcepts(java.util.Collection concepts)
           
 int getChildConceptCount()
           
 java.util.Collection getChildrenConcepts()
           
 ClassificationScheme (src) getClassificationScheme()
           
 java.util.Collection getDescendantConcepts()
           
 RegistryObject (src) getParent()
           
 Concept (src) getParentConcept()
           
 java.lang.String getPath()
           
 java.lang.String getValue()
           
 void removeChildConcept(Concept (src)  concept)
           
 void removeChildConcepts(java.util.Collection concepts)
           
 void setValue(java.lang.String value)
           
 
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
 
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject (src)
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Method Detail

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)