org.apache.ws.scout.registry.infomodel
Class ClassificationSchemeImpl
java.lang.Object
org.apache.ws.scout.registry.infomodel.ExtensibleObjectImpl
org.apache.ws.scout.registry.infomodel.RegistryObjectImpl
org.apache.ws.scout.registry.infomodel.RegistryEntryImpl
org.apache.ws.scout.registry.infomodel.ClassificationSchemeImpl
- All Implemented Interfaces:
- ClassificationScheme, ExtensibleObject, RegistryEntry, RegistryObject, Versionable
public class ClassificationSchemeImpl
- extends RegistryEntryImpl
- implements ClassificationScheme
Implements JAXR Interface.
For futher details, look into the JAXR API Javadoc.
- Author:
- Anil Saldhana, Geir Magnusson Jr.
Methods inherited from class org.apache.ws.scout.registry.infomodel.RegistryEntryImpl |
getExpiration, getMajorVersion, getMinorVersion, getStability, getStatus, getUserVersion, setExpiration, setMajorVersion, setMinorVersion, setStability, setUserVersion |
Methods inherited from class org.apache.ws.scout.registry.infomodel.RegistryObjectImpl |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, equals, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, hashCode, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML |
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 |
ClassificationSchemeImpl
public ClassificationSchemeImpl(LifeCycleManager lifeCycleManager)
- Creates a new instance of ClassificationSchemeImpl
addChildConcept
public void addChildConcept(Concept concept)
throws JAXRException
- Specified by:
addChildConcept
in interface ClassificationScheme
- Throws:
JAXRException
addChildConcepts
public void addChildConcepts(Collection<Concept> collection)
throws JAXRException
- Specified by:
addChildConcepts
in interface ClassificationScheme
- Throws:
JAXRException
getChildConceptCount
public int getChildConceptCount()
throws JAXRException
- Specified by:
getChildConceptCount
in interface ClassificationScheme
- Throws:
JAXRException
getChildrenConcepts
public Collection getChildrenConcepts()
throws JAXRException
- Specified by:
getChildrenConcepts
in interface ClassificationScheme
- Throws:
JAXRException
getDescendantConcepts
public Collection getDescendantConcepts()
throws JAXRException
- Specified by:
getDescendantConcepts
in interface ClassificationScheme
- Throws:
JAXRException
getValueType
public int getValueType()
throws JAXRException
- Specified by:
getValueType
in interface ClassificationScheme
- Throws:
JAXRException
setExternal
protected void setExternal(boolean b)
isExternal
public boolean isExternal()
throws JAXRException
- Specified by:
isExternal
in interface ClassificationScheme
- Throws:
JAXRException
removeChildConcept
public void removeChildConcept(Concept concept)
throws JAXRException
- Specified by:
removeChildConcept
in interface ClassificationScheme
- Throws:
JAXRException
removeChildConcepts
public void removeChildConcepts(Collection collection)
throws JAXRException
- Specified by:
removeChildConcepts
in interface ClassificationScheme
- Throws:
JAXRException
setValueType
public void setValueType(int param)
throws JAXRException
- Specified by:
setValueType
in interface ClassificationScheme
- Throws:
JAXRException
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.