Uses of Class
ca.uhn.fhir.model.dstu2.resource.Bundle
Packages that use Bundle
-
Uses of Bundle in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return BundleModifier and TypeMethodDescriptionBundle.addEntry(Bundle.Entry theValue)Adds a given new value for entry ()Bundle.addLink(Bundle.Link theValue)Adds a given new value for link ()Bundle.setEntry(List<Bundle.Entry> theValue)Sets the value(s) for entry ()Bundle.setLink(List<Bundle.Link> theValue)Sets the value(s) for link ()Bundle.setSignature(SignatureDt theValue)Sets the value(s) for signature ()Bundle.setTotal(int theInteger)Sets the value for total ()Bundle.setTotal(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue)Sets the value(s) for total ()Bundle.setType(BundleTypeEnum theValue)Sets the value(s) for type ()Bundle.setType(ca.uhn.fhir.model.primitive.BoundCodeDt<BundleTypeEnum> theValue)Sets the value(s) for type ()