javax.xml.registry.infomodel
Interface Association
- All Superinterfaces:
- ExtensibleObject (src) , RegistryObject (src)
- public interface Association
- extends RegistryObject (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 |
getAssociationType
public Concept (src) getAssociationType()
throws JAXRException (src)
- Throws:
JAXRException (src)
getSourceObject
public RegistryObject (src) getSourceObject()
throws JAXRException (src)
- Throws:
JAXRException (src)
getTargetObject
public RegistryObject (src) getTargetObject()
throws JAXRException (src)
- Throws:
JAXRException (src)
isConfirmed
public boolean isConfirmed()
throws JAXRException (src)
- Throws:
JAXRException (src)
isConfirmedBySourceOwner
public boolean isConfirmedBySourceOwner()
throws JAXRException (src)
- Throws:
JAXRException (src)
isConfirmedByTargetOwner
public boolean isConfirmedByTargetOwner()
throws JAXRException (src)
- Throws:
JAXRException (src)
isExtramural
public boolean isExtramural()
throws JAXRException (src)
- Throws:
JAXRException (src)
setAssociationType
public void setAssociationType(Concept (src) associationType)
throws JAXRException (src)
- Throws:
JAXRException (src)
setSourceObject
public void setSourceObject(RegistryObject (src) srcObject)
throws JAXRException (src)
- Throws:
JAXRException (src)
setTargetObject
public void setTargetObject(RegistryObject (src) targetObject)
throws JAXRException (src)
- Throws:
JAXRException (src)