
Uses of Class
org.hl7.fhir.dstu2.model.Binary
Packages that use Binary
-
Uses of Binary in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return BinaryModifier and TypeMethodDescriptionprotected BinaryJsonParser.parseBinary(com.google.gson.JsonObject json) protected BinaryXmlParser.parseBinary(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type BinaryModifier and TypeMethodDescriptionprotected voidJsonParser.composeBinary(String name, Binary element) protected voidXmlParser.composeBinary(String name, Binary element) protected voidJsonParser.composeBinaryInner(Binary element) -
Uses of Binary in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return BinaryModifier and TypeMethodDescriptionBinary.copy()Binary.setContent(byte[] value) Binary.setContentElement(Base64BinaryType value) Binary.setContentType(String value) Binary.setContentTypeElement(CodeType value) protected BinaryBinary.typedCopy()