Uses of Class
ca.uhn.fhir.model.dstu2.resource.Binary
-
Packages that use Binary Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Binary in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Binary Modifier and Type Method Description BinaryBinary. setContent(byte[] theBytes)Sets the value for content ()BinaryBinary. setContent(ca.uhn.fhir.model.primitive.Base64BinaryDt theValue)Sets the value(s) for content ()BinaryBinary. setContentAsBase64(String theContent)BinaryBinary. setContentType(ca.uhn.fhir.model.primitive.CodeDt theValue)Sets the value(s) for contentType ()BinaryBinary. setContentType(String theCode)Sets the value for contentType ()
-