当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
Classification (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
javax.xml.registry.infomodel
Interface Classification
- All Superinterfaces:
- ExtensibleObject, RegistryObject
- public interface Classification
- extends RegistryObject
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org
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 |
getClassificationScheme
public ClassificationScheme getClassificationScheme()
throws JAXRException
- Throws:
JAXRException
getClassifiedObject
public RegistryObject getClassifiedObject()
throws JAXRException
- Throws:
JAXRException
getConcept
public Concept getConcept()
throws JAXRException
- Throws:
JAXRException
getValue
public String getValue()
throws JAXRException
- Throws:
JAXRException
isExternal
public boolean isExternal()
throws JAXRException
- Throws:
JAXRException
setClassificationScheme
public void setClassificationScheme(ClassificationScheme classificationScheme)
throws JAXRException
- Throws:
JAXRException
setClassifiedObject
public void setClassifiedObject(RegistryObject classifiedObject)
throws JAXRException
- Throws:
JAXRException
setConcept
public void setConcept(Concept concept)
throws JAXRException
- Throws:
JAXRException
setValue
public void setValue(String value)
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.