Package com.ibm.fhir.bucket.api
Class ResourceRef
- java.lang.Object
-
- com.ibm.fhir.bucket.api.ResourceRef
-
public class ResourceRef extends Object
Container for a resource type and logical id
-
-
Constructor Summary
Constructors Constructor Description ResourceRef(String resourceType, String logicalId)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLogicalId()
String
getResourceType()
-