Package org.hl7.fhir.dstu2016may.formats
Class ResourceOrFeed
- java.lang.Object
-
- org.hl7.fhir.dstu2016may.formats.ResourceOrFeed
-
public class ResourceOrFeed extends Object
-
-
Constructor Summary
Constructors Constructor Description ResourceOrFeed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcegetResource()List<Coding>getTaglist()voidsetResource(Resource resource)voidsetTaglist(List<Coding> taglist)
-
-
-
Constructor Detail
-
ResourceOrFeed
public ResourceOrFeed()
-
-
Method Detail
-
getResource
public Resource getResource()
-
setResource
public void setResource(Resource resource)
-
getTaglist
public List<Coding> getTaglist()
-
setTaglist
public void setTaglist(List<Coding> taglist)
-
-