Package org.hl7.fhir.instance.model.api
Interface IBaseElement
-
public interface IBaseElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()ObjectgetUserData(String theName)IBaseElementsetId(String theValue)voidsetUserData(String theName, Object theValue)
-
-
-
Method Detail
-
setId
IBaseElement setId(String theValue)
-
getUserData
Object getUserData(String theName)
-
setUserData
void setUserData(String theName, Object theValue)
-
-