Java javax.xml.registry.infomodel Association fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.registry.infomodel Association fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.registry.infomodel Association.

The text is from its open source code.

Method

ConceptgetAssociationType()
Gets the association type for this Association.
KeygetKey()
Gets the key representing the universally unique ID (UUID) for this object.
RegistryObjectgetSourceObject()
Gets the Object that is the source of this Association.
RegistryObjectgetTargetObject()
Gets the Object that is the target of this Association.
voidsetAssociationType(Concept associationType)
Sets the association type for this Association.
voidsetKey(Key key)
Sets the key representing the universally unique ID (UUID) for this object.
voidsetSourceObject(RegistryObject srcObject)
Sets the Object that is the source of this Association.
voidsetTargetObject(RegistryObject targetObject)
Sets the Object that is the target of this Association.