javax.xml.registry.infomodel
Interface Association

All Superinterfaces:
ExtensibleObject (src) , RegistryObject (src)

public interface Association
extends RegistryObject (src)


Method Summary
 Concept (src) getAssociationType()
           
 RegistryObject (src) getSourceObject()
           
 RegistryObject (src) getTargetObject()
           
 boolean isConfirmed()
           
 boolean isConfirmedBySourceOwner()
           
 boolean isConfirmedByTargetOwner()
           
 boolean isExtramural()
           
 void setAssociationType(Concept (src)  associationType)
           
 void setSourceObject(RegistryObject (src)  srcObject)
           
 void setTargetObject(RegistryObject (src)  targetObject)
           
 
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
 
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject (src)
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Method Detail

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)