javax.xml.registry.infomodel
Interface Association

All Superinterfaces:
ExtensibleObject, RegistryObject

public interface Association
extends RegistryObject

Version:
$Revision$ $Date$

Method Summary
 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)
           
 
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
 
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Method Detail

getAssociationType

public Concept getAssociationType()
                           throws JAXRException
Throws:
JAXRException

getSourceObject

public RegistryObject getSourceObject()
                               throws JAXRException
Throws:
JAXRException

getTargetObject

public RegistryObject getTargetObject()
                               throws JAXRException
Throws:
JAXRException

isConfirmed

public boolean isConfirmed()
                    throws JAXRException
Throws:
JAXRException

isConfirmedBySourceOwner

public boolean isConfirmedBySourceOwner()
                                 throws JAXRException
Throws:
JAXRException

isConfirmedByTargetOwner

public boolean isConfirmedByTargetOwner()
                                 throws JAXRException
Throws:
JAXRException

isExtramural

public boolean isExtramural()
                     throws JAXRException
Throws:
JAXRException

setAssociationType

public void setAssociationType(Concept associationType)
                        throws JAXRException
Throws:
JAXRException

setSourceObject

public void setSourceObject(RegistryObject source)
                     throws JAXRException
Throws:
JAXRException

setTargetObject

public void setTargetObject(RegistryObject target)
                     throws JAXRException
Throws:
JAXRException


Copyright © 2004-2007 Apache Web Services. All Rights Reserved.