Uses of Class
org.hl7.fhir.dstu2.model.Binary
-
Uses of Binary in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Binary
JsonParser.parseBinary
(com.google.gson.JsonObject json) protected Binary
XmlParser.parseBinary
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeBinary
(String name, Binary element) protected void
XmlParser.composeBinary
(String name, Binary element) protected void
JsonParser.composeBinaryInner
(Binary element) -
Uses of Binary in org.hl7.fhir.dstu2.model
Modifier and TypeMethodDescriptionBinary.copy()
Binary.setContent
(byte[] value) Binary.setContentElement
(Base64BinaryType value) Binary.setContentType
(String value) Binary.setContentTypeElement
(CodeType value) protected Binary
Binary.typedCopy()