public class AssociationImpl extends RegistryObjectImpl implements javax.xml.registry.infomodel.Association
Constructor and Description |
---|
AssociationImpl(javax.xml.registry.LifeCycleManager lifeCycleManager) |
AssociationImpl(javax.xml.registry.LifeCycleManager lifeCycleManager,
javax.xml.registry.infomodel.InternationalString n) |
Modifier and Type | Method and Description |
---|---|
javax.xml.registry.infomodel.Concept |
getAssociationType() |
javax.xml.registry.infomodel.Key |
getKey()
There is an impedance mismatch as specified in the JAXR specification
Section D-11
|
javax.xml.registry.infomodel.RegistryObject |
getSourceObject() |
javax.xml.registry.infomodel.RegistryObject |
getTargetObject() |
boolean |
isConfirmed() |
boolean |
isConfirmedBySourceOwner() |
boolean |
isConfirmedByTargetOwner() |
boolean |
isExtramural() |
void |
setAssociationType(javax.xml.registry.infomodel.Concept concept) |
void |
setConfirmed(boolean b) |
void |
setConfirmedBySourceOwner(boolean b) |
void |
setConfirmedByTargetOwner(boolean b) |
void |
setExtramural(boolean b) |
void |
setSourceObject(javax.xml.registry.infomodel.RegistryObject ro) |
void |
setTargetObject(javax.xml.registry.infomodel.RegistryObject ro) |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, equals, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, hashCode, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
public AssociationImpl(javax.xml.registry.LifeCycleManager lifeCycleManager)
public AssociationImpl(javax.xml.registry.LifeCycleManager lifeCycleManager, javax.xml.registry.infomodel.InternationalString n)
public javax.xml.registry.infomodel.Concept getAssociationType() throws javax.xml.registry.JAXRException
getAssociationType
in interface javax.xml.registry.infomodel.Association
javax.xml.registry.JAXRException
public javax.xml.registry.infomodel.RegistryObject getSourceObject() throws javax.xml.registry.JAXRException
getSourceObject
in interface javax.xml.registry.infomodel.Association
javax.xml.registry.JAXRException
public javax.xml.registry.infomodel.RegistryObject getTargetObject() throws javax.xml.registry.JAXRException
getTargetObject
in interface javax.xml.registry.infomodel.Association
javax.xml.registry.JAXRException
public boolean isConfirmed() throws javax.xml.registry.JAXRException
isConfirmed
in interface javax.xml.registry.infomodel.Association
javax.xml.registry.JAXRException
public boolean isConfirmedBySourceOwner() throws javax.xml.registry.JAXRException
isConfirmedBySourceOwner
in interface javax.xml.registry.infomodel.Association
javax.xml.registry.JAXRException
public boolean isConfirmedByTargetOwner() throws javax.xml.registry.JAXRException
isConfirmedByTargetOwner
in interface javax.xml.registry.infomodel.Association
javax.xml.registry.JAXRException
public boolean isExtramural() throws javax.xml.registry.JAXRException
isExtramural
in interface javax.xml.registry.infomodel.Association
javax.xml.registry.JAXRException
public void setAssociationType(javax.xml.registry.infomodel.Concept concept) throws javax.xml.registry.JAXRException
setAssociationType
in interface javax.xml.registry.infomodel.Association
javax.xml.registry.JAXRException
public void setSourceObject(javax.xml.registry.infomodel.RegistryObject ro) throws javax.xml.registry.JAXRException
setSourceObject
in interface javax.xml.registry.infomodel.Association
javax.xml.registry.JAXRException
public void setTargetObject(javax.xml.registry.infomodel.RegistryObject ro) throws javax.xml.registry.JAXRException
setTargetObject
in interface javax.xml.registry.infomodel.Association
javax.xml.registry.JAXRException
public javax.xml.registry.infomodel.Key getKey()
getKey
in interface javax.xml.registry.infomodel.RegistryObject
getKey
in class RegistryObjectImpl
public void setConfirmed(boolean b)
public void setConfirmedBySourceOwner(boolean b)
public void setConfirmedByTargetOwner(boolean b)
public void setExtramural(boolean b)
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.