javax.xml.registry.infomodel
Interface Association
- All Superinterfaces:
- ExtensibleObject, RegistryObject
public interface Association
- extends RegistryObject
- Version:
- $Revision$ $Date$
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 |
getAssociationType
Concept getAssociationType()
throws JAXRException
- Throws:
JAXRException
getSourceObject
RegistryObject getSourceObject()
throws JAXRException
- Throws:
JAXRException
getTargetObject
RegistryObject getTargetObject()
throws JAXRException
- Throws:
JAXRException
isConfirmed
boolean isConfirmed()
throws JAXRException
- Throws:
JAXRException
isConfirmedBySourceOwner
boolean isConfirmedBySourceOwner()
throws JAXRException
- Throws:
JAXRException
isConfirmedByTargetOwner
boolean isConfirmedByTargetOwner()
throws JAXRException
- Throws:
JAXRException
isExtramural
boolean isExtramural()
throws JAXRException
- Throws:
JAXRException
setAssociationType
void setAssociationType(Concept associationType)
throws JAXRException
- Throws:
JAXRException
setSourceObject
void setSourceObject(RegistryObject source)
throws JAXRException
- Throws:
JAXRException
setTargetObject
void setTargetObject(RegistryObject target)
throws JAXRException
- Throws:
JAXRException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.