javax.xml.registry.infomodel
Interface Concept

All Superinterfaces:
ExtensibleObject, RegistryObject

public interface Concept
extends RegistryObject

Version:
$Revision$ $Date$

Method Summary
 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)
           
 
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject
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
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Method Detail

addChildConcept

public void addChildConcept(Concept concept)
                     throws JAXRException
Throws:
JAXRException

addChildConcepts

public void addChildConcepts(java.util.Collection concepts)
                      throws JAXRException
Throws:
JAXRException

getChildConceptCount

public int getChildConceptCount()
                         throws JAXRException
Throws:
JAXRException

getChildrenConcepts

public java.util.Collection getChildrenConcepts()
                                         throws JAXRException
Throws:
JAXRException

getClassificationScheme

public ClassificationScheme getClassificationScheme()
                                             throws JAXRException
Throws:
JAXRException

getDescendantConcepts

public java.util.Collection getDescendantConcepts()
                                           throws JAXRException
Throws:
JAXRException

getParent

public RegistryObject getParent()
                         throws JAXRException
Throws:
JAXRException

getParentConcept

public Concept getParentConcept()
                         throws JAXRException
Throws:
JAXRException

getPath

public java.lang.String getPath()
                         throws JAXRException
Throws:
JAXRException

getValue

public java.lang.String getValue()
                          throws JAXRException
Throws:
JAXRException

removeChildConcept

public void removeChildConcept(Concept concept)
                        throws JAXRException
Throws:
JAXRException

removeChildConcepts

public void removeChildConcepts(java.util.Collection concepts)
                         throws JAXRException
Throws:
JAXRException

setValue

public void setValue(java.lang.String value)
              throws JAXRException
Throws:
JAXRException


Copyright © 2004-2007 Apache Web Services. All Rights Reserved.