javax.xml.registry.infomodel
Interface ClassificationScheme
- All Superinterfaces:
- ExtensibleObject (src) , RegistryEntry (src) , RegistryObject (src) , Versionable (src)
- public interface ClassificationScheme
- extends RegistryEntry (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 |
VALUE_TYPE_EMBEDDED_PATH
public static final int VALUE_TYPE_EMBEDDED_PATH
- See Also:
- Constant Field Values (src)
VALUE_TYPE_NON_UNIQUE
public static final int VALUE_TYPE_NON_UNIQUE
- See Also:
- Constant Field Values (src)
VALUE_TYPE_UNIQUE
public static final int VALUE_TYPE_UNIQUE
- See Also:
- Constant Field Values (src)
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)
getDescendantConcepts
public java.util.Collection getDescendantConcepts()
throws JAXRException (src)
- Throws:
JAXRException (src)
getValueType
public int getValueType()
throws JAXRException (src)
- Throws:
JAXRException (src)
isExternal
public boolean isExternal()
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)
setValueType
public void setValueType(int valueType)
throws JAXRException (src)
- Throws:
JAXRException (src)