org.hl7.rim

Interface RimObject

public interface RimObject extends Cloneable

Base RIM object interface.
Method Summary
Objectclone()
A standard override to make an object cloneable.
CSgetCloneCode()
RimObjectgetGeneralizes()
voidsetCloneCode(CS value)
voidsetGeneralizes(RimObject choice)

Method Detail

clone

public Object clone()
A standard override to make an object cloneable.

Returns: a clone object

getCloneCode

public CS getCloneCode()

getGeneralizes

public RimObject getGeneralizes()

setCloneCode

public void setCloneCode(CS value)

setGeneralizes

public void setGeneralizes(RimObject choice)