KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > infomodel > Association

javax.xml.registry.infomodel
Interface Association

All Superinterfaces:
ExtensibleObject, RegistryObject
See Also:
Top Examples, Source Code

public Concept getAssociationType()
                           throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RegistryObject getSourceObject()
                               throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RegistryObject getTargetObject()
                               throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isConfirmed()
                    throws JAXRException
See Also:
isConfirmedByTargetOwner(), isConfirmedBySourceOwner()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isConfirmedBySourceOwner()
                                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isConfirmedByTargetOwner()
                                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isExtramural()
                     throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setAssociationType(Concept associationType)
                        throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setSourceObject(RegistryObject srcObject)
                     throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setTargetObject(RegistryObject targetObject)
                     throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags