public interface Association extends RegistryObject
| Modifier and Type | Method and Description |
|---|---|
Concept |
getAssociationType() |
RegistryObject |
getSourceObject() |
RegistryObject |
getTargetObject() |
boolean |
isConfirmed() |
boolean |
isConfirmedBySourceOwner() |
boolean |
isConfirmedByTargetOwner() |
boolean |
isExtramural() |
void |
setAssociationType(Concept associationType) |
void |
setSourceObject(RegistryObject source) |
void |
setTargetObject(RegistryObject target) |
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, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsConcept getAssociationType() throws JAXRException
JAXRExceptionRegistryObject getSourceObject() throws JAXRException
JAXRExceptionRegistryObject getTargetObject() throws JAXRException
JAXRExceptionboolean isConfirmed()
throws JAXRException
JAXRExceptionboolean isConfirmedBySourceOwner()
throws JAXRException
JAXRExceptionboolean isConfirmedByTargetOwner()
throws JAXRException
JAXRExceptionboolean isExtramural()
throws JAXRException
JAXRExceptionvoid setAssociationType(Concept associationType) throws JAXRException
JAXRExceptionvoid setSourceObject(RegistryObject source) throws JAXRException
JAXRExceptionvoid setTargetObject(RegistryObject target) throws JAXRException
JAXRException