javax.xml.registry.infomodel
Interface ClassificationScheme

All Superinterfaces:
ExtensibleObject, RegistryEntry, RegistryObject, Versionable

public interface ClassificationScheme
extends RegistryEntry

Version:
$Revision$ $Date$

Field Summary
static int VALUE_TYPE_EMBEDDED_PATH
           
static int VALUE_TYPE_NON_UNIQUE
           
static int VALUE_TYPE_UNIQUE
           
 
Fields inherited from interface javax.xml.registry.infomodel.RegistryEntry
STABILITY_DYNAMIC, STABILITY_DYNAMIC_COMPATIBLE, STABILITY_STATIC, STATUS_APPROVED, STATUS_DEPRECATED, STATUS_SUBMITTED, STATUS_WITHDRAWN
 
Method Summary
 void addChildConcept(Concept concept)
           
 void addChildConcepts(Collection concepts)
           
 int getChildConceptCount()
           
 Collection getChildrenConcepts()
           
 Collection getDescendantConcepts()
           
 int getValueType()
           
 boolean isExternal()
           
 void removeChildConcept(Concept concept)
           
 void removeChildConcepts(Collection concepts)
           
 void setValueType(int valueType)
           
 
Methods inherited from interface javax.xml.registry.infomodel.RegistryEntry
getExpiration, getStability, getStatus, setExpiration, setStability
 
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
 
Methods inherited from interface javax.xml.registry.infomodel.Versionable
getMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersion
 

Field Detail

VALUE_TYPE_UNIQUE

static final int VALUE_TYPE_UNIQUE
See Also:
Constant Field Values

VALUE_TYPE_EMBEDDED_PATH

static final int VALUE_TYPE_EMBEDDED_PATH
See Also:
Constant Field Values

VALUE_TYPE_NON_UNIQUE

static final int VALUE_TYPE_NON_UNIQUE
See Also:
Constant Field Values
Method Detail

addChildConcept

void addChildConcept(Concept concept)
                     throws JAXRException
Throws:
JAXRException

addChildConcepts

void addChildConcepts(Collection concepts)
                      throws JAXRException
Throws:
JAXRException

getChildConceptCount

int getChildConceptCount()
                         throws JAXRException
Throws:
JAXRException

getChildrenConcepts

Collection getChildrenConcepts()
                               throws JAXRException
Throws:
JAXRException

getDescendantConcepts

Collection getDescendantConcepts()
                                 throws JAXRException
Throws:
JAXRException

getValueType

int getValueType()
                 throws JAXRException
Throws:
JAXRException

isExternal

boolean isExternal()
                   throws JAXRException
Throws:
JAXRException

removeChildConcept

void removeChildConcept(Concept concept)
                        throws JAXRException
Throws:
JAXRException

removeChildConcepts

void removeChildConcepts(Collection concepts)
                         throws JAXRException
Throws:
JAXRException

setValueType

void setValueType(int valueType)
                  throws JAXRException
Throws:
JAXRException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.